Skip to content

Releases: remarkjs/vscode-remark

3.0.0

16 Apr 15:49
3.0.0
cf840ea
Compare
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
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.1.0

2.0.0

23 Jul 15:31
408479e
Compare
Choose a tag to compare

Full Changelog: 1.3.0...2.0.0

1.3.0

21 Mar 15:20
abcb185
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.3.1

25 Sep 15:44
Compare
Choose a tag to compare

Changelog:

  • Fix work with empty settings

0.3.0

25 Sep 12:11
Compare
Choose a tag to compare

Initialization preview release.