Skip to content

Commit 85095aa

Browse files
author
Conventional Changelog Action
committed
chore(release): v0.2.0 [skip ci]
1 parent 3d5162c commit 85095aa

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# 0.2.0 (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency fast-json-patch to v3 ([b34a751](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/b34a7511ad17af7f176fe50aa645e3f51242759a))
7+
* **deps:** update dependency glob to v11 ([be25850](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/be25850338e2cbfac635c94227cf18c2cace9576))
8+
* set `$data` option in the presence of the `--data` switch ([8c440a5](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/8c440a564fb712b3a2ed93d443e561117ab036b6)), closes [#93](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/93)
9+
10+
11+
### Features
12+
13+
* compile schema to standalone module exporting validation function using ajv-pack, closes [#1](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/1) ([e303d61](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/e303d61b6be5fda212c63e5e5c0e8f38ec793095))
14+
* custom keywords/formats, [#17](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/17), [#18](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/18) ([666dad7](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/666dad73579ded698b8b3f63fad94973b5dc6e22))
15+
* **Docker:** Adding docker image for running ([c282963](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/c28296328e70d1b16a4cd2d1f7610b24074766fe))
16+
* **Docker:** Finalize docker usage ([d534fc1](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/d534fc1e312dc343328d6191ffc01ddf8302b5fd))
17+
* help for "migrate" command ([f1bd6d2](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/f1bd6d2c4413e61591ee04b6c514063ab0ca3586))
18+
* migrate schema to draft-06 ([74c61bc](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/74c61bcbfb42c1e47026ca264dc14503b32f56eb))
19+
* option inline-refs; fixed options with value "false", closes [#19](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/19) ([62b0ba3](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/62b0ba3bd429ac9751a7cba4d979fb0a385e2f11))
20+
* options -o and -c added to help ([eda7450](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/eda74505403c6e4749a2127b1e8c0e9b11947939))
21+
* options supported by Ajv 5.0 ([cce95e6](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/cce95e6dfc475cb3d51bd2a2e6c0131ae950fdde))
22+
* support `json5` & `yaml` file types ([974d686](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/974d6864f56abd8428671874b56127873779e1d0))
23+
* support draft-04 meta-schema by default, closes [#28](https://github.com/ContinuousSecurityTooling/ajv-cli/issues/28) ([a297a43](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/a297a430376b3e127d45df48ff832439fe11bda1))
24+
* support keywords written in typescript ([f13a09a](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/f13a09a85b7e95e824b523764e8f49c1dae6fa0b))
25+
* use draft-06, remove v5 option and tests ([5a63420](https://github.com/ContinuousSecurityTooling/ajv-cli/commit/5a6342066e37b1c967873fb2fd4798853c4e3b56))
26+
27+
28+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuoussecuritytooling/ajv-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Command line interface for Ajv JSON schema validator",
55
"scripts": {
66
"clean": "npm ci && rimraf dist",

0 commit comments

Comments
 (0)