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

5.4.0

f336cdaaaea089e03d3901f95181707125a15edd authored about 7 years ago
Merge branch 'meirotstein-master'

00be31910d8db87bef5d3def8cd3b91e534bbaec authored about 7 years ago
check that console has log, warn and error methods as well

89a80cabf85d8f8ba37f94ff2470a5cb2ed8ef0a authored about 7 years ago
remove Logger class, resolve logger object on Ajv ctor instead

5ba22a36aa98910c57574b3745a63dd6bd2e1ea3 authored about 7 years ago
create logger instance per Ajv instance

e0c7eac50dfbfa6052704f088377089f74380ab7 authored about 7 years ago
Merge branch 'master' into master

4cdfcaaffce90e3403d2ad742a717bc8736d33d5 authored about 7 years ago
update readme with logger option

4fe1c21eaa085748752065559b9d53d19ffd1a88 authored about 7 years ago
logger option tests

ceb552abd4c7f8cd8fe7a0d31b25ade7d4d8a595 authored about 7 years ago
logger component tests

b0e28ee3447aeceb51d316f00e0ece5efd0a13d8 authored about 7 years ago
add logger option

91374acba36e3a75db0907e21f0e6d71fb885fa1 authored about 7 years ago
Merge pull request #621 from stuartpb/patch-1

Update draft-06 meta-schema

cdd93a69fc86eb5f55aa309752708603146fe86d authored about 7 years ago
Update draft-06 meta-schema

See json-schema-org/json-schema-spec#481

0196611fb70c731121a2ea750eaf7b4073c424be authored about 7 years ago
docs: version 6 beta

0cafcf6dce165f1fe2bb6c356232db92c27f882e authored about 7 years ago
docs: add if/then/else, remove switch

6fc873e60cfbf550c09e900ca315cb51b97aa63a authored about 7 years ago
6.0.0-beta.2

9a0bf759cfdebd3f0d06533fa35d70b51b5a666a authored about 7 years ago
docs: note on formats iri etc., closes #588

b816ed654867fbf3c835cff8d34ffef51dcde134 authored about 7 years ago
feat: reserve annotation keywords, closesΒ #619

9ce4d2351f4e2bc246ea5888e612c518dcce9304 authored about 7 years ago
feat: option $comment, closes #609

dd884fe93d409a345369ddb84f914536d73f6ac4 authored about 7 years ago
docs: draft-07

d97543f327b61ff72b0fea1848cd012d2c96d3d8 authored about 7 years ago
docs: add if/then/else, remove switch

19c8a967b89cbfd7ae5e819c58993ccdea2012b6 authored about 7 years ago
refactor: remove nodent, use ajv-async bundle instead

ceefaa2a050e20bdcd4624c3a69e36164f8b5661 authored about 7 years ago
Merge pull request #616 from kpping/patch-1

make available types more noticeable

c73ff4435e0457a336209773c5aecf924ef3d74c authored about 7 years ago
docs: readme

482c80c49c2b932f1882c1419e78e562542c6607 authored about 7 years ago
6.0.0-beta.1

a90e574fb6b4bf473151784951ff350bf2f5471e authored about 7 years ago
fix: added missing nodent

bc10289883b0b7473e59ccbba517b5fead32c3f7 authored about 7 years ago
6.0.0-beta.0

1e6b1a829c179de569db8c1c1752c73486434a84 authored about 7 years ago
refactor: rename $data.js and $data.json without $, closes #526

9abe4e78a9904ff0fa2b97855bd1d3620fc42f78 authored about 7 years ago
feat: draft-07 meta-schema

b6d927980b7af7151501ac9faa29e8a2c691f6c4 authored about 7 years ago
refactor: remove compilation of async schemas to generator functions, closes #585

c9548d2c746c9037b17de3561e521d8054374a29 authored about 7 years ago
Merge branch 'brendo-support-leap-years' into beta

8813e4ee9ba2d2d77b291b9bae1c9ddc35e84194 authored about 7 years ago
refactor: leap year

e65673d1cb34da473ef168666b32c369941441a1 authored about 7 years ago
Fix logic error for non leap years and months, add more tests

27855e1b72e5830e23f7719406cfdb8be5dcd024 authored about 7 years ago
Add leap year support for date-time/date formats in full mode

1d44f1451a960f8e1163f3ad0443bcc86733a895 authored about 7 years ago
make available types more noticeable

bddda60e9042c2cafdc613609f14d851f7915d11 authored about 7 years ago
test: failing test for #612

32b01a83d2a25321fd687a866666a6155a06eb56 authored about 7 years ago
Merge branch 'master' into beta

d0fc4ae8f3e35ba914fc722f0e046691ee367243 authored about 7 years ago
docs: oneOf error parameters, closes #573

51992848fb976ac9cd324560d6972a7a017c55b7 authored about 7 years ago
feat: improve oneOf error reporting, #573

a68e9a7535deaf25163996996f1ea8885b5fe093 authored about 7 years ago
feat: "contains" and "uniqueItems" should be validated after type coercion, closes #611

2e95b0531f5e8c1c1cf4fd8930d21bb80b56e191 authored about 7 years ago
feat: faster uniqueItems when items are scalars of the same type, closes #608

5e17f9b4eed702e016d8b810e19a40852104b342 authored about 7 years ago
Merge pull request #610 from rsaj/fix-template-typo

Fix validate template typo

d9381c454dc7aa0015e5c936d88489d93f52d601 authored about 7 years ago
Fix validate template typo

802234489daedb5f7646511bcb5afbb89dfa357f authored about 7 years ago
docs: plugin convention, closes #524

00a42aba2b07d4fd7a8cade80cd9981023b95102 authored about 7 years ago
feat: if/then/else keyword, closes #586

b4561767ff7cea8dc38bb53fba83af79bbd96015 authored about 7 years ago
feat: reserve keyword $comment, closes #587

9845928e7a658e0c1f2bebe069c09bb7f8a1023d authored about 7 years ago
Merge branch 'master' into beta

a442241889c2de7dd45f549f1bccb28ed97aaecb authored about 7 years ago
reserve keyword $id

5d2f2b8000df45570534b7e6b3cd665932d5600d authored about 7 years ago
refactor: move the list of rules to the folder with rules

05f722605f4ea5d11716f807195aa5130e745835 authored about 7 years ago
feat: format json-pointer only means string now, added format json-pointer-uri-fragment, closes #589

e6aa9e08555fdfee000c2ced9c44b5d2d99bb595 authored over 7 years ago
feat: formats time and date-time allow leap second, closes #594

d20da898199ea982c4defbd51a4d1e88e9d216bb authored over 7 years ago
docs: update related packages

819d49f2b5a5a84df0de78a7c530cf835970151f authored over 7 years ago
5.3.0

256100c76a99249ebdf36a1aa7d296348f0af47d authored over 7 years ago
refactor: use fast-json-stable-stringify, closes #569, closes #579

75c95950a225cadec4136ba7b01577deac41fb85 authored over 7 years ago
5.2.5

991b4bec00480d8abcf6bd7ab6eeab5e4926c3c2 authored over 7 years ago
Merge pull request #606 from Delagen/master

fix typings from #592, fixes #603

4e12e8fcab52913eda12c7a6db82c6d4e2c91c5e authored over 7 years ago
fix typings from #592, fixes #603

afae68a1890c31b0ffc3569a557bfb30959e484a authored over 7 years ago
5.2.4

80470c3fae210697a9630a3af0e181cabea5ebf2 authored over 7 years ago
chore: update uglify-js

d5eecbd634b9e0c68c855146239cafe5382b5222 authored over 7 years ago
Merge pull request #592 from epoberezkin/fix-types

Fix type definitions

03b8d671f36e55bb848c7c3a2afe072d889dbdef authored over 7 years ago
Merge pull request #598 from gj/fix-typos-in-readme

Fix minor grammatical issues and typos in README.md

8f27e54230d43a17715a9e7609b9b1b4a4b39a08 authored over 7 years ago
docs: readme.md

40bef808b9eef00c4e37e675678d165525ca6808 authored over 7 years ago
docs: readme.md corrections

522535402451610cfd4284672ea0731ccff0ba70 authored over 7 years ago
Fix minor grammatical issues and typos in README.md

- Camel-case minProperties keyword
- Update supported Node.js versions to those currently tested ...

cbff507cfe03e6572ac664e86343daf335a4d05a authored over 7 years ago
Merge pull request #595 from epoberezkin/greenkeeper/uglify-js-pin-3.1.3

chore: pin uglify-js to 3.1.3

a30289eb9622bb92b5febd0cc1455fdd4f99b103 authored over 7 years ago
chore: pin uglify-js to 3.1.3

1ceefdb62e304582a712a6e9d251934dd0f9442b authored over 7 years ago
fix: type definition for Ajv, closes #568

28386786fd9f6229652829a673745a1563e097c7 authored over 7 years ago
fix: type definition for ValidateFunction, closes #584

b6d35aad1414e1c900def7e5bdf7f26de0f63e54 authored over 7 years ago
fix: type definition for FormatValidator, closes #570

3db9656a8f6ee9c7988e9da93c91e558d01fce50 authored over 7 years ago
chore: update js-beautify version, closes #580

baa2bd76bc68d14948cd8d5097019418f197247b authored over 7 years ago
Merge pull request #576 from epoberezkin/greenkeeper/mocha-4.0.0

Update mocha to the latest version πŸš€

c843d18493972193720672d3f792c834d125208d authored over 7 years ago
Merge pull request #577 from hans-kinnek/patch-1

That typo was bothering me

aeecc777d02172482ad01aeab32df8d7037bccdd authored over 7 years ago
That typo was bothering me

9b0b0135fd0a44c96b42d7b47e04a13572f7fa6a authored over 7 years ago
chore(package): update mocha to version 4.0.0

43aee28914648626da35ca083868029089a2de4e authored over 7 years ago
Merge pull request #548 from epoberezkin/greenkeeper/regenerator-0.10.0

Update regenerator to the latest version πŸš€

ba0523814a37a9299874c5c2aac07fc2435b1e42 authored over 7 years ago
Merge pull request #575 from epoberezkin/greenkeeper/coveralls-3.0.0

Update coveralls to the latest version πŸš€

d0c703abe0dc23aa15046db9be3a1d805b5d6d11 authored over 7 years ago
chore(package): update coveralls to version 3.0.0

37e86e61a61084c6e7cff24c61ea832e374bc47d authored over 7 years ago
Merge branch 'master' into greenkeeper/regenerator-0.10.0

2482f6d6430cd91cafb48991d62469081d023d16 authored over 7 years ago
5.2.3

e98d031fbdafc8c8f7f7974c26cf3e5d11a083ed authored over 7 years ago
docs: using referenced schemas, closes #572, closes #574

2b0f14102cf1d9e9039f526f1b2d8bda371c3cba authored over 7 years ago
Merge pull request #571 from F1NYA/patch-1

Superfluous bracket in README.md

27a009c2cf5546867b837dbc1b9f1727c0e88a75 authored over 7 years ago
Superfluous bracket in README.md

Deleted superfluous bracket

08f0b59ad8c1dec044ab67d91219a58d3d56ed41 authored over 7 years ago
Merge branch 'master' into greenkeeper/regenerator-0.10.0

afd4877e454690206011546cb4285dd8162690f6 authored over 7 years ago
Merge pull request #566 from epoberezkin/greenkeeper/js-beautify-1.7.3

chore(package): update js-beautify to version 1.7.3

9a13b2835f7ab5217c1cec3dd4f1de2a64ce8e7b authored over 7 years ago
chore(package): update js-beautify to version 1.7.3

Closes #565

4ee5790f5f366fe592ed186af8808573c9b7210e authored over 7 years ago
Merge pull request #564 from epoberezkin/greenkeeper/js-beautify-pin-1.6.14

chore: pin js-beautify to 1.6.14

54076b30c1f52abb9b9be769528561e73c3720d2 authored over 7 years ago
chore: pin js-beautify to 1.6.14

f173fdbd12ba58815364d02ff26a196659a636ba authored over 7 years ago
Merge pull request #562 from dzuremar/patch-1

Update KEYWORDS.md

324cf30b9c32719aa0ef0764ba9b10d8c284122e authored over 7 years ago
Update KEYWORDS.md

Fix of unclosed markdown character `

40f614d5f14f30f44a7f83da87c3ba51e7b1eab9 authored over 7 years ago
chore(package): update regenerator to version 0.10.0

4f79ef0532e6d5bec3f7e6f070d7751bf074d71f authored over 7 years ago
fix: use uri-js to resovle uri's

cf8f9d38d0c1984be1b4077b0770293b2f431e4b authored over 7 years ago
docs: show $data option in example, #529, #536

1452f303329ca183bb77e20672dd2ef61c95be61 authored over 7 years ago
5.2.2

97a3185828bdb4c6649b9786c29949849ce4f73c authored over 7 years ago
fix: same missing $ref used more then once throws exception with missingRefs: false, fixes #533

6a2225b0434dd61339ef7c357b18e8ce6ddf8cde authored over 7 years ago
5.2.1

8c4d3294226dcfc2ced9b5cbdcb3befca2f97782 authored over 7 years ago
Merge pull request #525 from epoberezkin/greenkeeper/eslint-4.1.0

Update eslint to the latest version πŸš€

4d76c6fb813b136b6ec4fe74990bc97233d75dea authored over 7 years ago
style: enable no-useless-escape rule

80dddfda89ca3bb8a6a5288fdffbce602b4d997f authored over 7 years ago
style: changes in eslint config for eslint v4

e25fc25d3d16ae9550cb8092fb5191333fbcd8e8 authored over 7 years ago
Merge branch 'master' into greenkeeper/eslint-4.1.0

3392684128c2f68554ac4ec45cdda6e229d930b7 authored over 7 years ago
Merge pull request #527 from epoberezkin/greenkeeper/del-cli-1.1.0

Update del-cli to the latest version πŸš€

5211740b3d8d57bb2bb03efc135ffd4e641749bd authored over 7 years ago
Merge pull request #532 from jboavida/unescape-json-ptr

Add util.unescapeJsonPointer to compilation context

df1606a37af6716b810227706f2278d8ba23d33c authored over 7 years ago