Releases: ota-meshi/yaml-eslint-parser
Releases · ota-meshi/yaml-eslint-parser
v0.4.0
💥 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
🐛 Bugfixes
- #14 Fixed incorrect resolution values for .nan and .inf
v0.3.1
🐛 Bugfixes
- #13 Fixed crash when comment with flow map with empty key.
v0.3.0
⚙️ Update
- #12 Improve performance and excludes
yaml-unist-parser
from the dependencies
v0.2.1
🐛 Bugfixes
- (6438d79) Fixed missing
raw
property in YAMLPlainScalar.
v0.2.0
🐛 Bugfixes
- #8 Fixed ignoring empty sequence entries.
v0.1.0
🐛 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.