Releases: remarkjs/vscode-remark
Releases · remarkjs/vscode-remark
3.0.0
What's Changed
- Add
private: true
topackage.json
by @JounQin in #118 - Update to remark-language-server 3 by @remcohaszing in #130
See[email protected]
for related changes
New Contributors
Full Changelog: 2.1.0...v3.0.0
2.1.0
- Regenerate for
[email protected]
- 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-cli
and all other integrations
by @remcohaszing in #65 - fd483e8 Update VS Code engine
breaking: please use VS Code1.67.0
or higher
by @remcohaszing in #98 - ace3209 Add JSON schema for
.remarkrc
,package.json
by @remcohaszing in #80 - 0f91d78 Add language for
.remarkrc
,.remarkignore
to 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.yaml
configuration file. Previously, only.remarkrc
in 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.
1.2.1
1.2.0
1.1.0
1.0.0
Changelog:
- Use
[email protected]
- Use output channel instead of window messages
- Support for FormatOnSave aka
ALT + SHIFT + F