Releases: typesense/typesense-js
Releases · typesense/typesense-js
v1.0.3-2
- Allow long JSONL strings to be sent as body b42d7e5
v1.0.3-1
- Fix typing error for exclude array in Overrides.ts 24f5c83. Thank you @dcantu476!
v1.0.3-0
v1.0.2
- All search params are optional when generating search api keys: #82 (comment)
- Bump axios from 0.21.1 to 0.21.2 0329057
v1.0.2-0
- All search params are optional when genreating search api keys: #82 (comment) f79f563
- Merge pull request #83 from typesense/dependabot/npm_and_yarn/axios-0.21.2 3a03055
- Bump axios from 0.21.1 to 0.21.2 0329057
v1.0.1
v1.0.0
- Convert code base to Typescript
- Fixed memory leak #66 & #76
- Thank you @dcantu476 for the PR and thank you @happy-san for discovering it.
- Ability to add custom headers #79
v1.0.0-4
- Ability to add custom headers #79
- Adjusted import and typings for logger. @dcantu476
v1.0.0-3
- Added typings to search client collections #78
- Thank you @dcantu476 and @AadamZ5.
- Fixed memory leak #66 & #76
- Thank you @dcantu476 for the PR and thank you @happy-san for discovering it!