69 lines
3.1 KiB
Markdown
69 lines
3.1 KiB
Markdown
# [1.32.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.31.0...v1.32.0) (2024-04-28)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* fixed table spacing ([0a291ad](https://github.com/ghoshRitesh12/aniwatch-api/commit/0a291ad659aa9095fa443cfd55b094b2036920da))
|
|
|
|
|
|
### Features
|
|
|
|
* added raw servers to `/servers` endpoint response ([ffebb03](https://github.com/ghoshRitesh12/aniwatch-api/commit/ffebb03bc9a0f362e44603c6f71a276567d08c30))
|
|
* added the ability to grab episode sources from raw servers in endpoint `/episode-srcs` ([a0d039e](https://github.com/ghoshRitesh12/aniwatch-api/commit/a0d039ecc120cfeb8352c6b525ee1e766555f9ec))
|
|
|
|
|
|
|
|
# [1.31.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.30.0...v1.31.0) (2024-04-21)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* regex key grabber ([33bdd5a](https://github.com/ghoshRitesh12/aniwatch-api/commit/33bdd5adcd7c43925b9a6250d958060fd89a7dd1))
|
|
|
|
|
|
### Features
|
|
|
|
* added new error message ([44d6ff5](https://github.com/ghoshRitesh12/aniwatch-api/commit/44d6ff5a11f41db7776910a4e8fd635352913b06))
|
|
|
|
|
|
|
|
# [1.30.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.29.0...v1.30.0) (2024-04-14)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* Removed unnecessary attributes from Anime interface ([4682af6](https://github.com/ghoshRitesh12/aniwatch-api/commit/4682af675db9434b389d044d29fd551822542d88))
|
|
|
|
|
|
### Features
|
|
|
|
* added mal and anilist id to anime info endpoint ([55eaf06](https://github.com/ghoshRitesh12/aniwatch-api/commit/55eaf060816f7ba05c12b1d1dcfa5404f0abde20))
|
|
|
|
|
|
|
|
# [1.29.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.28.0...v1.29.0) (2024-03-25)
|
|
|
|
|
|
### Features
|
|
|
|
* **advancedSearch:** add advanced related constants ([68e4c70](https://github.com/ghoshRitesh12/aniwatch-api/commit/68e4c70dd887805bc2784bcbfabf5328a1ad752a))
|
|
* **advancedSearch:** add advanced search feature ([1c02c9c](https://github.com/ghoshRitesh12/aniwatch-api/commit/1c02c9cf4f9c364c57a2f30471e676b5a5e5b5ca))
|
|
* **advancedSearch:** add helper types ([71f0905](https://github.com/ghoshRitesh12/aniwatch-api/commit/71f0905115e88a96f59aa4a52d1ce69a793ebe0c))
|
|
* **advancedSearch:** add utility methods related to advanced search ([79d0bdf](https://github.com/ghoshRitesh12/aniwatch-api/commit/79d0bdf05f86c5d5411f9473889442000786322f))
|
|
* **advancedSearch:** add utility props to search response ([d6f9f0f](https://github.com/ghoshRitesh12/aniwatch-api/commit/d6f9f0f665c9d03b38b88baa8156892b9a32b0af))
|
|
* **advancedSearch:** feat: add search filter parsing ([fef106d](https://github.com/ghoshRitesh12/aniwatch-api/commit/fef106da27270dcb86031e511a3cc428e40f41ff))
|
|
|
|
|
|
|
|
# [1.28.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.1...v1.28.0) (2024-03-12)
|
|
|
|
|
|
### Features
|
|
|
|
* add json rate limit response; replace `max` with `limit` ([870fae7](https://github.com/ghoshRitesh12/aniwatch-api/commit/870fae700b56cc20010296387e3d9cda8330560c))
|
|
* disabled `ratelimit` & `dont_sleep` for personal deployments ([8565619](https://github.com/ghoshRitesh12/aniwatch-api/commit/8565619f3ab2616b7fbeca7681f063730693a82e))
|
|
* update api home page ([112e532](https://github.com/ghoshRitesh12/aniwatch-api/commit/112e532331fa3001d263457bff001c201b89d136))
|
|
|
|
|
|
|