Skip to content

Releases: akrossu/Taki-MAL-API-Wrapper

v0.3.2

20 May 22:09
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

This update brings a lot of tedious additions such as the ability to query select needs from the API.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Feb 01:47
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Been a little while, so much has changed that I've entirely moved branches for the project. An entire rewrite took place and is one, more architecturally sound, and two, now OO so that it isn't as "instance-based" as it was in my initial implementations, which should cause significantly fewer unintentional bugs and quirks.

v0.2.3

04 Feb 20:12
d6a2334
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Sorry for the delayed updates, school's been keeping me extremely busy but here we go

Dev notes

I decided to brute force this pagination update, meaning that there is a lot of code duplication and unneeded file size. While there may be a more elegant solution, which I could think of multiple I wanted to keep the method usage consistent and easily documentable for others to find and use properly. The only thing I can not think of is how to maintain the current usage of ParentMethod.childMethod(data) while decreasing file size and keeping the flexibility of having each method extracted to their own use cases.

What's Changed

  • updated formatting by @AKR0SS in #16
  • Feature/17 by @AKR0SS in #18

Full Changelog: v0.2.2...v0.2.3

v0.2.2

29 Jan 22:49
12343f5
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Not a big update, but I added functionality for not only the pagination of the user list data model but support for all of them, just uh.. haven't done that yet, so I'll start working on that as of my next PR

What's Changed

  • Feature/13 by @AKR0SS in #14

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Jan 20:01
3800335
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • Tests/7 by @AKR0SS in #8
  • Fix/10 by @AKR0SS in #11
  • Feature/9 by @AKR0SS in #12

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Jan 21:16
1b3cda5
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Feature/1 by @AKR0SS in #2
  • Docs/3 by @AKR0SS in #4
  • Tests/5 by @AKR0SS in #6

New Contributors

  • @AKR0SS made their first contribution in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jan 19:43
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

I've had many struggles trying to learn how to create not only an API wrapper, but GitHub Actions, node's fetch API, JSON data, and npm packaging. Starting from this pre-release, I will continuously update this wrapper through pull requests for better release notes instead of these text walls.

Thank you for reading, I look forward to the future updates