Skip to content

2.12.0

Compare
Choose a tag to compare
@Katsute Katsute released this 23 Dec 02:52
· 131 commits to main since this release
2bb25f1

🌈 Changes

⚠️ Breaking Change

  • Drop use of 'Preview' classes #353 (@Katsute)
    Any methods that previously returned AnimePreview and MangaPreview now instead returns Anime and Manga. There is no need to call getAnime and getManga to get all details, all details are now returned by default.

    Simply change any usage of AnimePreview to Anime and MangaPreview to Manga.

    • Removed getAnimePreview and getMangaPreview
    • Removed redundant getAnime and getManga on certain classes

Full Changelog: 2.11.0...2.12.0