Skip to content

Latest commit

 

History

History
94 lines (43 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

94 lines (43 loc) · 4.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2024-08-09)

Bug Fixes

  • make @types/vscode match engines.vscode to fix publish (#43) (14b95f2)

1.0.0 (2024-08-09)

Features

  • toggleJsonToJsToYaml: Make initial selections more forgiving (#42) (09c8d99)

0.7.0 (2023-10-12)

Features

0.6.2 (2023-02-28)

0.6.1 (2023-02-28)

0.6.0 (2022-11-07)

Features

  • Add c8 coverage reporting/minimums, fix toggleCommentType edge cases, organize imports (#31) (696b512)

0.5.2 (2022-10-19)

Bug Fixes

  • Remove highlighting from inferred comment toggle (#29) (2aade39)

0.5.1 (2022-10-15)

Bug Fixes

  • Change env var TESTING -> VEXT_TESTING (#27) (931e20e)

0.5.0 (2022-10-03)

Features

  • Detect comments without highlighting (#23) (b3634de)

0.4.0 (2022-07-31)

Features

  • Support YAML for toggleJsonToJs (renamed to toggleJsonToJsToYaml) (#22) (31be19d)

Bug Fixes

  • Fix quoting behavior when cursor at end of word (#21) (b247472)

0.3.1 (2022-04-18)

0.3.0 (2022-04-18)

Features

  • Add toggleJsonToJs command (#16) (018b5a0)
  • Allow top-level array for toggleJsonToJs command (#17) (44199a9)
  • Support Toggle Quotes with selections and toggling quotes on/off (#15) (dc9345c)

0.2.1 (2022-03-12)

Bug Fixes

  • Handle JSON comments appearing in lang configs (#14) (5be3254)

0.2.0 (2021-12-13)

Features