File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66
77All notable changes to this project will be documented in this file.
88
9+ ## 3.0.0 - 2025-08-01
10+ ### Breaking
11+ This package now is a pure ES modules package and does no longer provide the CommonJS entry point.
12+
13+ ### Added
14+ * feat: cache parsed InitialState results to Map for later use \( [ \# 872] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/872 ) \)
15+
16+ ### Fixed
17+ * fix: return fallback if value cannot be parsed \( [ \# 881] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/881 ) \)
18+
19+ ### Other Changes
20+ * chore!: simplified building process as no bundling is needed \( [ \# 875] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/875 ) \)
21+ * chore: adjust ` engines ` versions to support wider range \( [ \# ] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/874 ) \)
22+ * chore: add SPDX header \( [ \# 708] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/708 ) \)
23+ * chore: update ` package.json ` \( [ \# 873] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/873 ) \)
24+ * chore: migrate to ESLint v9 \( [ \# 879] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/879 ) \)
25+ * ci: update workflows from organization \( [ \# 876] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/876 ) \)
26+ * ci: add workflow to check Typescript \( [ \# 878] ( https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/878 ) \)
27+
928## 2.2.0 - 2024-04-29
1029### Changed
1130* Update NPM version to LTS v10
Original file line number Diff line number Diff line change 11{
22 "name" : " @nextcloud/initial-state" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 3.0 .0" ,
44 "description" : " Access data from the nextcloud server-side initial state API within apps." ,
55 "keywords" : [
66 " nextcloud"
You can’t perform that action at this time.
0 commit comments