Skip to content

Latest commit

 

History

History
115 lines (59 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

115 lines (59 loc) · 2.96 KB

1.3.1 (2020-10-25)

Bug Fixes

  • bump vs code version in engines (0deaa43)

1.3.0 (2020-10-25)

Bug Fixes

Features

  • add better support for ruby (4f9139a)
  • Add commands to context menu. (839ef5c)
  • add menu config (32f0d8b)
  • add support for angle brackets in TS files (79e0f89)

1.3.0 (2020-10-25)

Bug Fixes

Features

  • add better support for ruby (4f9139a)
  • Add commands to context menu. (839ef5c)
  • add menu config (32f0d8b)
  • add support for angle brackets in TS files (79e0f89)

Change Log

All notable changes to the "bracketeer" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

1.2.7

Hotfix

  • fix bracket parsing broken by unmerged changes from 1.2.4

1.2.6

  • wrong release (without changes)

1.2.5

Added

  • support for PHP

1.2.4

Hotfix

  • revert to 1.2.2 parsing of brackets due to error in parsing, need to investigate further

1.2.3

Added

  • quote parsing support for HTML

Changes

  • improve bracket parsing to avoid some edge cases when it didn't worked

1.2.2

Internal

  • remove console.log from production build

Changed

  • refactor internals to allow easy addition of support for more languages

1.2.1

Added

  • square bracketes support for python

1.2.0

Added

  • support for json, python, css and powershell languages

Changed

  • refactor internals to allow easy addition of support for more languages

1.1.0

Added

  • NEW FEATURE: Quotes actions - change, remove and select quotes as well

Changed

  • New token parsing - token parsing is much more robust now, which means less bugs and edge cases
  • Add new logo

1.0.0

  • Initial release