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

chore: adds release.yml for automatic publish to NPM

github.com/json-schema-faker/json-schema-faker - 2fcfe060a39581306035bbbe93339578a7d1a844 authored over 2 years ago by Alvaro Cabrera <[email protected]>
chore: pmcelhaney add named export (#717)

* feat: export a named JSONSchemaFaker object that is not callable

* fixes and documentation
...

github.com/json-schema-faker/json-schema-faker - c79ea9abfdbce71f2bcc1a7049891de7a071fe1e authored over 2 years ago by Alvaro Cabrera Durán <[email protected]>
dev: sync (#714)

* fix: warn on missing schemas while traversing

* fix: validate numeric-values prior type-cas...

github.com/json-schema-faker/json-schema-faker - 222fd3eb6ecac9ae27a8ebca9277b18c53bc8d0f authored over 2 years ago by Alvaro Cabrera Durán <[email protected]>
Merge branch 'develop'

github.com/json-schema-faker/json-schema-faker - a82ff09ac47cdf9102977ea366584b6cc516a537 authored over 2 years ago by Alvaro Cabrera <[email protected]>
Bugfix: invalid time value toISOString (#708)

* fix: force two digits per position in date values

This prevents dates like 2022-4-23 and fi...

github.com/json-schema-faker/json-schema-faker - 0069bfe2bf0a1a518c214a7e055d70e6c72df880 authored over 2 years ago by Luca Himstedt <[email protected]>
chore: sync dev into master (#707)

* fix: 679 properly support numbers in maximum possible ranges (#680)

* lock deps

* Suport...

github.com/json-schema-faker/json-schema-faker - cbe4dc5d464ed6b2f344dbf4c621a4daaf1f4d57 authored over 2 years ago by Alvaro Cabrera Durán <[email protected]>
Merge branch 'master' into develop

github.com/json-schema-faker/json-schema-faker - d2020bd75e029b18d8b19eab2b2dc25bec180c0e authored over 2 years ago by Alvaro Cabrera Durán <[email protected]>
fix: ignore package-lock.json

github.com/json-schema-faker/json-schema-faker - 0b859616f70d07e559e2c858f242f3081cd4251e authored over 2 years ago by Alvaro Cabrera <[email protected]>
fix: ignore package-lock.json

github.com/json-schema-faker/json-schema-faker - d677ed6b1c9741cd439e89a2a089a9412802fdfe authored over 2 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'develop' of github.com:json-schema-faker/json-schema-faker into develop

github.com/json-schema-faker/json-schema-faker - ae38dbf50b5c172d869f9f15e0815d7465139c75 authored over 2 years ago by Alvaro Cabrera <[email protected]>
Generators Respect Random Type Selection (#696)

* Generate values after randomly selecting type

* Add new line

github.com/json-schema-faker/json-schema-faker - b01e3ec0b3ef32fa78115f23d9f939c9aed4ccd2 authored almost 3 years ago by jd014 <[email protected]>
Suport for property example as single value (#695)

* Suport for property example as single value

* Test case and linting

github.com/json-schema-faker/json-schema-faker - 42890f794dd6b17d5e958aa13e751b8cb1bd1223 authored almost 3 years ago by Benjamin Mogensen <[email protected]>
Suport for property example as single value (#695)

* Suport for property example as single value

* Test case and linting

github.com/json-schema-faker/json-schema-faker - ea36f0b84ddb7a7a30b03af0de519e4b37d38549 authored almost 3 years ago by Benjamin Mogensen <[email protected]>
fix: make sure local definitions are resolved, closes #687

github.com/json-schema-faker/json-schema-faker - a7b3ef0c74cb59c82ae1ad6b7d636ebb10344cea authored almost 3 years ago by Alvaro Cabrera <[email protected]>
fix: fixed values for optionalsProbability, closes #684

github.com/json-schema-faker/json-schema-faker - 2ca400c8f8f74d6e21cd65a00d74265462a25acc authored almost 3 years ago by Alvaro Cabrera <[email protected]>
fix: missing props in types, closes #682

github.com/json-schema-faker/json-schema-faker - 62a499015fbd4575ede6f0ec087cbd578ec6dd40 authored almost 3 years ago by Alvaro Cabrera <[email protected]>
chore: use @faker-js/faker instead of faker (#688)

github.com/json-schema-faker/json-schema-faker - 023768081a4ad790d6fd8175b6144c054aebf5c4 authored almost 3 years ago by C. T. Lin <[email protected]>
chore(deps): bump validator from 13.6.0 to 13.7.0 (#683)

Bumps [validator](https://github.com/validatorjs/validator.js) from 13.6.0 to 13.7.0.
- [Releas...

github.com/json-schema-faker/json-schema-faker - 0bff5c1f8aa1e314d348c23010bf078c4eb885eb authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.5.0-rcv.40

github.com/json-schema-faker/json-schema-faker - 9839e210adcc65967d59ce90ff258e662d0903f3 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
RC 40 (#681)

* fix: 679 properly support numbers in maximum possible ranges (#680)

* lock deps

github.com/json-schema-faker/json-schema-faker - 5f8c0b8efac887e80aaad6fb86948ed2b5b4a223 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: 679 properly support numbers in maximum possible ranges (#680)

github.com/json-schema-faker/json-schema-faker - abb4da2a0c8444fe15865c9d8c44c594834bf4f4 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
Bugfix: multipleOf (#675)

* chore: refactor number generator to deal with exponents

* lock deps; upgrade validators

...

github.com/json-schema-faker/json-schema-faker - 01eca4c41e431e228e4615003fd093b650253724 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: typings known issues (#677)

github.com/json-schema-faker/json-schema-faker - 21d049703d48dbbc0fed67aa80355007b984f613 authored over 3 years ago by JounQin <[email protected]>
0.5.0-rcv.39

github.com/json-schema-faker/json-schema-faker - 951a4bf14be607bd1b1d34f93ade5739343621eb authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: do not import bundle.js

github.com/json-schema-faker/json-schema-faker - ba102d3c159a03e0d2a3f1a8d63cbbab8aa9b83e authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: show options

github.com/json-schema-faker/json-schema-faker - 4cb673d1d9b1bd85d00a66d25cbf56857b223014 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: disable sourcemaps on dist files

github.com/json-schema-faker/json-schema-faker - b60d1c64b1c11e205b826c4d8e614b356233b574 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: include types on package.json

github.com/json-schema-faker/json-schema-faker - ef9ec79b78ee9edc504aeea10bbc5f467fbbb184 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
docs: updates year on LICENSE

github.com/json-schema-faker/json-schema-faker - ace5cd54bf9245d6d2f9486de4e78cd66fe111ce authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
types: adds deprecated comment

github.com/json-schema-faker/json-schema-faker - 120cfee69ba02c0ccec8d6815141f6ce3d6673c6 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: allow for more schemas, but not all keywords are supported

github.com/json-schema-faker/json-schema-faker - 5dd389a3de5889b5e9f1825a0c565dc2fcd1b94a authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: update typings

github.com/json-schema-faker/json-schema-faker - 382a586de05d7d9e9d36a1c722f43a380c659026 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: resolve from sibling definitions

github.com/json-schema-faker/json-schema-faker - 401edfdac63d35ac7da3ec43ae05604a6d73f5d8 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: move @types/json-schema and type-fest to dev (#674)

close #673

github.com/json-schema-faker/json-schema-faker - 2573b7fa8e3d116ce882c2145ba9fcc414ff316b authored over 3 years ago by JounQin <[email protected]>
feat: include initial typings, closes #516

github.com/json-schema-faker/json-schema-faker - a869eb5794a0f22b98d0ed186255d22578c932fc authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
0.5.0-rcv.38

github.com/json-schema-faker/json-schema-faker - 2dd73b5d70bc580e4c42f89f380d97f3aa908be7 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
feat: adds pruneProperties option for deep cleanup

github.com/json-schema-faker/json-schema-faker - 5a149eb1a2df16e36f3024482948311859ae9b08 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
0.5.0-rcv.37

github.com/json-schema-faker/json-schema-faker - 41c96bfccbda83cd210d1d58e8724ebd642d8346 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: allow to resolve from given refs too

github.com/json-schema-faker/json-schema-faker - 8d212b21a115791e445ba7e48246f3a78d73ea41 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
0.5.0-rcv.36

github.com/json-schema-faker/json-schema-faker - e020cd3404f27633ccefa1246777e452889e1fac authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
chore: fixed website release

github.com/json-schema-faker/json-schema-faker - 94a1a5d3085f9ef18c487534369077ec4ecb3186 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: ensure bundle.js for release

github.com/json-schema-faker/json-schema-faker - ed3df992ade00bc8e6c49f53d86f9858e5ee1db7 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
chore: upgrade release scripts (#669)

github.com/json-schema-faker/json-schema-faker - 2d4cf0ff46d17622692e5543e2d5bcc2a5bad4fd authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
Syncup from latest changes (#667)

Highlights:
* chore: new tooling, cleanup
* feat: enhance context with schema path (#665)
* f...

github.com/json-schema-faker/json-schema-faker - 03ba10c74dba979ba83cd1a15be2c37c3fdf1c49 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
wip: fixing coverage

github.com/json-schema-faker/json-schema-faker - bb7739c1bf2dea63b54288fbc149f4354cff13eb authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
0.5.0-rcv.35

github.com/json-schema-faker/json-schema-faker - 7d30aa7c23510d41f63555598e4ad5f9089a875f authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
clean and lock deps

github.com/json-schema-faker/json-schema-faker - 1330452826000b7bd476431d489a6f4bf08b7530 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: recover website sources from develop

github.com/json-schema-faker/json-schema-faker - f76e9241bb6a8759cbefacdec0b56fbc707948c8 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: recover tests from develop

github.com/json-schema-faker/json-schema-faker - cff6b2940cf0c24c32bb655fce94402647a9a189 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: recover tooling changes from develop

github.com/json-schema-faker/json-schema-faker - 96fe5dafe38f2106076db457cadf118221422bbc authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: recover stable code from develop

github.com/json-schema-faker/json-schema-faker - 9bc586d285af959c4d844dea240e5d9bc5558148 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: import from esm sources

github.com/json-schema-faker/json-schema-faker - d2708942bcffa749659899ee027d9efdc56e61d9 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: make sure generate() resolve external definitions

github.com/json-schema-faker/json-schema-faker - b9e9dc995d0fb4d2a7f082ef27bdfc5791dd8405 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: use bundle() instead, closes #644

github.com/json-schema-faker/json-schema-faker - 9e1e9837ccab90c3c04fcb1726cee3f0552ff85f authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: allow human-readable dates to be clamped, closes #642

github.com/json-schema-faker/json-schema-faker - cafc39bdd40638c56714a4a7c5449d3c7cd8bbae authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: do not reassign generate() if present

github.com/json-schema-faker/json-schema-faker - 1b2cda94e2234a9586b249a3e597f3459f7992d2 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
chore(deps): bump lodash from 4.17.19 to 4.17.21 (#651)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](htt...

github.com/json-schema-faker/json-schema-faker - bb11c7945bce0858a4273c64d7e503c860d71dc4 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#652)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release...

github.com/json-schema-faker/json-schema-faker - 1667daa8d7c25c2613026be51eae93bb909205af authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: takes the date-part of given input

github.com/json-schema-faker/json-schema-faker - 325d76298e7baef271ba89be5bc7fe3f224dd302 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: skip Object.fromEntries() for compat

github.com/json-schema-faker/json-schema-faker - d5ed9d04c07c7a179555bb983939f6a6ab48fdec authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
fix: clamp date values to avoid Range errors, it closes #539

github.com/json-schema-faker/json-schema-faker - b9580f9fcc6349c22949acf517a8ec706e97f0e9 authored over 3 years ago by Alvaro Cabrera Durán <[email protected]>
add support for `contains` in arrays (#647)

Co-authored-by: Alvaro Cabrera Durán <[email protected]>

github.com/json-schema-faker/json-schema-faker - 9435e965e2c5a8743166e5df3fef7366ce1164fb authored over 3 years ago by Martin Rauscher <[email protected]>
Update index.html (#649)

was not working (pointed to undefined), updating to same as in README.md

github.com/json-schema-faker/json-schema-faker - 99289cdf20135722b9ae7308f92f6ea2580554b6 authored over 3 years ago by Lars Kiilerich <[email protected]>
feat: YAML rendering with meta comments (#639)

* feat: YAML rendering with meta comments
Closes #609

* fix: render resolve and minor bug fi...

github.com/json-schema-faker/json-schema-faker - 273d1781d8e2d7594076a9970002832c4623af3c authored almost 4 years ago by Patrik <[email protected]>
Bump y18n from 4.0.0 to 4.0.1 (#638)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://gith...

github.com/json-schema-faker/json-schema-faker - 718bbd402f1854802fc42bab016d0db1d0707105 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: run codecov on CI only

github.com/json-schema-faker/json-schema-faker - c306c471d3499cb53d8b455757118985af0c16c5 authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
Include proper type check for values returned from custom functions (#635)

* Added code to allow null or undefined returned from custom functions

* Added code to allow ...

github.com/json-schema-faker/json-schema-faker - 5fbe4451e7449c9bbd6b63d2ee4c128f05377cde authored almost 4 years ago by arnabguptadev <[email protected]>
chore: run actions on pull-requests

github.com/json-schema-faker/json-schema-faker - 5e020d6f0ced77b6c9fc0fdc675bb4f58e44701c authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
Allow null or undefined to be returned from custom function generators (#634)

* Added code to allow null or undefined returned from custom functions

* Added code to allow ...

github.com/json-schema-faker/json-schema-faker - 49928879d03c9ed31ea668169788c8a9adbc2e3d authored almost 4 years ago by arnabguptadev <[email protected]>
0.5.0-rcv.34

github.com/json-schema-faker/json-schema-faker - 385d9d7d0543cfbfefb3cb53531fe871e246f9d6 authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
Bump pug from 2.0.4 to 3.0.1 (#630)

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1.
- [Release notes](https://github...

github.com/json-schema-faker/json-schema-faker - 6818971f21069a0f614512e64f2a902cce7b6ec4 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: add type checks for arrays for generator-returned values (#628)

github.com/json-schema-faker/json-schema-faker - f93e5638f703f82bbfff06c07dc47a178628feb4 authored almost 4 years ago by Alex Yackovlev <[email protected]>
Update faker js (#627)

github.com/json-schema-faker/json-schema-faker - 584c0d7250cd533c5e6c721845ff41694032c23b authored almost 4 years ago by Siebe Vanden Eynden <[email protected]>
0.5.0-rcv.33

github.com/json-schema-faker/json-schema-faker - 630ad2ecf4826086cbfb6973e65e71ec1cfbf20c authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
fixed postbuild

github.com/json-schema-faker/json-schema-faker - cbac29ebb25eaea270c0a545679e179d30fda71a authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
chore: add missing test; closes #625

github.com/json-schema-faker/json-schema-faker - dfe3c0b72d85b40972e22f81aa286605d8628536 authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
fix: allow repeated refs at the same schema-level; closes #624

github.com/json-schema-faker/json-schema-faker - ec0cee29fcd636e1a1862138a8f28f1db164e1db authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
chore: extract allowed types

github.com/json-schema-faker/json-schema-faker - a27f6e1dec1672b604e850da1f3cf54b11c39a30 authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
fix: drop additional props if they are out of bounds; closes #622

github.com/json-schema-faker/json-schema-faker - fc2c3998d069297f736c2e4d805888964bdb2bcf authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
Fixed spelling error. (#626)

github.com/json-schema-faker/json-schema-faker - e4cc610566a4668adb63c14e31359b88ff7bb6bc authored almost 4 years ago by Peter Ritchie <[email protected]>
fix: upgrade tarima

github.com/json-schema-faker/json-schema-faker - b695e598025b04c6ec824b3053109d5c40a33c4b authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
feat: allow to keep current schema if generator returns nothing

github.com/json-schema-faker/json-schema-faker - 8a5e0abc359faadabc4bd4c75ff204506221897a authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
feat: pass current path-to-property on generator calls

github.com/json-schema-faker/json-schema-faker - 4b0c47382c260a0c97834c3b84a404fdea30443d authored almost 4 years ago by Alvaro Cabrera Durán <[email protected]>
0.5.0-rcv.32

github.com/json-schema-faker/json-schema-faker - a07dbf89a0b53bc233aadc7277cd0779cfe1798f authored about 4 years ago by Alvaro Cabrera Durán <[email protected]>
fix: upgrade schema from sources

github.com/json-schema-faker/json-schema-faker - e4513bff157a91567043d78dc7ec0876cbad153b authored about 4 years ago by Alvaro Cabrera Durán <[email protected]>
fix: clean json-path before scan

github.com/json-schema-faker/json-schema-faker - 5c63bbda02af9acb6ff4dfd75707e6beabe6522a authored about 4 years ago by Alvaro Cabrera Durán <[email protected]>
chore: enable colors on ci

github.com/json-schema-faker/json-schema-faker - 922b5b999774eeb997be241d3ed8d035a12c691e authored about 4 years ago by Alvaro Cabrera Durán <[email protected]>