Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.0 #165

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 0.4.0-alpha.9 — Unreleased
## 0.4.0 — January 24, 2024
Highlights of previous alpha releases:

- Enable document links, references, and rename for HTML fragments in Markdown.
- Fix potential catastrophic backtracking in a regular expression.
- Avoid adding extra encoding on completions.
- Use fuzzy matching for workspace symbol search.
- Fix some false positive link detection on escaped links.
- Fix a number of cases around link detection / validation.

## 0.4.0-alpha.8 — October 31, 2023
- Fix potential catastrophic backtracking in a regular expression.
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.4.0-alpha.8",
"version": "0.4.0",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down
Loading