All notable changes to this project will be documented in this file.
- Update Node and NPM versions (#896) This package now supports being used with Node 22 and Node 24.
- Add SPDX headers (#683)
- Migrate REUSE to TOML format (#696)
- chore(deps): Bump @nextcloud/auth from 2.3.0 to 2.4.0 (#717)
- chore(deps): Bump rollup from 4.21.0 to 4.22.4 (#735)
- chore(deps): Bump @nextcloud/auth from 2.4.0 to 2.5.1 (#863)
- chore: move from
dev:watchtowatch(#859) - ci: update reuse.yml workflow from template (#887)
- ci: update npm-publish.yml workflow from template (#888)
- ci: update dependabot-approve-merge.yml from org (#724)
- fix: Do not leak global declared types into distribution bundle
- fix: Drop CoreJS from package.json
- chore(deps): Bump @nextcloud/auth from 2.2.1 to 2.3.0
- feat: Migrate to vitest for testing
Note: This package is now ESM by default.
- chore: Migrate to vite and
@nextcloud/vite-configto also build an ESM entry point - fix: Update NPM version to LTS version 10
Full Changelog: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.1...v2.7.0
Note: The packages of the previous releases (2.6.x) were broken.
- chore: Add missing description to package by @susnux in #557
- Updated dependencies
Full Changelog: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.6.0...v2.6.1
- Remove permission check in publish workflows by @artonge in #551
Full Changelog: https://github.com/nextcloud-libraries/nextcloud-logger/compare/v2.5.0...v2.6.0
- Allow logging errors when passed as message parameter by @susnux in #444
- Added missing test cases for
LoggerBuilderandindexby @susnux in https://github.com/nextcloud-libraries/* Only add required files to npm package by @susnux in #443 - Add typings to published package by @susnux in #442
- Add unit tests workflow by @susnux in #504
- Lint files using ESLint and add CI workflow by @susnux in #505
- fix: Add missing unit tests for
ConsoleLoggerby @susnux in #506 - Use the original property for debug and loglevel by @artonge in #550
- chore: update node engines to next LTS by @nextcloud-command in #496
- Updated dependencies
- @artonge made their first contribution in #550
- Postpone log level detection until OC loaded
- Dependency updates
- Fix node scripts for building and documentation
- Dependency updates
- Dependency on global OC
- Dependency updates
- More robust agains library loading order problems
- Work without the
OCglobal
- Respect server log level and debug mode settings
- Dependency updates
- Dependency updates
- Browserslist config updated, which means some older browsers are not supported anymore now
- Dependency updates
- Dependency updates
- Update vulnerable packages
- Bug in @nextcloud/event-bus dependency
- Convenience builder method to detect the UID
- Updated documentation