Releases: remarkjs/vscode-remark
Releases · remarkjs/vscode-remark
v3.2.0
v3.1.0
What's Changed
- 37c839d Add restart server command by @Marvin-Brouwer in #137
- ad90f4c Define language server trace options
New Contributors
- @Marvin-Brouwer made their first contribution in #137
Full Changelog: 3.0.0...v3.1.0
3.0.0
What's Changed
- Add
private: truetopackage.jsonby @JounQin in #118 - Update to remark-language-server 3 by @remcohaszing in #130
Seeremark-language-server@3.0.0for related changes
New Contributors
Full Changelog: 2.1.0...v3.0.0
2.1.0
- Regenerate for
unified-language-server@3.1.0 - a9bd43e Update compatibility section in readme
by @remcohaszing in #116 - dfedc77 Fix license
Full Changelog: 2.0.0...2.1.0
2.0.0
- da00a11 Rewrite to use
remark-language-server
breaking: this is a big improvement that makes sure this extension works likeremark-cliand all other integrations
by @remcohaszing in #65 - fd483e8 Update VS Code engine
breaking: please use VS Code1.67.0or higher
by @remcohaszing in #98 - ace3209 Add JSON schema for
.remarkrc,package.json
by @remcohaszing in #80 - 0f91d78 Add language for
.remarkrc,.remarkignoreto VSC
by @remcohaszing in #78 - f8e8073 Add publishing to Open VSX
by @asbjornu in #50
Full Changelog: 1.3.0...2.0.0
1.3.0
This is the first release after moving the extension from its former home at @mrmlnc and over to @remarkjs. This release contains a lot of small improvements:
- #20 by @asbjornu adds a GitHub Actions workflow with the execution of tests to the repository.
- #21 by @asbjornu adds support for configuring Remark.js with a
.remarkrc.yamlconfiguration file. Previously, only.remarkrcin JSON format was supported. - #24, #25, and #26 by @ChristianMurphy improves type usage.
- #30 adds Renovate to the repository.
- #40 by @asbjornu renames the plugin to reflect its move from @mrmlnc to @remarkjs and adds a GitHub Actions based automatic release process.