Releases: ota-meshi/yaml-eslint-parser
Releases · ota-meshi/yaml-eslint-parser
v2.0.0
Major Changes
-
#257
4992127Thanks @copilot-swe-agent! - Drop support for Node.js <20. The new supported versions are "^20.19.0 || ^22.13.0 || >=24". -
#263
3c0c8bfThanks @copilot-swe-agent! - Change to ESM-only package. The package no longer provides CommonJS exports and requires ES modules.
v1.3.2
Patch Changes
- #250
6a4f069Thanks @ota-meshi! - fix: false parsing error when tag-only doc
v1.3.1
Patch Changes
-
#229
8be7384Thanks @ota-meshi! - fix wrong ast for directive only documents -
#229
8be7384Thanks @ota-meshi! - fix wrong ast for an empty block literal with no line breaks
v1.3.0
v1.2.3
v1.2.2
Patch Changes
- #140
99bd0ecThanks @ota-meshi! - feat: export meta object
v1.2.1
Patch Changes
- #138
4c7bac1Thanks @ota-meshi! - fix: wrong float value for unsigned exponential in YAML 1.1