Releases: AddSearch/js-client-library
Releases · AddSearch/js-client-library
v0.8.7
- check for
typeof document
v0.8.6
null
check for "document" object
v0.8.5
- URI encode "hierarchicalFacets" and "rangeFacets" parameters
v0.8.4
fix vulnerability: word-wrap vulnerable to Regular Expression Denial of Service
v0.8.3
- add new methods to support Personalization features in AddSearch dashboard
v0.8.2
- Fix incorrect parameter for tagging when calling stats endpoints
v0.8.1
- Support 4-char language code in method setLanguage.
- Support multiple sorting parameters in method setPaging.
v0.8.0
- Upgrade to webpack 5
- Add Eslint
- Resolve vulnerability issues relating to mock http request in mocha test
v0.7.1
Add "/recommendations" endpoint and a method to fetch it.
v0.7.0
- replace node-fetch + isomorphic-fetch with axios to patch vulnerability issue