Ecosyste.ms: OpenCollective

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

json-schema-faker

Generate random data from JSON-Schema
Collective - Host: opensource - https://opencollective.com/json-schema-faker - Code: https://github.com/json-schema-faker/json-schema-faker

Fix: container wrapping occurs first

github.com/json-schema-faker/json-schema-faker - c8f688b9fb8df1ae734579b85769080b36c7de15 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: invoke immediate thunk

github.com/json-schema-faker/json-schema-faker - 2e0fe4c24cc3cb3b9936c37c40ee719fbed1b602 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: normalize general strategy for custom generators; see #251

github.com/json-schema-faker/json-schema-faker - e2f20560513ced0ca1ac38688a854f45fcb86139 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Rewrite container for handling keywords; fix #169

github.com/json-schema-faker/json-schema-faker - 934664a28ec0a35b9397d826e3fe6282b1d2c75b authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Hack thunk() method for picking random oneOf/anyOf values; see #239

github.com/json-schema-faker/json-schema-faker - feb90edbaf0b7a512fd23ba7aca0f71df8c26761 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fast clean(); fixing prune strategy, see #238 #232 #227 #243

github.com/json-schema-faker/json-schema-faker - 51889a0492f4c4fe6731d2c45d3af0e3308d2b9d authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/json-schema-faker/json-schema-faker - b490fe1fb534744c2fa67a880b594a73961bebd0 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Allow generation of numbers with fractional part. (#249)

* Allow generation of numbers with fractional part.

* Fix test errors, after changing to deve...

github.com/json-schema-faker/json-schema-faker - 58d23b412eb12d54bebcce65d06b8e9e76aa0f2f authored almost 8 years ago by Peter Waldschmidt <[email protected]>
Allow for a fallback if format is not recognized. (#250)

github.com/json-schema-faker/json-schema-faker - 23d6d290d5dcc03bd63687dbb8c8c55fc1f6ee6b authored almost 8 years ago by Peter Waldschmidt <[email protected]>
Fix: improved build

github.com/json-schema-faker/json-schema-faker - 097426ebddd7c17cf8c1258d9b7b441237b38996 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: normalize cwd

github.com/json-schema-faker/json-schema-faker - a10a821e2954d7d33f4980dccf0bc7090a71e8e9 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Move dereferencing on top-level; run() is sync

github.com/json-schema-faker/json-schema-faker - 189c9ba6054a5981e9fe10ea3189796f897f879a authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: stick to [email protected] due faker.fake() bugs

github.com/json-schema-faker/json-schema-faker - 416774cefe9e127a2b8dfdcab15b35bbf3c61a88 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: skip method if not exists

github.com/json-schema-faker/json-schema-faker - 75aeb500d0d4a98cc275a4d299d50a1da62f8a21 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fixing ts tests

github.com/json-schema-faker/json-schema-faker - 04dd8dc551fa61e12c27aa690e1dda3197d9faf2 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: remove clean()

github.com/json-schema-faker/json-schema-faker - 61d849bead0289aaf51cf6722d51fa4365a14eaf authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: use ES6 module syntax w/ Rollup for better bundles

github.com/json-schema-faker/json-schema-faker - 93e36a623426f631b107ad973cb18a1e8103ea0a authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: use json-schema-ref-parser for dereferencing

github.com/json-schema-faker/json-schema-faker - e93bd992e0a4fe481294da9cfef73c0cb472d2c9 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: require casual by default

github.com/json-schema-faker/json-schema-faker - 41ed76b916eb3458646deae1423ee033ea04223d authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merging v0.4 into 0.3.x

github.com/json-schema-faker/json-schema-faker - 8f3f8263f09b8da4fad29774994c8b13188124ff authored about 8 years ago by Tomasz Ducin <[email protected]>
Fix: restore clean() for pruning empty objects

github.com/json-schema-faker/json-schema-faker - f29aa5f5f2a250ebe2e71954ea9d6a30afc274d0 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Missing spec for exhaustive checkings; see #158

github.com/json-schema-faker/json-schema-faker - a091de2594074cfc9c1efecb73b064871497010c authored about 8 years ago by Alvaro Cabrera <[email protected]>
Remove clean(); fixes #163

github.com/json-schema-faker/json-schema-faker - 1f8d219595cc9ae802a42a21ef66a7a3ee545738 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Apply requiredOnly option; fixes #81

github.com/json-schema-faker/json-schema-faker - ae0c8bc232e70178307376abe74d8dc5d05912f2 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Apply defaultMinItems option; fixes #170

github.com/json-schema-faker/json-schema-faker - 7921c11d4676db12d62bc68788b03ca0f00102c0 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Basic support for casual; fixes #210

github.com/json-schema-faker/json-schema-faker - ab2a1e460c1df18b036871eb36b6f45ebfa1ce26 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Apply defaultRandExpMax option; fix

github.com/json-schema-faker/json-schema-faker - 38fef5478f34cc0ff2c225d09a5f776154cbcd28 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Basic support for alwaysFakeOptionals option; fixes #154

github.com/json-schema-faker/json-schema-faker - e0f08e98f2803ad3e13ac8817e15461ea26f83a2 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: apply length constraints to all generated strings; see #193

github.com/json-schema-faker/json-schema-faker - dc267d7bb26f37eb489aa5e5a5826dc780334c3c authored about 8 years ago by Alvaro Cabrera <[email protected]>
Shuffle before merge; fixes #179

github.com/json-schema-faker/json-schema-faker - fdd16b1edb8971fe782042fbe0cc2c5a6be8891b authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: properly faked patternProperties

github.com/json-schema-faker/json-schema-faker - 87de2d2e03ce80105408b0954e7f835ee77b88c4 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Latest stable build; fix

github.com/json-schema-faker/json-schema-faker - b57e09b05cd260da70aaf992ec1a5c587d3e5439 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Upgrade deps; fixes #222 #223

github.com/json-schema-faker/json-schema-faker - a6badd232dd55df0edc2c7dfbc6193751f4ebfd8 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Ignore all files within /dist

github.com/json-schema-faker/json-schema-faker - aeed5fa3d94da57445995113d27aca9c92cd3f1d authored about 8 years ago by Alvaro Cabrera <[email protected]>
Ignore all files within /lib

github.com/json-schema-faker/json-schema-faker - 366917010b1fff157d24c93046c7e7c0de05f891 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Ignore built locales; fix

github.com/json-schema-faker/json-schema-faker - bce9ff1266fc247c21622da80384317d5b739aff authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: disable diffs for built files

github.com/json-schema-faker/json-schema-faker - 4e6c02456a170a9abb282b4b95b2db777a132a6a authored about 8 years ago by Alvaro Cabrera <[email protected]>
Drop support for node v5; fix

github.com/json-schema-faker/json-schema-faker - 9a9361727784d233fb60b1b8865c99530523b2ff authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: avoid pass by reference

github.com/json-schema-faker/json-schema-faker - 106cf097e3b57725313f8d00055de2ab95a65f28 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: avoid duplicated keys while repeating

github.com/json-schema-faker/json-schema-faker - 327ef6d23276685e9aee0ca0e7de2e473388e4f0 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: allow empty strings as valid values

github.com/json-schema-faker/json-schema-faker - 1976b8eb7896f903abd4ee81f9a7c3f1c9b87702 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: missing fallback generator for additionalProperties

github.com/json-schema-faker/json-schema-faker - 085248e958befca016998087d8d16c463d0fe47a authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: extra work for extra props...

github.com/json-schema-faker/json-schema-faker - f0d1f2b6c97e535bf8996b8165d055a99eda3715 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: set default RandExp.max value, closes #193

github.com/json-schema-faker/json-schema-faker - 406456d3d906479dc534741437ba2dd5fe698733 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Improved handling of extra props; fix

github.com/json-schema-faker/json-schema-faker - 6d3835bdfd3aa4594a4ce553815c54de667ebbe7 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Increase depth for handling allOf merges; fix

github.com/json-schema-faker/json-schema-faker - efae0e086ef4a36d383bdaec27b51942bc886004 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixing reduce() impl; WIP

github.com/json-schema-faker/json-schema-faker - 30e4d62f9806c948008cae29ac593e6fb2c66a81 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: better emptyness checking for cleanup

github.com/json-schema-faker/json-schema-faker - 8c2ef0971e70c5ebdd9e90c297bec5caaa222fb6 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: use a different error for unresolved generators

github.com/json-schema-faker/json-schema-faker - 151f1181f3d14c560670bafeaacfb44ea56db778 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Avoid unhandled errors from external formas; fix

github.com/json-schema-faker/json-schema-faker - cad61cc7573311b49138ea359bbc25da35d5fe0a authored about 8 years ago by Alvaro Cabrera <[email protected]>
Copy clean() impl to .ts; fix

github.com/json-schema-faker/json-schema-faker - 19fcbb49c6acfc11ceb196ba05527aa9c5cf83b2 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: ensure cleanup after traversing

github.com/json-schema-faker/json-schema-faker - a4459493200ad3cfa17a814e8ca2042a06f63243 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: handle patternProperties as required

github.com/json-schema-faker/json-schema-faker - 393426a5fce6d5349d0d3ccbe7e40dbb32af0836 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fix: external-lookup done right

github.com/json-schema-faker/json-schema-faker - 893f42b6da0ffa3b74c05e1542f1c6b8027db9ea authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixing object property-merging strategy; WIP

github.com/json-schema-faker/json-schema-faker - 28b25ae7183457b82327e996c6a5e344b695f880 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixed deps and lock

github.com/json-schema-faker/json-schema-faker - 49ccd16511221ea613fd824ec1676cae4cb7ed80 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Update changelog

github.com/json-schema-faker/json-schema-faker - 9a27547c8999cef84f87e3c2f3c8224db05ca2aa authored about 8 years ago by Alvaro Cabrera <[email protected]>
devDependencies update

github.com/json-schema-faker/json-schema-faker - d5d9daf9198adc4619a8092a98192159fa8557c6 authored about 8 years ago by Tomasz Ducin <[email protected]>
updated readme with contributions

github.com/json-schema-faker/json-schema-faker - e3b57d0305a803f43c3839b0d61c522f387e06dd authored about 8 years ago by Tomasz Ducin <[email protected]>
Update README - json-schema-faker-cli (#207)

github.com/json-schema-faker/json-schema-faker - 28c2484c52a5e0b83e3715d817025e210495a1f6 authored about 8 years ago by oprogramador <[email protected]>
chore(package): update fs-extra to version 1.0.0 (#209)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 012301431595bc8ea13e8fc5cf84321d9ad531ff authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
preparing release 0.4

github.com/json-schema-faker/json-schema-faker - 0ec142acf3b760d4f930c04ba5fe16e3f95b8c56 authored about 8 years ago by Tomasz Ducin <[email protected]>
chore: drop support for Node.js 0.10 (#208)

BREAKING CHANGE: This module no longer supports Node.js 0.10, 0.12, io.js

github.com/json-schema-faker/json-schema-faker - 8d2f919f21afb290bf1d318f0d92274b77c60778 authored about 8 years ago by Greenkeeper <[email protected]>
broken link fix, fixes #206

github.com/json-schema-faker/json-schema-faker - e831df5e404532d86d6fe87331ddb0b162ded9ea authored about 8 years ago by Tomasz Ducin <[email protected]>
Revert "Merge branch 'JonathanMontane-142-fix-number-generation' into develop"

This reverts commit aa9b861c9f5d0a00b8cbdabb50a8e494ddf9dc87, reversing
changes made to 4eefcefb...

github.com/json-schema-faker/json-schema-faker - 741c74b32bde3dc43780ebf3139a7dd16d8aa617 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'JonathanMontane-142-fix-number-generation' into develop

github.com/json-schema-faker/json-schema-faker - aa9b861c9f5d0a00b8cbdabb50a8e494ddf9dc87 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch '142-fix-number-generation' of git://github.com/JonathanMontane/json-schema-faker into JonathanMontane-142-fix-number-generation

github.com/json-schema-faker/json-schema-faker - 1d6b82175aea3f30a7e9c3e4a640aa2e729df38c authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'master' of git://github.com/andrescardona/json-schema-faker into andrescardona-master

github.com/json-schema-faker/json-schema-faker - 4eefcefb1d1cce5b3a95ddbff2b678cecc9868d3 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixed additionalProperties schema

github.com/json-schema-faker/json-schema-faker - 2b38a495863862ac1a7459f9156a0eb7bd4e4c60 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixing recursion; wip

github.com/json-schema-faker/json-schema-faker - bcc6e8c559eb6ad253e427d8d7e171c19e1b6949 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'arjanvanderleden-Recursive_Schemas_max_traversal_depth_issue_92' into develop

github.com/json-schema-faker/json-schema-faker - 80bb277f1bac980d54f6ed13bc8916dbc54b2dd0 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'Recursive_Schema's,_max_traversal_depth_issue_#92' of git://github.com/arjanvanderleden/json-schema-faker into arjanvanderleden-Recursive_Schemas_max_traversal_depth_issue_92

github.com/json-schema-faker/json-schema-faker - 15bb4fdaadc1a8a317438f72fd9992ca288c07c8 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Fixes how patternProperties are being applied

github.com/json-schema-faker/json-schema-faker - 0a2eed4fb93d8ad73fce4fb3bf1357c20ca5f83d authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'master' into develop

github.com/json-schema-faker/json-schema-faker - 80d2cf2a302f9403af2927d5d2b223ec10359a17 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'kylef-kylef/max-limits'

github.com/json-schema-faker/json-schema-faker - 9dfd0025e4a5db234aa7bb4bbf6d73bd7178ac64 authored about 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'kylef/max-limits' of git://github.com/kylef/json-schema-faker into kylef-kylef/max-limits

github.com/json-schema-faker/json-schema-faker - 674d49dea0eb6ae9f34c74c0cdc0448ed7c12dbf authored about 8 years ago by Alvaro Cabrera <[email protected]>
chore(package): update uglify-js to version 2.7.4 (#202)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 26dd4f13fff5495b757e0f231d91545bf0d42be5 authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update browserify to version 13.1.1 (#201)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 431643df276f02b5568d451ea7f421c4b966466a authored about 8 years ago by Greenkeeper <[email protected]>
Allow setting a maxLength and maxItems to limit generatioN

Closes #199

github.com/json-schema-faker/json-schema-faker - d64247ffc1998d7ad2aee231b611d56805358819 authored about 8 years ago by Kyle Fuller <[email protected]>
chore(package): update typedoc to version 0.5.0 (#197)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 63e50e00eb68fef7efce26b2aea1633c9b6debe2 authored about 8 years ago by Greenkeeper <[email protected]>
chore(package): update glob to version 7.1.1 (#196)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 0da05b8e6c33b5e890d1f1bde954fad87639b39e authored over 8 years ago by Greenkeeper <[email protected]>
chore(package): update clone to version 2.0.0 (#192)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 84ed3d2bc95f7db6e99325adc755c50269e07ec8 authored over 8 years ago by Greenkeeper <[email protected]>
chore(package): update eslint to version 3.6.1 (#191)

https://greenkeeper.io/

github.com/json-schema-faker/json-schema-faker - 2bacdbe1a08fa1ba9bf753254509142041f52d81 authored over 8 years ago by Greenkeeper <[email protected]>