-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,51 @@ | ||
# Change Log | ||
|
||
## Version 1.1.1 | ||
### 2.2.0 | ||
|
||
- [[#37](https://github.com/tahabasri/snippets/pull/37)] Add feature to Import/Export Snippets. | ||
- [[#43](https://github.com/tahabasri/snippets/pull/43)] Customize suggestions trigger key. | ||
- [[#44](https://github.com/tahabasri/snippets/pull/44)] Show confirmation alert before removing snippet/folder. | ||
|
||
### 2.1.1 | ||
|
||
- Update vulnerable dependencies. | ||
|
||
### 2.1.0 | ||
|
||
- Provide snippets as suggestions via IntelliSense or by typing character '`>`'. | ||
- Update vulnerable dependencies. | ||
|
||
### 2.0.2 | ||
|
||
- Provide safer logic when dealing with restore process. | ||
- Rename backup instead of deleting it. | ||
|
||
### 2.0.0 | ||
|
||
- Use `globalState` as default snippets location. No more files in filesystem ! | ||
- Enable sync using VSCode API. | ||
- Polish the usability of option `snippets.useWorkspaceFolder`. | ||
- Refresh snippets across multiple open workspaces in more efficient way. | ||
- Add GitHub Actions to automate Code Analysis. | ||
|
||
### 1.2.1 | ||
|
||
- Fix typos in code + ESLint warnings. | ||
|
||
### 1.2.0 | ||
|
||
- Set workspace specific snippets and allows snippets to sync via git with your `.vscode` folder. | ||
|
||
### 1.1.1 | ||
|
||
- [[#18](https://github.com/tahabasri/snippets/pull/18)] Make default snippets path available after fresh installation. | ||
|
||
## Version 1.1.0 | ||
### 1.1.0 | ||
|
||
- [[#16](https://github.com/tahabasri/snippets/pull/16)] Sync snippets across open workspaces. | ||
- [[#8](https://github.com/tahabasri/snippets/pull/8)] Enable/disable snippets syntax resolving. | ||
- [[#14](https://github.com/tahabasri/snippets/pull/14)] Change default snippets location using settings property `snippets.snippetsLocation`. | ||
|
||
## Version 1.0.0 | ||
### 1.0.0 | ||
|
||
- Initial release. | ||
Initial release of the extension. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters