Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ajv-validator/ajv

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)
https://github.com/ajv-validator/ajv

docs: update beta version to 5.0.4

09d258f25ed2232c4c7602a284a9dc2469615b74 authored almost 8 years ago
docs: migrate schemas with ajv-cli

cc711fc62413a4863d56c75dc884e9bd430a7d7d authored almost 8 years ago
fix: modifying custom keyword should not update parent data of root data

d9ee51168194cd654e0c190ee45ff985c1ea8542 authored almost 8 years ago
Merge pull request #446 from anslzo/patch-1

Typo: redifine -> redefine

8683ba88806044b55c41efb2cf4bc9d060b073a5 authored almost 8 years ago
Typo: redifine -> redefine

261a19304b0584b7072b51f009b273dcd6476194 authored almost 8 years ago
feat: more comprehencive uri-reference format in {format: "full"} mode

3f9ab644908f7d09567c71436db95a4703ff1b21 authored almost 8 years ago
Merge pull request #442 from jonasfj/patch-1

Streamline regex for 'hostname' with 'email'

3e85baf016e4fced80bcc1401cb1e64e9431ae47 authored almost 8 years ago
Streamline regex for 'hostname' with 'email'

Changes:
* HOSTNAME contained a capturing group
* Reordered `[0-9a-z]` to `[a-z0-9]` (simila...

1dbba47e7dc1cdcf1f71899e5472dac28301552a authored almost 8 years ago
Merge pull request #438 from ryanmeador/patch-1

update coercion docs to talk about multiple coercions as related to `oneOf`

92bcb889c321b7a0c0818e06c02d3d221ae1b173 authored almost 8 years ago
discuss multiple coercions as related to `oneOf`

Per discussion in issue #437

ecd1ed455d02f8e5406815889ced04788e89f2a2 authored almost 8 years ago
test: update JSON-Schema-Test-Suite, enable optional/bignum test

0b308db57b5c7e172c8dbe95ab1584a50fa4c4a0 authored almost 8 years ago
version 5.0.4-beta.0

2daf58713f8393a42cafb2b08e6e6de2de424dc5 authored almost 8 years ago
Merge branch 'master' into 5.0.0

02f9a15eff929c3b165b823639491078a8fd48a8 authored almost 8 years ago
refactor: JSON-Schema-Test-Suite tests

54624b92f8a2a29e8c15680a8c6db240228caf2e authored almost 8 years ago
refactor: update draft-06 meta-schema, fix URI resolution, fix tests

cbef7f3061c369b885220d769f8d5e0d602b8d6e authored almost 8 years ago
fix: uri-ref -> uri-reference

83bdcb1508a4168e352a5c7102483a9908849a2d authored almost 8 years ago
fix: error params for contains keyword (typo)

b99b93b6a514d6fff63f2273e070687631c6b507 authored almost 8 years ago
Merge pull request #420 from epoberezkin/greenkeeper-regenerator-0.9.7

Update regenerator to version 0.9.7 🚀

326e2216b1eb06fc90d788ee7e28593520d86ed8 authored almost 8 years ago
docs(contributing): labels in new issues

dc0bc64c6cdf09c6998d03774849ae3f303fdae6 authored almost 8 years ago
Merge branch 'master' into greenkeeper-regenerator-0.9.7

071b81099edd30b0eba96afb6ae1e289b77db163 authored almost 8 years ago
version 4.11.5

c0a625b1a911ef1de6a67ed8f7819cba12161ff8 authored almost 8 years ago
Merge branch 'boenrobot-uniBundle'

d14be20db541815edfa36637d9e7febc5b41bf53 authored almost 8 years ago
refactor: bundle script

1b4cbcba3335a43561e91be4f2baa13c5902d44b authored almost 8 years ago
style: scripts, eslint

8485849c405ada65de10df0162c2aaaf53c6c5bf authored almost 8 years ago
Replaced the "bundle" script with a cross platform Node script called "bundle.js" (modeled after the original).

Added "del-cli" as a dev dependency, as a cross platform replacement of "rm".

Changed the quote...

ae3e5d431cbab9f3a9e3f8b0c3c06c6b7aa9b4d7 authored almost 8 years ago
docs: more packages using Ajv

86b5aebc6deb8e41a610bb71a37757ff594c9047 authored almost 8 years ago
docs: packages using Ajv

8b9c2b991a5bf8344b8a67c3d485f2bf7792eb4e authored almost 8 years ago
version 4.11.4

3760c359455ba33b66b4427d17cb655d039bc550 authored almost 8 years ago
Merge pull request #432 from daveisfera/master

Use sh insteaad of bash

2cee0c5466b69ca21fcc6f95d5090df719d5773f authored almost 8 years ago
Use sh insteaad of bash

76855cc6e69a1a1e8ee9290c97d828805caa08c8 authored almost 8 years ago
docs: using 5.0.3

16b36f6d5d3b065a09b2b9b532c0eacb64da4b6e authored almost 8 years ago
version 5.0.3-beta.0

bca33bf3fedd31218f031143333ca299ffad146b authored almost 8 years ago
Merge branch 'master' into 5.0.0

da4277b01e8baa289c74b11c56aaaa069e18d735 authored almost 8 years ago
docs: type definition for schemaId option

64aa3f39092437169c1dc9b1bf1de4b66762379b authored almost 8 years ago
docs: schemaId option

0f300868e7ee454ae8a05346f363473f431dff46 authored almost 8 years ago
feat: support $id, #384

4f631e61b8c0503e74be56447e17170cbcf9e4eb authored almost 8 years ago
test: draft-06 tests from JSON-Schema-Test-Suite

917f20c5c377d3e22572594cfdafd641f40faca3 authored almost 8 years ago
feat: uri should be absolute, relative uri-ref is not valid uri

ac27a2473db08eb5a4544f9ab9ba8b3fa9cad122 authored almost 8 years ago
feat: format "regex" should fail if regular expression contains \Z anchor

08e87c1f30025918e04b44c36bdef61d3bafa188 authored almost 8 years ago
feat: extendRefs: "ignore" by default

376cc172b4fab78b7b4d4817eeff424a5f26ae0d authored almost 8 years ago
fix: improve error reporting from oneOf keyword, closes #427

3c86da4f1bd3da5f1ae396725b101987b7b1c78c authored almost 8 years ago
Merge pull request #424 from donaldpipowitch/patch-1

Update ajv.d.ts

81dbc2cda583265317129880a48b6e17e4f970bc authored almost 8 years ago
Update ajv.d.ts

6cc12130da4dbaa9de2dadf2d0049e7dbf88f284 authored almost 8 years ago
chore(package): update regenerator to version 0.9.7

https://greenkeeper.io/

352f21ee32574d90df9fe962891e3ce03803e306 authored almost 8 years ago
Merge pull request #417 from fridays/patch-1

Update README.md

e17b55b96d0fce3890cb9e86f69028177c409cf7 authored almost 8 years ago
Update README.md

c1265d6e36267f4766312aff8e187ad2934dccc1 authored almost 8 years ago
Merge pull request #415 from epoberezkin/greenkeeper-browserify-14.1.0

Update browserify to version 14.1.0 🚀

844c567370e75767bab1a0a44411346c868098e1 authored almost 8 years ago
chore(package): update browserify to version 14.1.0

https://greenkeeper.io/

e28bb680b4cdc86249a7d81a6b4f20f9f902ab08 authored almost 8 years ago
docs: update contributing guidelines

831793d93fb555722e12f088f6fcd14c7d26e736 authored almost 8 years ago
docs: typo

54d88b3c974aa5e5fa3e238d5581e4f78960d386 authored almost 8 years ago
docs: update beta version install command

b9a2a83354bdf8ca6e1b5e6eb92fa96d922342ed authored almost 8 years ago
docs: update link to beta version docs

388053806b28b36ee8a567722ee69dabcb93c292 authored almost 8 years ago
version 5.0.2-beta.0

1a949eeea3862e8d8898b527baaa594f0f34a654 authored almost 8 years ago
version 4.11.3

9287ca5789b9fbe7877868f78a24c024f1b71d62 authored almost 8 years ago
refactor: optimize validation of additional/patternProperties and propertyNames with option ownProperties, closes #197

761aac1b5d1a5465534322515bfdfdd68ad1c9da authored almost 8 years ago
fix: support required with $data/many properties with ownProperties option, #197

16bf5946feaae17846b7f3a18d1cd5b6f382704d authored almost 8 years ago
fix: support schema dependencies with ownProperties option, #197

176ed87c3331d1ae0ba69022cd114dbd545765b5 authored almost 8 years ago
Merge branch 'master' into 5.0.0

647cd6eccb3788aff525e351bd0a508dc1ed7c90 authored almost 8 years ago
fix: schema "dependencies" with property containing single quotes, closes #413

841389087565c7637f2ae9a349e5e5988d36d3f4 authored almost 8 years ago
fix: support property dependecies with ownProperties option, #197

1babc9df49d94c0b422cd3c1f2305d46b9411955 authored almost 8 years ago
fix: ownProperties option with required keyword, #197

df6ef691aea0b2a22a7b52706e4f7cb9c6023aeb authored almost 8 years ago
test: ownProperties option with properties and required keywords, #197

57fc36028579de2257b510f895f8521188cf1fd9 authored almost 8 years ago
fix: support ownProperties option with properties keyword, #197

ea5b7008aef1b018183f48a8be8598ff324784e3 authored almost 8 years ago
test: failing tests for ownProperties option (skipped), #197

dbe863032aee0588e5ccfa809ecc6068868f31d2 authored almost 8 years ago
refactor: tests for ownProperties option, #197

c9fb5cafb9d636cdbae51c91f0b1e77a7d1b8659 authored almost 8 years ago
Merge branch 'master' into 5.0.0

fe4fb1f99dfa4f094fc9d63cb62c3a14f23c0fbc authored almost 8 years ago
Merge branch 'nimerritt-master' into 5.0.0

5ba9f832d4a08b10782a21116e44a890e68364c0 authored almost 8 years ago
docs: custom formats for numbers, closes #291

7361f831fb0308aa8a3a7e34ea171fd6bb3b8e5d authored almost 8 years ago
test: number format via $data, #291

6bf7d19ff243a265205147fc4e7ed471be2c2659 authored almost 8 years ago
feat: support formats with $data for numbers, #291

901343c95d686cfe8451a31939c57489b5f1d31d authored almost 8 years ago
fix: support multiple types for format, #291

c21cbee56f57128f8ef9c203f0536125d839c68c authored almost 8 years ago
Merge ssh://github.com/nimerritt/ajv into nimerritt-master

1d84987baa9e0a917facca359ac6f819d0e372c6 authored almost 8 years ago
feat: add meta-schema for $data reference with options {meta: false, $data: true}

f4f80784b49f5337d73126b7485c267ed45ce633 authored almost 8 years ago
Merge pull request #412 from delavara/patch-1

Update CUSTOM.md

af458d3460fb4056c53e2332b078abaf18c23b11 authored almost 8 years ago
Update CUSTOM.md

Minor typo in the `custom` validate keyword example.

9432451a844d54f4aaa6d6b03ff7dcadad0a37b8 authored almost 8 years ago
fix: custom keywords with $data option validate as valid if their value (in data) is undefined

03b24c72f8dfd30cea069e294bd5fe5dd431fd3c authored almost 8 years ago
version 5.0.1-beta.3

3bd2587b043e5e194b7ee23da4c95fdfa5c1f450 authored almost 8 years ago
feat: throw exception if schema id is not a string and report error, closes #380

de0c827decf6cac2f7063093b73b2feb2aec2876 authored almost 8 years ago
fix: code clean-up, closes #388

f5bcd5735a4ce566e3830f67bd3272d6df4f2694 authored almost 8 years ago
feat: throw exception if $schema is not a string, closes #394

ca6916385bb938a5f07eee011cec56fb949d4e10 authored almost 8 years ago
Merge pull request #405 from ahmedsoliman92/patch-1

typo

553aae8097ec6dd7691c5ca7421cddee8ae61b57 authored almost 8 years ago
typo

b587913c9761ea02f74c5cb24c08442c04a9ff6c authored almost 8 years ago
docs: document a better regex variation

3588e453fa167b28e8652f2523d2dcb4f45d551a authored almost 8 years ago
fix: improve regex to pass all the tests

452d2408af0e293bf3956ccf9f3c26020fdfcf97 authored almost 8 years ago
Revert "test: remove invalid test cases"

This reverts commit af37a943ccd2cc59953f3693dd3c61ab4f46a404.

e7de15c60b656e1c0a62dfde09fc1b605ef76175 authored almost 8 years ago
test: correct test format

5a374ed7b7bd02ce5594b85f9ef839eaac29e318 authored almost 8 years ago
test: remove invalid test cases

These cases are not expected to pass using the current regex.

af37a943ccd2cc59953f3693dd3c61ab4f46a404 authored almost 8 years ago
test: add test cases for URL format

625bed10d2e1bd94550c7437dda39d2bb3dfe9a9 authored almost 8 years ago
Merge pull request #403 from idangozlan/5.0.0

removed webpack attribute

8e37f84950155a87ad4fd70c1623a6e9fd492ffd authored almost 8 years ago
removed webpack attribute

Since it's breaking the webpack build.

d250405335a302759812e111d114208bf537a0d5 authored almost 8 years ago
feat: add URL record format

8d232d2bb059aed96c17bce3c17e3c4015f36063 authored almost 8 years ago
feat: format uri-template, #384

254c2672d5f0d5ec6a172ca497f4e400b11af85a authored about 8 years ago
test: patternGroups with meta; meta: false warns insead of throwing meta-schema validation

e949b8462ce3298a92acbb8a532f6ff07d4a47ab authored about 8 years ago
fix: patternGroups without draft-06 meta-schema

8892f98a4cbfbddef7d5824758ee17e2665fc2df authored about 8 years ago
feat: serialize option, closes #385, closes #341

8bb3b52f55e050571eb881d5c32379fd02cc318b authored about 8 years ago
Merge branch 'master' into 5.0.0

d4fb50bdbe2fd3af80ea12110967b1fc83a53444 authored about 8 years ago
feat: allow setting dataPath in validate/compile keywords, closes #331

ccc9907d2611ae4bf2a46bdee14a087c62224734 authored about 8 years ago
Merge branch 'master' into 5.0.0

824d6258f1de432c8d31c0b57b9a9449a194fd46 authored about 8 years ago
docs: update beta version

cf39a53404263985bb466d845620b5cc2b31914e authored about 8 years ago
chore: version 4.11.0

9e1c8d7576cdaf9c7ed669cfa6cca25c663b5463 authored about 8 years ago