Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Latest commit

 

History

History
139 lines (78 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

139 lines (78 loc) · 3.82 KB

Change Log

[Unreleased]

3.0.0

  • Change: Support for Markuplint v3.x
  • Change: Add the feature that popup Accessibility Object

2.2.1

  • Fix: Resolving a target path for Windows.

2.2.0

  • Change: Supports Smarty format. (Needs @markuplint/smarty-parser)
  • Fix: The evaluation stops if thrown an error

2.1.1

  • Fix: Did not run when changing a document

2.1.0

  • Fix: Crash when no-installed markuplint
  • Change: Default loading version 2.x
  • Change: Add the setting markuplint.defaultConfig
  • Change: Add the setting markuplint.debug
  • Change: Make it possible to edit the setting per langages

2.0.3

  • Change: Output the reason.
  • Change: Supports the info severity.
  • Change: Improve debug logs.

2.0.2

  • Change: Improve to debounce the execution.

2.0.0

  • Change: Support for markuplint v2.x.

1.10.1

  • Fix: The schema path.

1.10.0

  • change: Support for .astro file and @markuplint/astro-parser
  • update: dependencies

1.9.2

  • Fix: The schema path.

1.9.1

  • Fix: The repository path.

1.9.0

  • update: Supported JSX Parser and JavaScript/TypeScript file.

1.8.0

  • update: Supported some new languages/templates.

1.7.0

1.6.0

  • update: Default markuplint version v1.0.0-alpha.57
  • change: Added default configuration

[1.3.0] - 2020-07-26

  • update: Default markuplint version v1.0.0-alpha.53
  • change: Added languages to support

[1.2.0] - 2020-06-30

  • update: Default markuplint version v1.0.0-alpha.45
  • change: Support for .pug file and @markuplint/pug-parser

[1.1.0] - 2019-10-15

  • update: Default markuplint version v1.0.0-alpha.19
  • change: Support for .vue file and @markuplint/vue-parser

[1.0.0] - 2019-09-13

[0.8.0] - 2018-02-21

  • change: Notify message when markuplint could not be found in the node_modules of the workspace.
  • change: Show version of markuplint to status bar.

[0.7.0] - 2018-02-20

[0.6.0] - 2018-01-20

[0.5.1] - 2018-01-15

  • bugfix: Fix importing module error.

[0.5.0] - 2018-01-11

  • change: Importing module markuplint from node_modules on current working directory automatically
  • update: Default markuplint version v0.14.0

[0.4.0] - 2018-01-08

[0.3.0] - 2017-12-27

[0.2.0] - 2017-12-20

[0.1.1] - 2017-12-14

[0.1.0] - 2017-12-13

  • Initial release