Skip to content

Releases: md-y/mangadex-full-api

mangadex-full-api 6.0.0

03 Aug 00:42
Compare
Choose a tag to compare

The rewrite has been in beta for a while. I was originally waiting for Mangadex to make some big changes to their authentication system before I took it out of beta, but it looks like it is staying the same for now.

Let me know if you have any issues, and remember to look at the New Docs.

Install with:

npm i mangadex-full-api@6.0.0

mangadex-full-api 6.0.0-beta.0

11 Jan 01:54
Compare
Choose a tag to compare
Pre-release

Big changes!

The entire library has been rewritten with TypeScript and features brand-new support for browsers and the new OAuth-based authentication methods.

There are minor breaking changes. Please go ahead and give this version a try.

New Docs

Install with:

npm i mangadex-full-api@next

mangadex-full-api 5.12.1

01 Oct 05:49
Compare
Choose a tag to compare

What's New?

  • Added latestUploadedChapter (#67)
  • Added tag search support (#68)

mangadex-full-api 5.11.1

19 Mar 20:15
Compare
Choose a tag to compare

What's New?

  • Fix getReadChapters (#65)

mangadex-full-api 5.11.0

07 Mar 06:52
Compare
Choose a tag to compare

What's New?

  • getMultiple now returns all content ratings (#61)
  • Fix login (#63)
  • Added content rating parameter to getRandom

mangadex-full-api 5.10.0

21 Feb 20:33
Compare
Choose a tag to compare

What's New?

  • Added chapterNumbersResetOnNewVolume, availableTranslatedLanguages, and state fields to Manga
  • Added X-Request-ID header to APIRequestErrors (#58)

mangadex-full-api 5.9.0

30 Jan 03:31
4a62923
Compare
Choose a tag to compare

What's New?

  • Added back jsdoc documentation (#54). The website source is located in the docs branch and hosted is here
  • Merged support for creating and updating both manga and covers (#56)
  • Added Manga.getTotalSearchResults (#57)
  • Added locale field for covers
  • Added mangaUpdates field for groups
  • Added releaseAt field for chapters
  • Added GH actions for updating docs, types, and package-lock.json. Automated Mocha testing as well.

mangadex-full-api version 5.8.0

09 Jan 06:27
Compare
Choose a tag to compare

What's New?

  • Fixed getting pages for chapters. Removed page arrays since they are no longer provided (#52)
  • Added twitter, email, inactive, and publish delay properties to Group objects
  • Added group and chapter availability filters to Manga searches
  • Fixed Manga aggregate return type
  • Added Manga statistics method
  • Made structure conditionals falsy (#51)

mangadex-full-api version 5.7.0

17 Oct 18:54
Compare
Choose a tag to compare

What's New?

  • Added relatedManga property to Manga objects.
  • Spread arguments (ie func(...args)) now support regular arrays (func([1, 2, 3]) along with spread arrays (func(...[1, 2, 3]). #48
  • Fixed convertLegacyId always throwing an error due to new the new MD API response format

mangadex-full-api version 5.6.1

26 Sep 04:57
Compare
Choose a tag to compare

What's New?

  • Reverted the 5.6.0 getMultipleIds change since it broke endpoints that return more than one result per id (eg covers)
  • Updated required Mocha version because of dependency security vulnerability