Releases: bloomreach/discovery-web-sdk
Releases · bloomreach/discovery-web-sdk
v2.0.1
v2.0.0
2.0.0 (2024-10-31)
- fix!: Search API functions how take query as a parameter (07e122e)
- fix!: Remove invalid SearchOption type guard functions (2e40d50)
BREAKING CHANGES
productSearch
,bestseller
,contentSearch
,categorySearch
andautoSuggest
parameters have changed.- Removed
isBestsellerOptions
,isAutosuggestOptions
,isContentSearchOptions
,
isProductSearchOptions
,isCategorySearchOptions
functions from the API.
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2024-06-18)
Bug Fixes
- Add JSDoc to types and exports (fd80442)
- Add more interfaces to the exported types such that consumers can use them (5cc7e20)
- Duplicate JSDoc comments with explanation across interfaces (00c81c6)
- Make fixed options explicit for request options (08d8453)
Features
- Add debug configuration option and some debug logging (d6c8712)