1.3.1 (2020-10-25)
- bump vs code version in engines (0deaa43)
1.3.0 (2020-10-25)
- bracket parsing (ac1446a)
- 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)
- bracket parsing (ac1446a)
- 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)
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.
- fix bracket parsing broken by unmerged changes from 1.2.4
- wrong release (without changes)
- support for PHP
- revert to 1.2.2 parsing of brackets due to error in parsing, need to investigate further
- quote parsing support for HTML
- improve bracket parsing to avoid some edge cases when it didn't worked
- remove console.log from production build
- refactor internals to allow easy addition of support for more languages
- square bracketes support for python
- support for json, python, css and powershell languages
- refactor internals to allow easy addition of support for more languages
- NEW FEATURE: Quotes actions - change, remove and select quotes as well
- New token parsing - token parsing is much more robust now, which means less bugs and edge cases
- Add new logo
- Initial release