All notable changes to this project will be documented in this file.
- Update NPM version to LTS v10
- Migrate to Vite for building and Vitest for testing
- Lint files using ESLint (+ add CI workflow) and move to all Typescript
- Add tests and code coverage badge to README
- Set explicit file extensions for package entry files to allow usage with
module
packages (#513) - Fix package exports to support Typescript projects with module resolution of
node16
ornodenext
(#543)
- Dependency updates
- Update dependencies
- Add rollup to build
- Remove babel
- Typescript already is able to generate code that is in compliance with es5
- Add ESM support
- Improve native usage support
- Improve bundle size
- Remove unnecessary files from npm package
- Dependency updates
- Add optional fallback parameter to loadState method
- Dependency updates
- Update vulnerable packages
- Dependency updates
- Update vulnerable packages
- Updated documentation