Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@

All notable changes to this project will be documented in this file.

## 3.0.0 - 2025-08-01
### Breaking
This package now is a pure ES modules package and does no longer provide the CommonJS entry point.

### Added
* feat: cache parsed InitialState results to Map for later use \([\#872](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/872)\)

### Fixed
* fix: return fallback if value cannot be parsed \([\#881](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/881)\)

### Other Changes
* chore!: simplified building process as no bundling is needed \([\#875](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/875)\)
* chore: adjust `engines` versions to support wider range \([\#](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/874)\)
* chore: add SPDX header \([\#708](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/708)\)
* chore: update `package.json` \([\#873](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/873)\)
* chore: migrate to ESLint v9 \([\#879](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/879)\)
* ci: update workflows from organization \([\#876](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/876)\)
* ci: add workflow to check Typescript \([\#878](https://github.com/nextcloud-libraries/nextcloud-initial-state/pull/878)\)

## 2.2.0 - 2024-04-29
### Changed
* Update NPM version to LTS v10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/initial-state",
"version": "2.2.0",
"version": "3.0.0",
"description": "Access data from the nextcloud server-side initial state API within apps.",
"keywords": [
"nextcloud"
Expand Down