Skip to content

Latest commit

 

History

History
492 lines (221 loc) · 21.1 KB

CHANGELOG.md

File metadata and controls

492 lines (221 loc) · 21.1 KB

3.15.4 (2023-10-15)

Bug Fixes

3.15.3 (2023-09-15)

Bug Fixes

  • treat first yaml section as frontmatter, even if it is not the first child (c09c902)

3.15.2 (2023-04-12)

Bug Fixes

3.15.1 (2022-11-19)

Bug Fixes

  • better configuration example (yaml) (c4629bb)

3.15.0 (2022-11-03)

Features

3.14.0 (2022-11-03)

Bug Fixes

  • align demo with new feats (3cbc16a)
  • use bundle instead of dereference (6a8824a)

Features

  • resolve current remark working directory (1887ef1)
  • use only json-schema-ref-parser, drop ajv's (99b66bd)

3.13.0 (2022-10-30)

Features

  • support relative path for local $schema (20f53bf)

3.12.0 (2022-10-30)

Features

  • support for const auto-fix / suggestion (a133c54)

3.11.0 (2022-10-30)

Features

  • better error output for eslint / remark (aff95db)

3.10.2 (2022-10-29)

Bug Fixes

  • global schema assoc. w. eslint-plugin-mdx (6849182)

3.10.1 (2022-10-29)

Bug Fixes

  • allow empty settings for runtime plugin (7534ea4)

3.10.0 (2022-10-29)

Features

  • embedded $ref for demo pipeline (59434d7)

3.9.0 (2022-10-29)

Features

  • convert lint rule to async, for file loading (4675b25)
  • load external schema definition references (b1b9805)

3.8.0 (2022-10-28)

Features

  • core meta schema validation docs + example (1976cc2)
  • embed native errors reports in vfile msg (5a39364)

3.7.9 (2022-10-27)

Bug Fixes

  • new cli harvest image + remove pointing hand (42c5658)

3.7.8 (2022-10-27)

Bug Fixes

  • update badge, links,… + pjson ordering (8ebaca9)

3.7.7 (2022-10-20)

Bug Fixes

  • properties spacing + bold (e168cab)

3.7.6 (2022-10-20)

Bug Fixes

  • remove todo, rename package (ae1c0b5)

3.7.5 (2022-10-15)

Bug Fixes

3.7.4 (2022-09-23)

Bug Fixes

  • add more helpful dummy content (b330095), closes #15
  • separate schema path and its hash (f9063f3), closes #14

3.7.3 (2022-09-22)

Bug Fixes

  • swap custom glob-to-regexp w. minimatch (e7022d6), closes #12 #13

3.7.2 (2022-09-09)

Bug Fixes

  • add js native error message from pretty note (e29ea28)

3.7.1 (2022-09-09)

Bug Fixes

  • simplify doc headings hierarchy (25d23c1)

3.7.0 (2022-09-09)

Bug Fixes

  • docs living example updates (881d7d3)

Features

  • add user defined ajv settings (a01f825)
  • export message typings + more message infos (e132158)
  • js native error message name (8baa395)

3.6.2 (2022-08-26)

Bug Fixes

  • better type guards and typings (cddf31c)

3.6.1 (2022-08-25)

Bug Fixes

  • reduce package size drastically (d126030)

3.6.0 (2022-08-24)

Features

  • vfile location > yaml lineCounter #8 (e5ad3ea)

3.5.1 (2022-08-19)

Bug Fixes

  • more readable message note construction (a9328fe)

3.5.0 (2022-08-19)

Bug Fixes

  • rehaul docs titles hierarchy (03ba93c)

Features

  • live implementation + frameworks in docs (8cdb18e)

3.4.1 (2022-08-18)

Bug Fixes

  • screenshots links in docs (8544088)

3.4.0 (2022-08-11)

Bug Fixes

  • crash when no global schemas (7107487)

Features

  • direct schema embedding through settings (5430797)

3.3.1 (2022-08-10)

Bug Fixes

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

3.3.0 (2022-08-09)

Features

  • better warning message display (77542a9)

3.2.2 (2022-08-09)

Bug Fixes

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

3.2.1 (2022-08-09)

Bug Fixes

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

3.2.0 (2022-08-09)

Bug Fixes

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

Features

  • update demo to reflect global settings (0916295)

3.1.0 (2022-08-09)

Features

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

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 👏

2.5.6 (2022-08-08)

Bug Fixes

2.5.5 (2022-08-08)

Bug Fixes

  • clean screenshot unneeded files (c7026e3)

2.5.4 (2022-08-08)

Bug Fixes

  • update demo content (5a4c94c)
  • update docs badge and description (3a55113)

2.5.3 (2022-08-07)

Bug Fixes

  • doc, add remark config example (e64163e)

2.5.2 (2022-08-07)

Bug Fixes

  • docs, correct full install + more details (0eb1c9c)

2.5.1 (2022-08-07)

Bug Fixes

  • check yaml presence + extract function (d08f5ae)

2.5.0 (2022-08-07)

Features

  • use yaml instead of js-yaml (95444d3)

2.4.7 (2022-08-06)

Bug Fixes

  • re-order package.json fields + add details (3e4298e)

2.4.6 (2022-08-06)

Bug Fixes

  • add npm package badge link (14a2ef4)
  • docs, add npm badge + better description (7e7d614)

2.4.5 (2022-08-06)

Bug Fixes

  • add npm package badge link (923ad35)

2.4.4 (2022-08-06)

Bug Fixes

  • docs, add npm badge + better description (e96a79e)

2.4.3 (2022-08-06)

Bug Fixes

  • add details to docs + new screenshot (e6b94b9)

2.4.2 (2022-08-06)

Bug Fixes

2.4.1 (2022-08-05)

Bug Fixes

  • remove dead code + refactor (e167e11)

2.4.0 (2022-08-05)

Features

  • add code examples in docs (c449814)

2.3.0 (2022-08-05)

Features

  • docs for known limitations + keywords (a12fdb4)

2.2.0 (2022-08-05)

Features

  • init root doc + demo screenshot (3fffa85)

2.1.0 (2022-08-05)

Features

2.0.0 (2022-08-05)

Features

  • force bump major version (deleted npm) (7d439b2)

BREAKING CHANGES

1.3.0 (2022-08-05)

Features

  • vscode extensions recommendation for demo (8d4cb7b)

1.2.0 (2022-08-05)

Features

  • remark lint base demo config (ae67bc3)

1.1.0 (2022-08-05)

Features

1.0.0 (2022-08-05)

Features

  • init plugin script index file (fd0d451)