Skip to content

Releases: AddSearch/js-client-library

v0.8.1

09 Nov 11:53
Compare
Choose a tag to compare
  • Support 4-char language code in method setLanguage.
  • Support multiple sorting parameters in method setPaging.

v0.8.0

04 Oct 07:36
Compare
Choose a tag to compare
  • Upgrade to webpack 5
  • Add Eslint
  • Resolve vulnerability issues relating to mock http request in mocha test

v0.7.1

21 Sep 13:17
Compare
Choose a tag to compare

Add "/recommendations" endpoint and a method to fetch it.

v0.7.0

02 Aug 11:38
Compare
Choose a tag to compare
  • replace node-fetch + isomorphic-fetch with axios to patch vulnerability issue

v.0.6.7

28 Jul 12:11
Compare
Choose a tag to compare
  • add method "fetchRangeFacets"
  • support language filtering for "suggestions" with the existing method setLanguage

v.0.6.6

02 Feb 09:16
Compare
Choose a tag to compare
  • Add a new search query's parameter for fetching hierarchical facets.
  • Instruction for using Analytics Tagging.

v0.6.5

05 Nov 09:16
Compare
Choose a tag to compare

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

27 Oct 09:38
Compare
Choose a tag to compare

Enhanced internal API fetch function to support upcoming faceting improvements in the Search UI library.

v0.6.3

30 Sep 07:34
Compare
Choose a tag to compare

Added a function to control the default logical operator in search (and/or): setSearchOperator

v0.6.2

03 Sep 06:49
Compare
Choose a tag to compare

Added a function to control search result cache TTL for server side caching: setCacheResponseTime.