All notable changes to this project will be documented in this file.
- 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-config
to 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
LoggerBuilder
andindex
by @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
ConsoleLogger
by @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
OC
global
- 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