Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v8.12.0 #23

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1657fe4
Update README.md
epoberezkin Sep 27, 2022
13caf47
Update README.md
epoberezkin Sep 27, 2022
948ffbf
Update README.md
epoberezkin Sep 27, 2022
572c843
update typescript, fix broken annotation (#2157)
epoberezkin Nov 13, 2022
58f9e7f
Remove unnecessary console.log (#2138)
vargaeric Nov 13, 2022
d6d8d5f
npm installs version 8 by default (#2088)
VIEWVIEWVIEW Nov 13, 2022
7516a09
Doc: update the documentation of addKeyword args (#2090)
TommyDew42 Nov 13, 2022
b3cbbc1
docs: parsing does not support non-standard JTD keywords (#2072)
avanelli Nov 13, 2022
69d7897
build(deps-dev): bump husky from 7.0.4 to 8.0.2 (#2153)
dependabot[bot] Nov 13, 2022
00b3939
ensure that nullable is not set for required parameters (#2079)
erikbrinkman Nov 13, 2022
d6f3ac9
fix: typo (#2010)
hadrien-toma Nov 13, 2022
5d5c803
docs: fix link for useDefaults (#1955)
bradjones1 Nov 13, 2022
f90a1cf
build(deps-dev): bump @rollup/plugin-commonjs from 21.1.0 to 23.0.2 (…
dependabot[bot] Nov 13, 2022
d0beea5
build(deps-dev): bump fast-uri from 1.0.1 to 2.1.0 (#2007)
dependabot[bot] Nov 13, 2022
67e7f1c
docs: fix broken links (#2006)
smithc10 Nov 13, 2022
b2a109c
Update security.md -> ReDoS Attack Section (#1953)
efebarlas Nov 13, 2022
f38d269
docs: remove invisible character in README (#1990)
is2ei Nov 13, 2022
b8f563b
build(deps-dev): bump @rollup/plugin-node-resolve from 13.3.0 to 15.0…
dependabot[bot] Nov 13, 2022
fa4343b
build(deps-dev): bump @types/node from 17.0.45 to 18.11.9 (#2151)
dependabot[bot] Nov 13, 2022
b3c53ed
build(deps-dev): bump mocha from 9.2.2 to 10.0.0 (#1972)
dependabot[bot] Nov 13, 2022
65220d6
build(deps-dev): bump lint-staged from 12.5.0 to 13.0.3 (#2019)
dependabot[bot] Nov 13, 2022
16af695
export ValidationError and MissingRefError, closes #1926, closes #184…
dannyb648 Nov 13, 2022
92e5a1e
8.11.1
epoberezkin Nov 13, 2022
1f83903
8.11.2
epoberezkin Nov 13, 2022
01e644a
readme: update group link
epoberezkin Nov 13, 2022
4ea1bf0
build(deps-dev): bump @rollup/plugin-json from 4.1.0 to 5.0.1 (#2159)
dependabot[bot] Nov 14, 2022
35034b6
build(deps-dev): bump @types/mocha from 9.1.1 to 10.0.0 (#2162)
dependabot[bot] Nov 14, 2022
5c72864
remove leading comma in JTD serialisation result, fixes #2001, fixes …
epoberezkin Jan 2, 2023
a211e8d
JTD empty values schema, fixes #1949 (#2191)
epoberezkin Jan 2, 2023
a489265
correctly narrow "number" type to "integer", fixes #1935 (#2192)
epoberezkin Jan 2, 2023
d2c57d9
build(deps-dev): bump @rollup/plugin-typescript from 8.5.0 to 9.0.2 (…
dependabot[bot] Jan 2, 2023
dab8504
special case empty object for jtd (#2158)
erikbrinkman Jan 2, 2023
a697668
build(deps-dev): bump @rollup/plugin-json from 5.0.2 to 6.0.0 (#2183)
dependabot[bot] Jan 2, 2023
2e5884b
build(deps-dev): bump @rollup/plugin-typescript from 9.0.2 to 10.0.1 …
dependabot[bot] Jan 2, 2023
527d43a
build(deps-dev): bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0 (…
dependabot[bot] Jan 3, 2023
c5c195b
fix JTD discriminator with more than 8 properties, fixes #1971 (#2194)
epoberezkin Jan 3, 2023
321fad6
update node versions (#2195)
epoberezkin Jan 3, 2023
bf1266a
8.12.0
epoberezkin Jan 3, 2023
eaf4615
docs: update schema language comparison
epoberezkin Jan 8, 2023
45583fd
fix prettier
epoberezkin Jan 8, 2023
490eb8c
update chat badge
epoberezkin May 30, 2023
8be3ccf
chore: v8.12.0
tatomyr Jan 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: fix broken links (ajv-validator#2006)
Co-authored-by: Connor Smith <[email protected]>
Co-authored-by: Evgeny Poberezkin <[email protected]>
3 people authored Nov 13, 2022
commit 67e7f1cb38b639e7f64e0f77b2dedf8e0d3af7f5
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ Every time this method is called the errors are overwritten so you need to copy

If the schema is asynchronous (has `$async` keyword on the top level) this method returns a Promise. See [Asynchronous validation](./guide/async-validation.md).

<a name="add-schema"></a>
<a id="add-schema"></a>

### ajv.addSchema(schema: object | object[], key?: string): Ajv

2 changes: 1 addition & 1 deletion docs/guide/combining-schemas.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ const ajv = new Ajv()
const validate = ajv.addSchema(defsSchema).compile(schema)
```

See [Options](./api.md#options) and [addSchema](./api.md#add-schema) method.
See [Options](../options.md) and [addSchema](../api.md#add-schema) method.

::: tip Reference resolution
- `$ref` is resolved as the uri-reference using schema \$id as the base URI (see the example).