File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77All notable changes to this project will be documented in this file.
88
9+ ## 3.0.3 - 2025-11-07
10+ ### Changed
11+ * Update Node and NPM versions ([ #896 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/896 ) )
12+ This package now supports being used with Node 22 and Node 24.
13+ * Add SPDX headers ([ #683 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/683 ) )
14+ * Migrate REUSE to TOML format ([ #696 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/696 ) )
15+ * chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 ([ #717 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/717 ) )
16+ * chore(deps): Bump rollup from 4.21.0 to 4.22.4 ([ #735 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/735 ) )
17+ * chore(deps): Bump @nextcloud/auth from 2.4.0 to 2.5.1 ([ #863 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/863 ) )
18+ * chore: move from ` dev:watch ` to ` watch ` ([ #859 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/859 ) )
19+ * ci: update reuse.yml workflow from template ([ #887 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/887 ) )
20+ * ci: update npm-publish.yml workflow from template ([ #888 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/888 ) )
21+ * ci: update dependabot-approve-merge.yml from org ([ #724 ] ( https://github.com/nextcloud-libraries/nextcloud-logger/pull/724 ) )
22+
923## 3.0.2 - 2024-05-16
1024### Fixed
1125* fix: Do not leak global declared types into distribution bundle
Original file line number Diff line number Diff line change 11{
22 "name" : " @nextcloud/logger" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.3 " ,
44 "description" : " Generic JavaScript logging interface for Nextcloud apps and libraries" ,
55 "keywords" : [
66 " nextcloud"
1111 "url" : " https://github.com/nextcloud-libraries/nextcloud-logger"
1212 },
1313 "license" : " GPL-3.0-or-later" ,
14- "author" : " Christoph Wurst " ,
14+ "author" : " Nextcloud GmbH and Nextcloud contributors " ,
1515 "type" : " module" ,
1616 "exports" : {
1717 "." : {
You can’t perform that action at this time.
0 commit comments