Skip to content

Releases: nextcloud-libraries/nextcloud-initial-state

v3.0.0

01 Aug 15:11
e2be97d

Choose a tag to compare

What's Changed

🚀 Enhancements

  • feat: cache parsed InitialState results to Map for later use by @Antreesy in #872

🐛 Fixed bugs

  • fix: return fallback if value cannot be parsed by @susnux in #881

Other Changes

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

29 Apr 10:20
95efdb8

Choose a tag to compare

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

11 Jul 12:31
4256831

Choose a tag to compare

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

  • Dependency updates