Releases: nextcloud-libraries/nextcloud-router
Releases · nextcloud-libraries/nextcloud-router
v3.1.0
3.1.0 - 2025-11-13
Added
- feat: add avatar generation URLs (#757)
Changed
- Add SPDX header (#642)
- Harmonize license (#673)
- chore: move from
dev:watchback towatch(#769) - chore: update Node and NPM version (#796)
This package now supports to be used with Node 22 and Node 24. - build(deps): Bump @nextcloud/typings from 1.8.0 to 1.9.1 (#637)
- ci: update dependabot-approve-merge.yml (#659)
- ci: update workflows form organization (#614)
- ci: update reuse.yml workflow from template (#789)
- ci: update npm-publish.yml workflow from template (#790)
- ci: update workflows from organization (#797)
v3.0.1
v3.0.0
3.0.0 - 2024-02-01
Enhancements
- Drop
core-jsand move to vite by @susnux in #563 - enh(tests): Add unit tests and CI workflow for testing by @susnux in #564
- feat: add method to get a base URL, allow to pass remote base by @Antreesy in #558
Fixed
- fix: Adjust
generateFilePathto includetypealso forindex.phpby @susnux in #566 - fix(getRootUrl)!: If not configured use first subdirectory as webroot instead of last by @susnux in #570
Changed
- Clean up code (drop unreachable code) and minor modernization by @susnux in #565
- chore: Add ESLint to project and fix issues reported by @susnux in #561
- Make README a bit nicer by adding badges for coverage and documentation by @susnux in #569
Dependencies
- build(deps-dev): Bump vitest from 1.2.1 to 1.2.2 by @dependabot in #567
- build(deps-dev): Bump @vitest/coverage-v8 from 1.2.1 to 1.2.2 by @dependabot in #568
New Contributors
v2.2.1
v2.2.0
2.2.0 - 2023-10-18
What's Changed
- chore: update NC typings versions by @skjnldsv in #491
- chore: update node engines to next LTS by @nextcloud-command in #493
- fix(docs): adjust link to docs by @raimund-schluessler in #503
Dependencies
- build(deps-dev): Bump @babel/cli from 7.22.10 to 7.22.10 by @dependabot
- build(deps-dev): Bump @babel/core from 7.22.10 to 7.23.2 by @dependabot
- build(deps-dev): Bump @babel/preset-env from 7.22.10 to 7.22.10 by @dependabot
- build(deps-dev): Bump @babel/preset-typescript from 7.22.11 to 7.23.2 by @dependabot
- build(deps-dev): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0 by @dependabot
- build(deps-dev): Bump typedoc from 0.24.8 to 0.25.2 by @dependabot
- build(deps-dev): Bump typescript from 5.1.3 to 5.2.2 by @dependabot
- build(deps): Bump core-js from 3.30.2 to 8.4.31 by @dependabot
New Contributors
- @raimund-schluessler made their first contribution in #503
v2.1.2
2.1.2 – 2023-06-13
Fixed
- Do not export the declaration of
window.OCto prevent typing clashes with applications