This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/CHANGELOG.md
T
Conventional Changelog Action 539df96bda chore(release): v1.6.0 [skip ci]
2023-08-13 14:19:57 +00:00

60 lines
3.5 KiB
Markdown

# [1.6.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.1...v1.6.0) (2023-08-13)
### Bug Fixes
* **animeCategory:** added `animeCategory` name ([aa4c922](https://github.com/ghoshRitesh12/aniwatch-api/commit/aa4c922a33d83ba291aee761f0d6acb917981aa9))
* **animeSearch:** fixed bug where if q is null throws `BadGateway` ([fa7b6e7](https://github.com/ghoshRitesh12/aniwatch-api/commit/fa7b6e70f024375d32cb54c1319add1e91521e11))
### Features
* **animeProducer:** added `animeProducer` controller ([953c99a](https://github.com/ghoshRitesh12/aniwatch-api/commit/953c99a9f3b3a8fa24a99f4e907b38ca465e4949))
* **animeProducer:** added `AnimeProducer` controller path & query params type ([50b66ba](https://github.com/ghoshRitesh12/aniwatch-api/commit/50b66ba08d80b6dd10445d27da7f7fb0dd3fc91a))
* **animeProducer:** added `animeProducer` parser ([74a6b96](https://github.com/ghoshRitesh12/aniwatch-api/commit/74a6b96dbf86320a6a94af9169ebc12da39af735))
* **animeProducer:** added `ScrapedProducerAnime` parser type ([c3a77e0](https://github.com/ghoshRitesh12/aniwatch-api/commit/c3a77e0aded343ab0e2e15ab974841d87da06337))
* **animeSearchSuggestion:** added `animeSearchSuggestion` controller ([c9325f4](https://github.com/ghoshRitesh12/aniwatch-api/commit/c9325f4b66f02d4c238604e0b37cb1618ae1f83e))
* **animeSearchSuggestion:** added `animeSearchSuggestion` parser ([e4ffe2a](https://github.com/ghoshRitesh12/aniwatch-api/commit/e4ffe2aba70fd73fa5e75daf3900e92b5881e1c4))
* **animeSearchSuggestion:** added `animeSearchSuggestion` query param type ([1c7799e](https://github.com/ghoshRitesh12/aniwatch-api/commit/1c7799eeaac4af40467b6d3a53d9c5f0af77bb64))
* **animeSearchSuggestion:** added `AnimeSearchSuggestion` type ([39f496a](https://github.com/ghoshRitesh12/aniwatch-api/commit/39f496aa1851b58bba4c9256015c218ded3d823f))
* **animeSearchSuggestion:** added `ScrapedAnimeSearchSuggestion` type ([bec33e6](https://github.com/ghoshRitesh12/aniwatch-api/commit/bec33e60f71bd819c668e79825069678be4921aa))
* **routes:** added `search/suggest` & `/producer` routes ([9714f7f](https://github.com/ghoshRitesh12/aniwatch-api/commit/9714f7f59b15621f0a36aef16e481ee155e9e4c1))
## [1.5.1](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.5.0...v1.5.1) (2023-08-07)
# [1.5.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.4.0...v1.5.0) (2023-08-07)
### Features
* added rate limit config ([3014ab8](https://github.com/ghoshRitesh12/aniwatch-api/commit/3014ab8ce41d0b11b56ab7c6c32bd0f5c75fee3c))
* rate limited endpoints ([5a82179](https://github.com/ghoshRitesh12/aniwatch-api/commit/5a82179174c63c67ce8371aa9628529dafd115b6))
# [1.4.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.6...v1.4.0) (2023-08-07)
### Features
* added controller request handler types ([10e46b1](https://github.com/ghoshRitesh12/aniwatch-api/commit/10e46b1002dcbbed5202936f1028fae550d9f765))
* added home page controller ([3d81a6c](https://github.com/ghoshRitesh12/aniwatch-api/commit/3d81a6c422ac4efd957961d190d7638ab0695062))
* added index page ([e1b37a5](https://github.com/ghoshRitesh12/aniwatch-api/commit/e1b37a5b5ee16632e6b32e72e65f6420492e27bc))
* **controllerTypes:** added request handler types ([84a7981](https://github.com/ghoshRitesh12/aniwatch-api/commit/84a79810c358dece1b3bd2b013a2d788ec100f44))
### Reverts
* **parserTypes:** refactored parser types ([8a5884b](https://github.com/ghoshRitesh12/aniwatch-api/commit/8a5884b75288ca6fa5870bc026b23d23e1625ebe))
## [1.3.6](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.3.5...v1.3.6) (2023-08-06)