Skip to content

Releases: ota-meshi/yaml-eslint-parser

v1.2.2

09 May 01:03
7736414
Compare
Choose a tag to compare

Patch Changes

v1.2.1

07 May 15:39
Compare
Choose a tag to compare

Patch Changes

v1.2.0

09 Mar 08:07
Compare
Choose a tag to compare

🚀 Enhancements

Full Changelog: v1.1.0...v1.2.0

v1.1.0

28 Jul 03:54
Compare
Choose a tag to compare

🚀 Enhancements

Full Changelog: v1.0.1...v1.1.0

v1.0.1

18 May 04:28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix npm tag.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 May 04:15
Compare
Choose a tag to compare

💥 Breaking Changes

⚙️ Updates

Full Changelog: v0.5.0...v1.0.0

v1.0.0-beta.0

08 Apr 11:37
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

💥 Breaking Changes

⚙️ Updates

Full Changelog: v0.5.0...v1.0.0-beta.0

v0.5.0

06 Nov 01:35
Compare
Choose a tag to compare

💥 Breaking Changes

  • Drop support for Node.js v8-10, v13 and v15 by @ota-meshi in #94

Full Changelog: v0.4.1...v0.5.0

v0.4.1

27 Jul 01:33
Compare
Choose a tag to compare

🐛 BugFixes

  • #74 Downgrade eslint-visitor-keys

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.