Skip to content

Commit

Permalink
Merge pull request #86 from microsoft/dev/mjbvz/0.2
Browse files Browse the repository at this point in the history
Version 0.2.0
  • Loading branch information
mjbvz authored Oct 31, 2022
2 parents d07e2ec + 58b4553 commit 3124c24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 33 deletions.
34 changes: 5 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
# Changelog

## 0.2.0-alpha.8 October 28, 2022
- Fix file rename incorrectly updating `[text](#headers)` style headers.

## 0.2.0-alpha.7 October 26, 2022
- Fix more edge cases around directory renames.

## 0.2.0-alpha.6 October 25, 2022
- Don't add extra `./` on file rename edits.
- Fixed renaming using old file name in edit.
- Fix rename should use renamed file names.

## 0.2.0-alpha.5 October 24, 2022
- Fix document highlights for image links.
- Make document highlights work for external links.

## 0.2.0-alpha.4 October 24, 2022
- Fix document highlights for links to headers in other files.

## 0.2.0-alpha.3 October 21, 2022
- Fix detection of reference links with images.
- Extract link definition should prefer inner links if on nested links.
- Remove unused link definition now deletes entire line instead of leaving blank line.

## 0.2.0-alpha.2 October 13, 2022
- Fix reference links shorthand for names with spaces.
- Fix reference links references should be case in-sensitive.
- Fix reference links should resolve to first matching link definition.

## 0.2.0-alpha.1 October 5, 2022
## 0.2.0 October 31, 2022
- Added diagnostics for unused link definitions.
- Added diagnostics for duplicated link definitions.
- Added quick fixes for removing duplicate / unused link definitions.
- Added document highlight provider.
- Polish Update links on file rename.
- Fix detection of reference link shorthand for names with spaces.
- Fix reference links references should be case in-sensitive.
- Fix reference links should resolve to first matching link definition.

## 0.1.0 September 28, 2022
- Added `getCodeActions` to get code actions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Currently supported language features:
- Unused link definitions.
- Duplicate link definitions.

- Update links on file rename (experimental)
- Update links on file rename

Generate an edit that updates all links when a file/directory in the workspace is renamed or moved.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-markdown-languageservice",
"description": "Markdown language service",
"version": "0.2.0-alpha.8",
"version": "0.2.0",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 3124c24

Please sign in to comment.