Skip to content

Releases: remarkjs/vscode-remark

v3.3.1

Choose a tag to compare

@remcohaszing remcohaszing released this 12 Jun 06:59
v3.3.1
8a6cc1f
  • 4b1627e Remove default value for remark.ignorePath

Full Changelog: v3.3.0...v3.3.1

v3.3.0

Choose a tag to compare

@remcohaszing remcohaszing released this 10 Jun 18:23
v3.3.0
58807c6

Full Changelog: v3.2.0...v3.3.0

v3.2.0

Choose a tag to compare

@remcohaszing remcohaszing released this 26 Mar 12:38
v3.2.0
c709060
  • 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

Choose a tag to compare

@remcohaszing remcohaszing released this 21 Feb 11:59
v3.1.0
d337518

What's Changed

New Contributors

Full Changelog: 3.0.0...v3.1.0

3.0.0

Choose a tag to compare

@remcohaszing remcohaszing released this 16 Apr 15:49
3.0.0
cf840ea

What's Changed

New Contributors

Full Changelog: 2.1.0...v3.0.0

2.1.0

Choose a tag to compare

@wooorm wooorm released this 30 Jul 09:58
1f5323a

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@wooorm wooorm released this 23 Jul 15:31
408479e

Full Changelog: 1.3.0...2.0.0

1.3.0

Choose a tag to compare

@asbjornu asbjornu released this 21 Mar 15:20
abcb185

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

Choose a tag to compare

@mrmlnc mrmlnc released this 08 Jul 10:25

Changelog

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

1.2.0

Choose a tag to compare

@mrmlnc mrmlnc released this 22 Dec 12:00

Changelog:

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