<!--
  - SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: GPL-3.0-or-later
-->
# Changelog

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

## v0.5.0 - 2025-05-07
### Changed
* chore: modernize package and move to ESM package [\#563](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/563) \([susnux](https://github.com/susnux)\)
* chore(deps): remove core-js [\#564](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/564) \([ShGKme](https://github.com/ShGKme)\)
* refactor: rename modules to consist with the primary export [\#562](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/562) \([ShGKme](https://github.com/ShGKme)\)
* Add SPDX header  [\#428](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/428) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
* chore: migrate from Jest to Vitest [\#556](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/556) \([ShGKme](https://github.com/ShGKme)\)
* Update dependabot-approve-merge.yml from org [\#447](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/447) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
* chore: build with `tsc` instead of `babel` [\#557](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/557) \([ShGKme](https://github.com/ShGKme)\)
* chore: bump ESLint from 8 to 9 with new @nextcloud/eslint-config@9 [\#558](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/558) \([ShGKme](https://github.com/ShGKme)\)
* chore: update workflows from organization [\#560](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/560) \([susnux](https://github.com/susnux)\)
* chore(package.json): replace check-types with ts:check [\#561](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/561) \([ShGKme](https://github.com/ShGKme)\)
* chore(package.json): add `devEngines` and fix `engines` [\#559](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/559) \([ShGKme](https://github.com/ShGKme)\)
* chore: provide authors in AUTHORS.md [\#566](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/566) \([susnux](https://github.com/susnux)\)
* ci: update npm-publish.yml workflow from template [\#567](https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/567) \([susnux](https://github.com/susnux)\)

## v0.4.0 - 2024-04-23
### Added
* feat: Add and run ESLint for code linting

### Changed
* Update NPM to latest LTS v10
* Bump core-js to 3.37.0
* Delete old unused CI
* Updated development dependencies

## v0.3.0 - 2023-10-18
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-browser-storage/compare/v0.2.0...v0.3.0

### What's Changed
* chore: update node engines to next LTS by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/273
* chore: update workflows from templates by @nextcloud-command in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/264
* fix: add missing `@types/node` dep by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-browser-storage/pull/320

### Dependencies
* chore(deps-dev): Bump @babel/cli from 7.19.3 to 7.22.10 by @dependabot
* chore(deps-dev): Bump @babel/core from 7.19.6 to 7.23.2 by @dependabot
* chore(deps-dev): Bump @babel/preset-env from 7.19.4 to 7.22.10 by @dependabot
* chore(deps-dev): Bump @babel/preset-typescript from 7.18.6 to 7.23.2 by @dependabot
* chore(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot
* chore(deps-dev): Bump babel-jest from 29.2.1 to 29.7.0 by @dependabot
* chore(deps-dev): Bump core-js from 3.25.5 to 3.30.2 by @dependabot
* chore(deps-dev): Bump jest from 29.2.1 to 29.7.0 by @dependabot
* chore(deps-dev): Bump json5 from 2.2.1 to 2.2.2 by @dependabot
* chore(deps-dev): Bump typedoc from 0.23.17 to 0.25.2 by @dependabot
* chore(deps-dev): Bump typescript from 4.8.4 to 5.2.2 by @dependabot
* chore(deps): Bump core-js from 3.30.2 to 3.33.0 by @dependabot

## v0.2.0 – 2022-10-24
### Changed
- Dependency updates
