Skip to content

Releases: ota-meshi/yaml-eslint-parser

v0.4.0

27 Jul 01:07
Compare
Choose a tag to compare

💥 Breaking Change

  • #73 The end location of the block node has changed. This can affect processing that depends on the end location.

🐛 BugFixes

  • #73 Fixed wrong end location of block node.

🚀 Enhancements

  • #39 Added partial support for YAML 1.1 to getStaticYAMLValue.

v0.3.2

11 Jan 16:01
Compare
Choose a tag to compare

🐛 Bugfixes

  • #14 Fixed incorrect resolution values for .nan and .inf

v0.3.1

11 Jan 15:16
Compare
Choose a tag to compare

🐛 Bugfixes

  • #13 Fixed crash when comment with flow map with empty key.

v0.3.0

11 Jan 14:29
Compare
Choose a tag to compare

⚙️ Update

  • #12 Improve performance and excludes yaml-unist-parser from the dependencies

v0.2.2

09 Jan 16:49
Compare
Choose a tag to compare

⚙️ Update

  • #9 Improve performance

v0.2.1

23 Dec 05:31
Compare
Choose a tag to compare

🐛 Bugfixes

  • (6438d79) Fixed missing raw property in YAMLPlainScalar.

v0.2.0

20 Dec 03:12
Compare
Choose a tag to compare

🐛 Bugfixes

  • #8 Fixed ignoring empty sequence entries.

v0.1.0

18 Dec 06:51
Compare
Choose a tag to compare

🐛 Bugfixes

  • #7 Fixed not working when overriding anchors.

🚀 Enhancements

  • #6 Added parseYAML() that API for calling parsers directly.
  • #6 Added traverseNodes() that API for traversing the node output by the parser.