48 строки
1.1 KiB
Markdown
48 строки
1.1 KiB
Markdown
<!--
|
|
- 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.
|
|
|
|
## 2.2.1 - 2024-07-25
|
|
### Fixed
|
|
- fix: Correctly setup Typescript root to emit declarations
|
|
|
|
## 2.2.0 - 2024-07-17
|
|
### Fixed
|
|
- fix: Adjust package.json to make `build:doc` work again and fix incorrect URL
|
|
- fix: Add example of `joinPaths` to README, remove non existing travis
|
|
|
|
### Changed
|
|
- Dependency updates
|
|
- Update npm and node engines versions to current LTS
|
|
- chore: Migrate to use Vite - drop Babel and Jest
|
|
- ci: Update workflows from organization
|
|
|
|
## 2.1.0 – 2021-09-28
|
|
### Changed
|
|
- Dependency updates
|
|
|
|
## 2.0.0 – 2021-04-07
|
|
### Changed
|
|
- Browserslist config updates, which means some older browsers are no longer supported
|
|
- Dependency updates
|
|
|
|
## 1.1.2 - 2020-04-06
|
|
### Changed
|
|
- Dependency updates
|
|
### Fixed
|
|
- Update vulnerable packages
|
|
|
|
## 1.1.1 - 2020-03-19
|
|
### Changed
|
|
- Dependency updates
|
|
### Fixed
|
|
- Update vulnerable packages
|
|
|
|
## 1.1.0 - 2020-01-08
|
|
### Changed
|
|
- Updated documentation
|