Refactors IQueryParameter to allows value-less parameters which are required by new filtering operators (empty /
nempty), adds support for new filter options (fixes https://github.com/kontent-ai/delivery-sdk-js/issues/297)
Features
Refactors IQueryParameter to allows value-less parameters which are required by new filtering operators (empty /
nempty), adds support for new filter options (fixes https://github.com/kontent-ai/delivery-sdk-js/issues/297)
(b2ae46f)
updates dependencies, moves error handling logic from core package to sdk + fixes error mapping after recent error
response change which now allows null in request_id property
(a11e745)
Bug Fixes
improves handling of image resolving in rich text element and fixes parse5 parsing in nested component rich text
resolver (https://github.com/kontent-ai/delivery-sdk-js/issues/294)
(9b82718)
updates deps, refactors retry-strategy which enables specifying either maximum number of attemps or wait time and
allows retry of any error even when response is not received (e.g. timeout which could not be retried previously)
refactors item mappers and adds full mapping support to items-feed endpoints (e.g. rich text resolver, url slug
resolver, image resolver ..)
(6e30485)
updates deps, refactors retry-strategy which enables specifying either maximum number of attemps or wait time and
allows retry of any error even when response is not received (e.g. timeout which could not be retried previously)
(b7cf414)