Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 3.82 KB

File metadata and controls

48 lines (27 loc) · 3.82 KB

0.2.2 (2025-10-18)

Bug Fixes

  • deps: update dependency glob to v11.0.3 (619049a)

0.2.1 (2025-04-28)

Bug Fixes

  • CLI: Allow regex CLI option (934bbab)
  • deps: update dependency glob to v11.0.2 (be448f8)
  • Gitlab: Correcting support for JSON 2020 Draft with Regex (0697793)

0.2.0 (2025-04-09)

Bug Fixes

  • deps: update dependency fast-json-patch to v3 (b34a751)
  • deps: update dependency glob to v11 (be25850)
  • set $data option in the presence of the --data switch (8c440a5), closes #93

Features

  • compile schema to standalone module exporting validation function using ajv-pack, closes #1 (e303d61)
  • custom keywords/formats, #17, #18 (666dad7)
  • Docker: Adding docker image for running (c282963)
  • Docker: Finalize docker usage (d534fc1)
  • help for "migrate" command (f1bd6d2)
  • migrate schema to draft-06 (74c61bc)
  • option inline-refs; fixed options with value "false", closes #19 (62b0ba3)
  • options -o and -c added to help (eda7450)
  • options supported by Ajv 5.0 (cce95e6)
  • support json5 & yaml file types (974d686)
  • support draft-04 meta-schema by default, closes #28 (a297a43)
  • support keywords written in typescript (f13a09a)
  • use draft-06, remove v5 option and tests (5a63420)