Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (40 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 2.25 KB

1.0.3

  • Hopefully fixes #3 for now
  • Added ReadingStatus class
  • Added roles to User
  • Added followManga and unfollowManga
  • Added setReadingStatus

For more changes check out the GitHub diff and the documentation

1.0.2

  • Fixes #3

1.0.1

  • Add translatedLanguage to getMangaFeed
  • Add reference expansion to followedManga and followedGroups
  • Add createCustomList, deleteCustomList, addToCustomList and removeFromCustomList

For more changes check out the GitHub diff and the documentation

1.0.0

  • Manga class - cover is now nullable
  • Every function should throw exception in case of a 4xx or 5xx error
  • Better getChapter method, thanks to #2
  • Functions now validate token using the validateToken function
  • Added getUsersList function
  • Added getListFeed function
  • Added loggedInUser function
  • Added followedManga function
  • Added followedGroups function

For more changes check out the GitHub diff and the documentation

1.0.0-dev.2

  • Added User class and getUser function
  • Added checking for captcha on request
  • added solveCaptcha function
  • added Group class and getGroup function
  • all requests will no longer be automatically sent with your token, if you logged in, you need to set useLogin to true in the respective function
  • added the mangadex-dart-api/1.0 header to all requests to the API
  • renamed getMangaInfo to getManga
  • added reference expansion to getManga and search
  • login now returns a Future
  • changed in Chapter class: chapter -> chapterNum & volume -> volumeNum

For more changes check out the documentation

1.0.0-dev.1

  • Initial version.