Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 2.07 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2024-01-05)

Bug Fixes

  • upgrade lodash version due to CVE-2021-23337 (c514c16)

Features

BREAKING CHANGES

  • wrapper: getConfigurations and onDidChangeConfiguration properties were removed from the configureLogger public API

1.0.2 (2021-09-12)

Bug Fixes

  • upgrade lodash version due to CVE-2021-23337 (c514c16)

1.0.1 (2021-04-13)

Note: Version bump only for package @vscode-logging/wrapper

1.0.0 (2021-02-10)

Features

  • wrapper: remove dep to @types/vscode (#167) (b362e5c)

BREAKING CHANGES

  • wrapper: getConfigurations and onDidChangeConfiguration properties were removed from the configureLogger public API

0.2.0 (2021-02-07)

Features