Skip to content

Releases: JulianCataldo/remark-lint-frontmatter-schema

v3.4.0

11 Aug 20:30
Compare
Choose a tag to compare

3.4.0 (2022-08-11)

Bug Fixes

  • crash when no global schemas (7107487)

Features

  • direct schema embedding through settings (5430797)

v3.3.1

10 Aug 06:07
Compare
Choose a tag to compare

3.3.1 (2022-08-10)

Bug Fixes

  • 'JSON Schema malformed' when required missing (0160337)

v3.3.0

09 Aug 06:02
Compare
Choose a tag to compare

3.3.0 (2022-08-09)

Features

  • better warning message display (77542a9)

v3.2.2

09 Aug 04:04
Compare
Choose a tag to compare

3.2.2 (2022-08-09)

Bug Fixes

  • add details to features + re-orders [misfire] (788bf70)

v3.2.1

09 Aug 04:03
Compare
Choose a tag to compare

3.2.1 (2022-08-09)

Bug Fixes

  • add details to features + re-orders (dbe44e2)

v3.2.0

09 Aug 03:51
Compare
Choose a tag to compare

3.2.0 (2022-08-09)

Bug Fixes

  • add example for global associations + details (9f7d471)

Features

  • update demo to reflect global settings (0916295)

v3.1.0

09 Aug 02:48
Compare
Choose a tag to compare

3.1.0 (2022-08-09)

Features

  • init plugin settings, with glob' schemas 🤯 (23c06f7)

v3.0.0

08 Aug 23:41
Compare
Choose a tag to compare

3.0.0 (2022-08-08)

Bug Fixes

  • unified and unist 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 and YAML from types/mdast`
  • isNode from yaml
  • vfile.message instead of pushing to vfile.messages
  • parse YAML once and use toJS()
  • vFile cwd instead of process.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 👏

v2.5.6

08 Aug 03:44
Compare
Choose a tag to compare

2.5.6 (2022-08-08)

Bug Fixes

v2.5.5

08 Aug 01:52
Compare
Choose a tag to compare

2.5.5 (2022-08-08)

Bug Fixes

  • clean screenshot unneeded files (c7026e3)