Skip to content

New schema, NSFW search support and more.

Choose a tag to compare

@ejnshtein ejnshtein released this 12 Jan 23:33
· 39 commits to dev since this release

What's new

  • Typings were updated to version of 11.01.2021 (announcement post)
    [WARNING] Devs will remove name field in future updates from /user/:id/followed-updates endpoint. I will release patch for it as well, but both fields, title and name, will remain in typings for now.
  • Added a new method to user API: setHomepageSettings.
    It controls these settings from MD homepage:
    • Site theme
    • User interface language
    • Hentai mode
  • Added support for NSFW enabling/disabling in search results. #26
    To enable NSFW results set with_hentai option to true in search query.

Breaking changes

  • Default API endpoint is now api.mangadex.org/v2. Old endpoint (mangadex.org/api/v2/) will be removed by February so it's recommended to update endpoint URL for older mangadex-api versions or update to the latest version.