Releases: AddSearch/js-client-library
Releases · AddSearch/js-client-library
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
v.0.6.7
- add method "fetchRangeFacets"
- support language filtering for "suggestions" with the existing method setLanguage
v.0.6.6
- Add a new search query's parameter for fetching hierarchical facets.
- Instruction for using Analytics Tagging.
v0.6.5
The contents of the filtering object were not properly URL encoded causing filter criteria with some special characters such as ampersand to not work properly. Fixed.
v0.6.4
Enhanced internal API fetch function to support upcoming faceting improvements in the Search UI library.
v0.6.3
Added a function to control the default logical operator in search (and/or): setSearchOperator
v0.6.2
Added a function to control search result cache TTL for server side caching: setCacheResponseTime.