Releases: JulianCataldo/remark-lint-frontmatter-schema
Releases · JulianCataldo/remark-lint-frontmatter-schema
v3.4.0
v3.3.1
v3.3.0
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.0
3.0.0 (2022-08-08)
Bug Fixes
unified
andunist
missing, breaking ci (6b4dbab)- change screenshot link to raw github (9d65364)
- correct typings + coercition for ast prop (69766fd)
Features
- major rehaul w. type safety, guards + errors (4dd0dad)
BREAKING CHANGES
-
Root
andYAML from
types/mdast`
isNode
fromyaml
vfile.message
instead of pushing tovfile.messages
- parse YAML once and use
toJS()
vFile
cwd
instead ofprocess.cwd()
Guards / Errors for:
- JSON Schema not found (wrong path)
- JSON Schema malformed
- YAML Schema parsing error
- YAML Frontmatter parsing error (doesn't seems to occur anyway)
Also, splitting functions a bit, adding some explanations and ideas.
Thanks a lot @remcohaszing 👏