vue2-grammar/CHANGELOG.md

58 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2019-11-26 14:02:14 +01:00
# Change Log
All notable changes to the "swmf" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [Unreleased]
2019-12-02 07:24:52 +01:00
### 0.0.1
2020-02-06 01:00:37 +01:00
- Initial release with syntax highlighting.
2019-12-02 07:24:52 +01:00
### 0.2.0
2020-02-06 01:00:37 +01:00
- Added hierarchical [outline view](https://code.visualstudio.com/docs/getstarted/userinterface#_outline-view).
2019-12-02 07:24:52 +01:00
### 0.2.2
2020-02-06 01:00:37 +01:00
- Fixed image in README to reflect new features.
2019-12-02 07:24:52 +01:00
2019-12-02 03:24:52 +01:00
### 0.2.3
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Tidy README and clean up `devDependencies`.
2019-12-02 07:24:52 +01:00
2019-12-02 04:35:18 +01:00
### 0.2.4
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Mention support for [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_breadcrumbs).
2019-12-02 07:24:52 +01:00
2019-12-02 05:05:47 +01:00
### 0.2.5
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Add icon to marketplace.
2019-12-02 07:24:52 +01:00
### 0.2.6
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Move manual installation instructions to [INSTALL.md](INSTALL.md). Add transparent icon borders.
2019-12-02 07:24:52 +01:00
### 0.2.7
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Set banner background to Monokai dark background.
2019-12-02 07:24:52 +01:00
2019-12-02 06:10:30 +01:00
### 0.2.8
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Use default banner background.
2019-12-02 07:24:52 +01:00
2019-12-02 07:16:13 +01:00
### 0.2.9
2019-12-02 07:24:52 +01:00
2020-02-06 01:00:37 +01:00
- Add badges to README
2019-12-02 07:37:02 +01:00
## [1.0.0] - 2019-12-02
- Tidy README
2020-02-05 23:28:40 +01:00
- Add license badge
2023-01-20 00:00:17 +01:00
## [1.0.1] - 2021-01-19
2020-02-05 23:28:40 +01:00
- Migrate from `vscode` to `vscode-test` [as described on the VS Code site](https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode).
2023-01-20 00:00:17 +01:00
- Use more recent version of libraries to avoid security vulnerability found by GitHub's dependabot.