Skip to content

Commit cb07180

Browse files
committed
docs: provide a changelog to keep track of all notable changes
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 09628b2 commit cb07180

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

.github/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
2+
# SPDX-License-Identifier: CC0-1.0
3+
4+
changelog:
5+
categories:
6+
- title: Breaking changes
7+
labels:
8+
- breaking
9+
- "type: breaking"
10+
- title: Added
11+
labels:
12+
- enhancement
13+
- "type: enhancement"
14+
- title: Fixed
15+
labels:
16+
- bug
17+
- "type: bug"
18+
- title: Changed
19+
labels:
20+
- "*"

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Changelog
6+
7+
All notable changes to this project will be documented in this file.
8+
9+
## v0.3.0 - 2025-10-14
10+
### Added
11+
- feat: rename repository to e2e test server \([#758](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/758)\)
12+
13+
### Changed
14+
- chore: adjust node versions \([#869](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/869)\)
15+
- chore: simplify build process by use vite \([#870](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/870)\)
16+
- ci: update reuse.yml workflow from template \([#862](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/862)\)
17+
- ci: update npm-publish.yml workflow from template \([#863](https://github.com/nextcloud-libraries/nextcloud-e2e-test-server/pull/863)\)
18+
- chore(deps): Bump fast-xml-parser to 5.2.5
19+
- chore(deps): Bump pbkdf2 to 3.1.3
20+
- chore(deps): Bump tmp to 0.2.4
21+
- chore(deps): Bump cipher-base to 1.0.6
22+
- chore(deps): Bump sha.js to 2.4.12
23+
- chore(deps): Bump tar-fs to 2.1.4
24+
- chore(deps): Bump form-data to 4.0.4
25+
- chore(deps): Bump on-headers and compression
26+
- chore(deps): Bump dockerode to 4.0.9
27+
- chore(deps): Bump wait-on to 9.0.1
28+
29+
## v0.2.1 - 2025-02-11
30+
### Added
31+
- feat: add playwright export
32+
33+
## v0.2.0 - 2025-02-11
34+
### Added
35+
- feat: expose user in random-user-fixture
36+
- feat: User.createRandom(), use User in docker addUser
37+
- feat(e2e-test-server): Rename package and move to separate branch
38+
- feat(playwright): `createRandomUser()` and `login()`
39+
- feat!: Export docker functions from main entry
40+
41+
### Changed
42+
- test: docker tooling with playwright (f60d530)
43+
44+
## v0.1.0 - 2025-02-05
45+
### Added
46+
- Initial release of `@nextcloud/e2e-test-server` - previously known as `@nextcloud/cypress`.

0 commit comments

Comments
 (0)