Releases: md-y/mangadex-full-api
Releases · md-y/mangadex-full-api
mangadex-full-api 6.0.0
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
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.
Install with:
npm i mangadex-full-api@next
mangadex-full-api 5.12.1
mangadex-full-api 5.11.1
What's New?
- Fix getReadChapters (#65)
mangadex-full-api 5.11.0
mangadex-full-api 5.10.0
What's New?
- Added
chapterNumbersResetOnNewVolume
,availableTranslatedLanguages
, andstate
fields toManga
- Added
X-Request-ID
header toAPIRequestErrors
(#58)
mangadex-full-api 5.9.0
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
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
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
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