All notable changes to this project will be documented in this file.
- Extending ISbStoriesParams interface with ISbMultipleStoriesData types.
- New custom fetch function added.
- Storyblok-JS-client
- Error handling changed to expose the error object instead of the error message as a string.
- Storyblok-JS-client
- Custom cache provider
- Storyblok-JS-client
- Error handling is return the correct reject/resolve to the client
- Storyblok-JS-client
- Added content type header to fix a bug from the api calls.
- Storyblok-JS-client
- Added optional fetch function to constructor
- Update browsers compatibility
- Remove isomorphic fetch from dependencies
- Added a simple playground for manual testing
- Build setup improvements
- Added svelte + ts and Nuxt 3 playgrounds
- Ci: run prettier in CI
- Merge conflicting ESLint + Prettier configuration
- Remove & ignore stray .DS_Store file
- Added the correct function return to get, getAll, set and flush functions
- Added dimensions related features to ISbStoriesParams interface.
- Storyblok-JS-client
- BREAKING CHANGE
- Added Typescript to codebase
- BREAKING CHANGE
- Removed Axios as dependency
- All JS codebase was refactored to Typescript
- Fixing application to match unit tests