Releases: AddSearch/js-client-library
Releases · AddSearch/js-client-library
v1.0.1
What's Changed
- Sc 11365/fix umd library not being defined as global variable by @haoAddsearch in #80
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- Migrate library to TypeScript
v0.9.0
v0.8.16
- Added src directory to the
files
array in package.json to include source code in the published package
v0.8.15
- conversational search MVP: fetch answer via /conversations endpoint
v0.8.14
- list "Buffer" package as dependency
- patch vulnerabilities
v0.8.13
- fix: change parameter
lang
in/suggest
endpoint to/language
v0.8.12
- patch vulnerabilities reported by dependabot
v0.8.11
- Support new recommendation API endpoint
v0.8.10
- Support
option
in setApiHostname - New method to intercept Api request's url and headers: setApiRequestInterceptor