All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.9 (2026-04-16)
Note: Version bump only for package root
2.0.8 (2026-02-18)
- correct repository URL case (SAP instead of sap) for npm provenance (00a91ca)
2.0.7 (2026-02-18)
- upgrade lerna to 9.0.3 for better npm trusted publishers support (396a9f1)
2.0.6 (2026-02-18)
- add verbose logging to lerna publish (7330c6e)
2.0.5 (2026-02-18)
- add NPM_CONFIG_PROVENANCE for trusted publishers (10d22fa)
2.0.4 (2026-02-18)
- add registry-url for npm trusted publishers (6937c19)
2.0.3 (2026-02-17)
2.0.2 (2026-02-17)
Note: Version bump only for package root
2.0.1 (2026-02-15)
- examples fix (#242) (09afea5)
- upgrade lodash to version 4.17.23 (#241) (69fc2ce)
- workspace protocol (#243) (3091351)
- add .npmignore files to remove unneeded contents in published pkgs (998b1f8)
- convert timestamp format according to ISO-8601 (b4ab3e4)
- source Location Tracking not affecting ChildLoggers (72b151a), closes #15
- typo in the logging.level configuration description (#181) (c05b17d)
- update yarn.lock (#144) (33ec5ac)
- upgrade lodash version due to CVE-2021-23337 (c514c16)
- logger: vscode-logging/types package should be a dependency (e2ea6c7)
- wrapper: remove dep to @types/vscode (#167) (b362e5c)
- logger wrapper package (#163) (fc6abc5)
- support console as log target (#109) (ea16211)
- logger: a memory leak when creating 9 or more ChildLogger's (#76) (482c708)
- aPI Fixes (dummy change to force minor version) (0fb0fb6)
- initial Commit (ee780af)
- Revert "chore: include release number in release commit" (d9d9c68)
- wrapper:
getConfigurationsandonDidChangeConfigurationproperties were removed from theconfigureLoggerpublic API - OutputChannel will not be created inside the logger as today. Alternatively, it will be added as an optional parameter. The VS Code Extension will be able to create the OutputChannel and send it to the logger as a parameter.