Releases: nextcloud-libraries/nextcloud-initial-state
Releases · nextcloud-libraries/nextcloud-initial-state
v2.2.0
2.2.0 - 2024-04-29
Changed
- 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
v2.1.0
2.1.0 - 2023-07-23
Fixed
- 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
or nodenext
(#543)
Changed