-
-
Notifications
You must be signed in to change notification settings - Fork 895
Comparing changes
Open a pull request
base repository: ajv-validator/ajv
base: v8.11.0
head repository: ajv-validator/ajv
compare: v8.11.1
Commits on May 13, 2022
-
build(deps-dev): bump glob from 7.2.0 to 8.0.2 (#1981)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.2. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v7.2.0...v8.0.2) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 99e884d - Browse repository at this point
Copy the full SHA 99e884dView commit details
Commits on Sep 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1657fe4 - Browse repository at this point
Copy the full SHA 1657fe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13caf47 - Browse repository at this point
Copy the full SHA 13caf47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 948ffbf - Browse repository at this point
Copy the full SHA 948ffbfView commit details
Commits on Nov 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 572c843 - Browse repository at this point
Copy the full SHA 572c843View commit details -
Remove unnecessary console.log (#2138)
There are already console logs in the parseAndLog function itself. parseAndLog(json) and parseAndLog(invalidJson) will just print 2 undefined in plus
Configuration menu - View commit details
-
Copy full SHA for 58f9e7f - Browse repository at this point
Copy the full SHA 58f9e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d8d5f - Browse repository at this point
Copy the full SHA d6d8d5fView commit details -
Doc: update the documentation of addKeyword args (#2090)
* update the documentation of addKeyword args * add the * corrections Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7516a09 - Browse repository at this point
Copy the full SHA 7516a09View commit details -
docs: parsing does not support non-standard JTD keywords (#2072)
* add Non-standard JTD keywords warn * correction * correction Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3cbbc1 - Browse repository at this point
Copy the full SHA b3cbbc1View commit details -
build(deps-dev): bump husky from 7.0.4 to 8.0.2 (#2153)
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v7.0.4...v8.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 69d7897 - Browse repository at this point
Copy the full SHA 69d7897View commit details -
ensure that nullable is not set for required parameters (#2079)
nullable was enforced for optional parameters, but not forbidden for required parameters. This tests and enforces the latter case. fixes #2030 Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00b3939 - Browse repository at this point
Copy the full SHA 00b3939View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f3ac9 - Browse repository at this point
Copy the full SHA d6f3ac9View commit details -
docs: fix link for useDefaults (#1955)
* Clarify validation errors and fix link for useDefaults. * Make it clear the value, not the property, may be missing. * remove correction Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d5c803 - Browse repository at this point
Copy the full SHA 5d5c803View commit details -
build(deps-dev): bump @rollup/plugin-commonjs from 21.1.0 to 23.0.2 (#…
…2142) Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 23.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.2/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f90a1cf - Browse repository at this point
Copy the full SHA f90a1cfView commit details -
build(deps-dev): bump fast-uri from 1.0.1 to 2.1.0 (#2007)
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 1.0.1 to 2.1.0. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v1.0.1...v2.1.0) --- updated-dependencies: - dependency-name: fast-uri dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0beea5 - Browse repository at this point
Copy the full SHA d0beea5View commit details -
docs: fix broken links (#2006)
Co-authored-by: Connor Smith <Connor.Smith@aexp.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67e7f1c - Browse repository at this point
Copy the full SHA 67e7f1cView commit details -
Update security.md -> ReDoS Attack Section (#1953)
I made a mistake with one of the code snippets in the documentation. The 'regExp' attribute belongs to the code options, not the ajv options directly. Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2a109c - Browse repository at this point
Copy the full SHA b2a109cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f38d269 - Browse repository at this point
Copy the full SHA f38d269View commit details -
build(deps-dev): bump @rollup/plugin-node-resolve from 13.3.0 to 15.0…
….1 (#2143) Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 15.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.0.1/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8f563b - Browse repository at this point
Copy the full SHA b8f563bView commit details -
build(deps-dev): bump @types/node from 17.0.45 to 18.11.9 (#2151)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fa4343b - Browse repository at this point
Copy the full SHA fa4343bView commit details -
build(deps-dev): bump mocha from 9.2.2 to 10.0.0 (#1972)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.2.2...v10.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3c53ed - Browse repository at this point
Copy the full SHA b3c53edView commit details -
build(deps-dev): bump lint-staged from 12.5.0 to 13.0.3 (#2019)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v12.5.0...v13.0.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 65220d6 - Browse repository at this point
Copy the full SHA 65220d6View commit details -
export ValidationError and MissingRefError, closes #1926, closes #1840 (
Configuration menu - View commit details
-
Copy full SHA for 16af695 - Browse repository at this point
Copy the full SHA 16af695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e5a1e - Browse repository at this point
Copy the full SHA 92e5a1eView commit details
There are no files selected for viewing