Releases: nextcloud-libraries/nextcloud-typings
Releases · nextcloud-libraries/nextcloud-typings
v1.10.0
1.10.0 - 2025-11-07
Added
Changed
- chore: update Node and NPM version (#294)
This package now supports to be used with Node 22 and Node 24. - chore: add SPDX headers (#267)
- chore: minor refactoring and cleanup (#281)
- chore: add and run eslint (#291)
- chore: replace stub tests with type checking (#292)
- ci: update actions from template repo (#269)
- ci: Update dependabot-approve-merge.yml (#271)
- ci: update workflows from organization (#280)
- ci: update npm-publish.yml workflow from template (#290)
- ci: update workflows from organization (#293)
- docs: fix repo url and add reuse badge (#268)
v1.9.1
v1.9.0
What's Changed
- chore(deps-dev): Bump typescript from 5.3.3 to 5.4.2 by @dependabot in #251
- chore(deps-dev): Bump typescript from 5.4.2 to 5.4.3 by @dependabot in #252
- chore(deps-dev): Bump typescript from 5.4.3 to 5.4.4 by @dependabot in #253
- chore(deps-dev): Bump typescript from 5.4.4 to 5.4.5 by @dependabot in #254
- feat: Add type information for Nextcloud 29 by @susnux in #256
- fix: Do not depend on vue or vue-router for the public interface of
OC.Files.Routerby @susnux in #255 - chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 by @dependabot in #257
- chore(deps-dev): Bump typescript from 5.4.5 to 5.5.2 by @dependabot in #258
- fix: Add missing
OCconstant types by @susnux in #259 - chore: Prepare 1.9.0 by @susnux in #260
Full Changelog: v1.8.0...v1.9.0
v1.8.0
1.8.0 - 2024-02-23
Added
- enh: Add typings for Nextcloud 28
- enh: Provide
@nextcloud/typings/ocsforOCSResulttype
Fixed
- fix: Remove unused travis and renovate config
- fix: Adjust
OCP.Filestypes forNavigationandRouter - fix: Use correct exported name
/ocsinstead of/types
Changes
- chore: update node engines to next LTS (Node 20 + NPM 10)
- Dependency updates