Skip to content

Latest commit

 

History

History
61 lines (29 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

61 lines (29 loc) · 2.62 KB

2.0.1 (2024-11-26)

Bug Fixes

  • 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)

BREAKING CHANGES

  • productSearch, bestseller, contentSearch, categorySearch and autoSuggest parameters have changed.
  • Removed isBestsellerOptions, isAutosuggestOptions, isContentSearchOptions, isProductSearchOptions, isCategorySearchOptions functions from the API.

1.3.2 (2024-09-24)

Bug Fixes

  • Reject API calls that return a HTTP status that is not 2xx (8816c14)

1.3.1 (2024-09-10)

Bug Fixes

  • Add exports of run time checks for Options objects (d880939)

1.3.0 (2024-09-05)

Bug Fixes

  • Recently viewed widget API tests (1007a64)
  • Recently viewed widget API url (cfb63b6)

Features

  • Expose functions to check for a specific API options object (b004136)

1.2.1 (2024-08-28)

Bug Fixes

  • Allow the facet range to start and end with '*' (299c564)

1.2.0 (2024-08-07)

Features

  • Add support for multiple values for params (9dc8851)