Skip to content

Releases: remarkjs/vscode-remark

v3.2.0

26 Mar 12:38
v3.2.0
c709060

Choose a tag to compare

  • 5bf0d27 Add support for more markdown language IDs
  • 5efdbd9 Dispose the client in deactivate()

Full Changelog: v3.1.0...v3.2.0

v3.1.0

21 Feb 11:59
v3.1.0
d337518

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...v3.1.0

3.0.0

16 Apr 15:49
3.0.0
cf840ea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...v3.0.0

2.1.0

30 Jul 09:58
1f5323a

Choose a tag to compare

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Jul 15:31
408479e

Choose a tag to compare

Full Changelog: 1.3.0...2.0.0

1.3.0

21 Mar 15:20
abcb185

Choose a tag to compare

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

08 Jul 10:25

Choose a tag to compare

Changelog

  • Fix listItemIndent value of "1" is still replaced by tabs (#19, #15, thanks @sagebind)

1.2.0

22 Dec 12:00

Choose a tag to compare

Changelog:

  • Update remark to 11.0.0
  • Add .remarkrc.js config support (#14)

1.1.0

15 Mar 07:52

Choose a tag to compare

Changelog:

  • Update remark to 7.0.0
  • Fix problem with configuration (fix #7)

1.0.0

10 Dec 21:23

Choose a tag to compare

Changelog:

  • Use remark@6.2.0
  • Use output channel instead of window messages
  • Support for FormatOnSave aka ALT + SHIFT + F