2.0.1 (2024-11-26)
- types: Export all search response types (2817d35)
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)
productSearch
,bestseller
,contentSearch
,categorySearch
andautoSuggest
parameters have changed.- Removed
isBestsellerOptions
,isAutosuggestOptions
,isContentSearchOptions
,isProductSearchOptions
,isCategorySearchOptions
functions from the API.
1.3.2 (2024-09-24)
- Reject API calls that return a HTTP status that is not 2xx (8816c14)
1.3.1 (2024-09-10)
- Add exports of run time checks for Options objects (d880939)
1.3.0 (2024-09-05)
- Expose functions to check for a specific API options object (b004136)
1.2.1 (2024-08-28)
- Allow the facet range to start and end with '*' (299c564)
1.2.0 (2024-08-07)
- Add support for multiple values for params (9dc8851)