3.15.4 (2023-10-15)
- upgrade deps, fix demo (9dd9dbb)
3.15.3 (2023-09-15)
- treat first yaml section as frontmatter, even if it is not the first child (c09c902)
3.15.2 (2023-04-12)
- trigger release (11db24b)
3.15.1 (2022-11-19)
- better configuration example (yaml) (c4629bb)
3.15.0 (2022-11-03)
- bump major version (336f10e)
3.14.0 (2022-11-03)
- resolve current remark working directory (1887ef1)
- use only json-schema-ref-parser, drop ajv's (99b66bd)
3.13.0 (2022-10-30)
- support relative path for local
$schema
(20f53bf)
3.12.0 (2022-10-30)
- support for
const
auto-fix / suggestion (a133c54)
3.11.0 (2022-10-30)
- better error output for eslint / remark (aff95db)
3.10.2 (2022-10-29)
- global schema assoc. w.
eslint-plugin-mdx
(6849182)
3.10.1 (2022-10-29)
- allow empty settings for runtime plugin (7534ea4)
3.10.0 (2022-10-29)
- embedded
$ref
for demo pipeline (59434d7)
3.9.0 (2022-10-29)
- convert lint rule to async, for file loading (4675b25)
- load external schema definition references (b1b9805)
3.8.0 (2022-10-28)
- core meta schema validation docs + example (1976cc2)
- embed native errors reports in vfile msg (5a39364)
3.7.9 (2022-10-27)
- new cli harvest image + remove pointing hand (42c5658)
3.7.8 (2022-10-27)
- update badge, links,… + pjson ordering (8ebaca9)
3.7.7 (2022-10-20)
- properties spacing + bold (e168cab)
3.7.6 (2022-10-20)
- remove todo, rename package (ae1c0b5)
3.7.5 (2022-10-15)
- update package name (c14c50a)
3.7.4 (2022-09-23)
- add more helpful dummy content (b330095), closes #15
- separate schema path and its hash (f9063f3), closes #14
3.7.3 (2022-09-22)
3.7.2 (2022-09-09)
- add js native error message from pretty note (e29ea28)
3.7.1 (2022-09-09)
- simplify doc headings hierarchy (25d23c1)
3.7.0 (2022-09-09)
- docs living example updates (881d7d3)
- 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)
- better type guards and typings (cddf31c)
3.6.1 (2022-08-25)
- reduce package size drastically (d126030)
3.6.0 (2022-08-24)
3.5.1 (2022-08-19)
- more readable message note construction (a9328fe)
3.5.0 (2022-08-19)
- rehaul docs titles hierarchy (03ba93c)
- live implementation + frameworks in docs (8cdb18e)
3.4.1 (2022-08-18)
- screenshots links in docs (8544088)
3.4.0 (2022-08-11)
- crash when no global schemas (7107487)
- direct schema embedding through settings (5430797)
3.3.1 (2022-08-10)
- 'JSON Schema malformed' when required missing (0160337)
3.3.0 (2022-08-09)
- better warning message display (77542a9)
3.2.2 (2022-08-09)
- add details to features + re-orders [misfire] (788bf70)
3.2.1 (2022-08-09)
- add details to features + re-orders (dbe44e2)
3.2.0 (2022-08-09)
- add example for global associations + details (9f7d471)
- update demo to reflect global settings (0916295)
3.1.0 (2022-08-09)
- init plugin settings, with glob' schemas 🤯 (23c06f7)
3.0.0 (2022-08-08)
unified
andunist
missing, breaking ci (6b4dbab)- change screenshot link to raw github (9d65364)
- correct typings + coercition for ast prop (69766fd)
- major rehaul w. type safety, guards + errors (4dd0dad)
-
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 👏
2.5.6 (2022-08-08)
- add command details (b4a648a)
2.5.5 (2022-08-08)
- clean screenshot unneeded files (c7026e3)
2.5.4 (2022-08-08)
2.5.3 (2022-08-07)
- doc, add remark config example (e64163e)
2.5.2 (2022-08-07)
- docs, correct full install + more details (0eb1c9c)
2.5.1 (2022-08-07)
- check yaml presence + extract function (d08f5ae)
2.5.0 (2022-08-07)
- use
yaml
instead ofjs-yaml
(95444d3)
2.4.7 (2022-08-06)
- re-order package.json fields + add details (3e4298e)
2.4.6 (2022-08-06)
2.4.5 (2022-08-06)
- add npm package badge link (923ad35)
2.4.4 (2022-08-06)
- docs, add npm badge + better description (e96a79e)
2.4.3 (2022-08-06)
- add details to docs + new screenshot (e6b94b9)
2.4.2 (2022-08-06)
- typo for url in docs (8d70a9b)
2.4.1 (2022-08-05)
- remove dead code + refactor (e167e11)
2.4.0 (2022-08-05)
- add code examples in docs (c449814)
2.3.0 (2022-08-05)
- docs for known limitations + keywords (a12fdb4)
2.2.0 (2022-08-05)
- init root doc + demo screenshot (3fffa85)
2.1.0 (2022-08-05)
- demo file package (216acfd)
2.0.0 (2022-08-05)
- force bump major version (deleted npm) (7d439b2)
1.3.0 (2022-08-05)
- vscode extensions recommendation for demo (8d4cb7b)
1.2.0 (2022-08-05)
- remark lint base demo config (ae67bc3)
1.1.0 (2022-08-05)
- add demo content (f0c1e2e)
- init plugin script index file (fd0d451)