Skip to content

Latest commit

 

History

History
91 lines (55 loc) · 5.67 KB

File metadata and controls

91 lines (55 loc) · 5.67 KB

Change Log

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)

Bug Fixes

  • correct repository URL case (SAP instead of sap) for npm provenance (00a91ca)

2.0.7 (2026-02-18)

Bug Fixes

  • upgrade lerna to 9.0.3 for better npm trusted publishers support (396a9f1)

2.0.6 (2026-02-18)

Bug Fixes

  • add verbose logging to lerna publish (7330c6e)

2.0.5 (2026-02-18)

Bug Fixes

  • add NPM_CONFIG_PROVENANCE for trusted publishers (10d22fa)

2.0.4 (2026-02-18)

Bug Fixes

  • add registry-url for npm trusted publishers (6937c19)

2.0.3 (2026-02-17)

Bug Fixes

2.0.2 (2026-02-17)

Note: Version bump only for package root

2.0.1 (2026-02-15)

Bug Fixes

2.0.0 (2024-01-05)

Bug Fixes

  • 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)

Features

  • 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)

Reverts

  • Revert "chore: include release number in release commit" (d9d9c68)

BREAKING CHANGES

  • wrapper: getConfigurations and onDidChangeConfiguration properties were removed from the configureLogger public 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.