Created VSCode Extension, some updates from LinkedLives in the field
This commit is contained in:
119
VSCode/CHANGELOG.md
Normal file
119
VSCode/CHANGELOG.md
Normal file
@@ -0,0 +1,119 @@
|
||||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog] (http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0] - 2018-02-02
|
||||
### Added
|
||||
- Syntax highlighting for html in es6 multiline strings
|
||||
|
||||
## [1.1.0] - 2018-03-08
|
||||
### Fixed
|
||||
- Compatibility with Prettier
|
||||
|
||||
## [1.2.0] - 2018-03-12
|
||||
### Added
|
||||
- Commands and keybindings
|
||||
|
||||
## [1.3.0] - 2018-03-17
|
||||
### Added
|
||||
- Syntax highlight without a comment
|
||||
- Follow semver
|
||||
|
||||
### [1.4.0] - 2018-03-22
|
||||
### Added
|
||||
- JS Syntax highlight
|
||||
- Single-line comment support
|
||||
|
||||
### [1.5.0] - 2018-03-22
|
||||
### Fixed
|
||||
- Compatibility with Prettier
|
||||
|
||||
### [1.6.0] - 2018-08-13
|
||||
### Added
|
||||
- SQL support. Beta
|
||||
|
||||
### [1.7.0] - 2018-08-14
|
||||
### Fixed
|
||||
- Improve html function support
|
||||
|
||||
### [1.7.1] - 2018-08-15
|
||||
### Fixed
|
||||
- Improve single-line comments support
|
||||
- Disable hotkeys
|
||||
|
||||
### [1.8.1] - 2018-08-18
|
||||
### Added
|
||||
- Unquoted attributes support
|
||||
### Fixed
|
||||
- Js-in-attributes support
|
||||
|
||||
### [1.8.2] - 2018-08-19
|
||||
### Fixed
|
||||
- Fix missing `${}` syntax support in sql
|
||||
|
||||
### [1.8.3] - 2018-08-25
|
||||
### Fixed
|
||||
- Fix broken multiline support for jquery
|
||||
|
||||
### [1.8.4] - 2019-01-11
|
||||
### Fixed
|
||||
- Add html text as parameter argument support
|
||||
|
||||
### [1.8.5] - 2019-01-29
|
||||
## Fixed
|
||||
- Highlight html passed directly into a function
|
||||
- Highlight html inside html script
|
||||
- Support for html passed as an argument
|
||||
|
||||
### [1.8.6] - 2019-01-31
|
||||
## Fixed
|
||||
- Improve multiline strings support
|
||||
|
||||
### [1.8.7] - 2019-02-14
|
||||
## Fixed
|
||||
- Fix bug with syntax coloring after keyword, placed inside html template
|
||||
|
||||
### [1.8.8] - 2019-04-12
|
||||
## Improved
|
||||
- Match all caps for SQL (by @thebrodmann)
|
||||
|
||||
### [2.3.0] - 2021-04-23
|
||||
## Improved
|
||||
- Support uppercase /* HTML */
|
||||
|
||||
### [2.4.0] - 2021-04-23
|
||||
## Improved
|
||||
- Support XML
|
||||
|
||||
### [2.5.0] - 2021-04-23
|
||||
## Fixed
|
||||
- Ignore casing
|
||||
|
||||
### [2.6.0] - 2021-04-23
|
||||
## Fixed
|
||||
- Syntax highlighting breaks with multiple placeholders in the same attribute
|
||||
## Improved
|
||||
- Support SVG
|
||||
|
||||
### [2.7.0] - 2021-04-23
|
||||
## Fixed
|
||||
- SQL highlight stops after encountering an identifier delimiter `
|
||||
|
||||
### [2.8.0] - 2021-04-23
|
||||
## Fixed
|
||||
- SQL support for vue files
|
||||
|
||||
### [2.9.0] - 2021-05-18
|
||||
## Improved
|
||||
- CSS support
|
||||
|
||||
### [2.10.0] - 2021-06-03
|
||||
## Improved
|
||||
- GLSL support
|
||||
|
||||
### [2.11.0] - 2021-10-05
|
||||
## Improved
|
||||
- PHP file support
|
||||
Reference in New Issue
Block a user