chore(release): v1.29.0 [skip ci]
This commit is contained in:
+14
-9
@@ -1,3 +1,17 @@
|
|||||||
|
# [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)
|
# [1.28.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.27.1...v1.28.0) (2024-03-12)
|
||||||
|
|
||||||
|
|
||||||
@@ -32,12 +46,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [1.25.0](https://github.com/ghoshRitesh12/aniwatch-api/compare/v1.24.1...v1.25.0) (2024-03-03)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* update rebranded domain name ([5562885](https://github.com/ghoshRitesh12/aniwatch-api/commit/5562885184e892743f14df199a21d9521deeb989))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "aniwatch-api",
|
"name": "aniwatch-api",
|
||||||
"version": "1.28.0",
|
"version": "1.29.0",
|
||||||
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
|
"description": "Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to) written in TypeScript, made with Cheerio & Axios",
|
||||||
"main": "src/server.ts",
|
"main": "src/server.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user