quote-morph
Version:
Automatically switches quotes to backticks when using ${} in JS/TS strings.
51 lines (34 loc) • 1.03 kB
Markdown
# Change Log
All notable changes to the "QuoteMorph" extension will be documented in this file.
## 1.1.8
- Fix issue where quotes within encapsulated strings get morphed
## 1.1.7
- Ignore escaped quotes
## 1.1.2 - 1.1.6
- Attempts to fix CI/CD for NPM
## 1.1.1
- Fixed CI/CD
## 1.1.0
- Fixed
- issues with quotes not morphing
- issues with vue template bindings trigging morph
- Added configuration (settings)
- to enable / disable
- active file types
- disable triggering on certain quotes (e.g. only enable for single quotes)
- Developer Experience
- Added unit tests
## 1.0.4
- Fixed issues with bleed thru where if you typed the right sequence across lines / editors the quote changes would be made in an inappropriate place
## 1.0.3
- Add vue file support
- Fixed issues with vue / html attributes encapsulating the double quotes when it shouldn't be
## v1.0.2
- Fixed issue with pipeline
## v1.0.1
- Updated documentation
- Added icon
- Added banner
- Fixed workflows
## v1.0.0
- Initial release