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(package): update rollup to version 0.42.0 (#287)

github.com/json-schema-faker/json-schema-faker - d7b8b13f116c159d69950061eec9db08c5666502 authored over 7 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Include dist on npm (#301)

* Don't exclude the dist folder from NPM

* Remove duplicate entries in .npmignore

github.com/json-schema-faker/json-schema-faker - 472698a4972c9f7a8985cf90da6dda14828bcc53 authored over 7 years ago by C. Corey Capel <[email protected]>
Return thunk() within object; fix

github.com/json-schema-faker/json-schema-faker - f3a3d1be656c0d536a3507dbf39eb9e83c06a321 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Lookup missing paths for references; fix #294 (async)

github.com/json-schema-faker/json-schema-faker - b9cf08639a3132c3a38dca998aa5e9996bee0c57 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Resolve given references; fix #294

github.com/json-schema-faker/json-schema-faker - 5a188248770d2303762bbe30522cd23bec57e0a2 authored over 7 years ago by Alvaro Cabrera <[email protected]>
No more clone(); avoid duplicated values

github.com/json-schema-faker/json-schema-faker - 99ca009738539b6a69ef006198845d134db9885e authored over 7 years ago by Alvaro Cabrera <[email protected]>
Copy everything: merge sub-schemas into source's copy; fix #296

github.com/json-schema-faker/json-schema-faker - af7148f9bb4b4c8f71f43ea818e643468c1d3dc9 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Treat functions as thunks

github.com/json-schema-faker/json-schema-faker - 67e70eb08e2df01689d5d107a9c5f8d26380eb97 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Add spec from pending #255 PR; fix #238

github.com/json-schema-faker/json-schema-faker - 1b79d43cbf81397032d0181025b61fd2c243fd87 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Remove until it causes issues again; [discussion-needed]

github.com/json-schema-faker/json-schema-faker - 4ff5a22b88c30812acd3b9e6a4115c34e7a46009 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Merge remote-tracking branch 'origin/develop' into develop

github.com/json-schema-faker/json-schema-faker - d81fdd6c9a77b05d6fc007697d3a5f161bde2028 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Allow for nested arrays. (#284)

Fixed support for empty/nested arrays

github.com/json-schema-faker/json-schema-faker - 9dda915cabe94e3fc63baf79fe8296e685dd2360 authored over 7 years ago by Jeremy Pridemore <[email protected]>
Allow cwd as second argument

github.com/json-schema-faker/json-schema-faker - 7d5319bfef2e3126eeca9b23a748fe6f56e9547a authored over 7 years ago by Alvaro Cabrera <[email protected]>
Pass cwd as first arguments; fix #286

github.com/json-schema-faker/json-schema-faker - 63251e30cad917d05e0c6a56fa552d415cd87ba4 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Use globals for version bump

github.com/json-schema-faker/json-schema-faker - 2d9a5305890996bce5442577037d1005b49cdfbd authored over 7 years ago by Alvaro Cabrera <[email protected]>
Test on 8; build before testing on CI

github.com/json-schema-faker/json-schema-faker - 6599e1f75c94eafba2beac6b24a6776ea79b4d56 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Fixed deps; jasmine-node

github.com/json-schema-faker/json-schema-faker - 33b8cfe6979ac2e4e45941342d33c947c22adf09 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Dereference only, not bundle, otherwise deref() cries; fix

github.com/json-schema-faker/json-schema-faker - 29a4a66aa5fcbb850db7862c1baa4d3b76ebb0b9 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Normalize error message

github.com/json-schema-faker/json-schema-faker - 36ed64bbb0a58122a6ef0df1e161ec78b98e6a59 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Bundle refs, and deref-then; fixes #258

github.com/json-schema-faker/json-schema-faker - d921c84129c855cb79516fcf02f8721597caa660 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Use utils.short() on debug messages; fix

github.com/json-schema-faker/json-schema-faker - 4a7b919ba84ae86c7756462007863e03baf41dbb authored over 7 years ago by Alvaro Cabrera <[email protected]>
Fixed generate() wrapper for missing x-props and errors

github.com/json-schema-faker/json-schema-faker - a8f3816cb4206cb9c612e1b26baa08224f0a9a4f authored over 7 years ago by Alvaro Cabrera <[email protected]>
Resolve sub-schemas on allOf calling thunk(); fix #274

github.com/json-schema-faker/json-schema-faker - d3c428f054913640f374dddbcf37442617ec32f3 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Fixed clean() impl; missing arg on call

github.com/json-schema-faker/json-schema-faker - 41bc021919b57ba74ca863b3168578916b60cc41 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Ensure not-prunning required props; fix

github.com/json-schema-faker/json-schema-faker - c9cf1c0e138aaf1752a18c00652a5a9878e2407e authored over 7 years ago by Alvaro Cabrera <[email protected]>
Clean object values; fix

github.com/json-schema-faker/json-schema-faker - 98ec7ae2df1305400970ce2865bf7957a73e01e9 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Missing semicolon

github.com/json-schema-faker/json-schema-faker - 84656b04457d838fbb8226504aaddde15a7ae58e authored over 7 years ago by Alvaro Cabrera <[email protected]>
Apply same specs as 0.4.2; fix

github.com/json-schema-faker/json-schema-faker - e0ff57317327ff80b131774732cac7b06092d4b6 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Remove deep-empty arrays only; fix

github.com/json-schema-faker/json-schema-faker - c7d0fb6d45b0fb82d0e8bdf72b88019e16760a8f authored over 7 years ago by Alvaro Cabrera <[email protected]>
Skip non-schema results; fix

github.com/json-schema-faker/json-schema-faker - f9cd5dc7b1753af987fd4a2f8001c8e4abc53767 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Remove inner-refs from traversed schemas; fix

github.com/json-schema-faker/json-schema-faker - 1dd6e6c88c11226f2fbab8f887f29556abe31cf8 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/json-schema-faker/json-schema-faker - b6245d4ea9474d56d634252c6b26feb52f94f480 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Document failOnInvalidFormat (#267)

github.com/json-schema-faker/json-schema-faker - 40785f227176296999d7d0888d11a342103a13ba authored over 7 years ago by Bobby Brennan <[email protected]>
Merge branch 'develop'

github.com/json-schema-faker/json-schema-faker - b76cc03f638beedee2cf96dc13087641b6eb2b13 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'develop'

github.com/json-schema-faker/json-schema-faker - 04a6a6bf678d68893616bf3e15c7fa4a663cec1d authored over 7 years ago by Alvaro Cabrera <[email protected]>
Increase test repetition on CI

github.com/json-schema-faker/json-schema-faker - 49408428d028f830f6febfa2aad09d8da709b0c7 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Implements deref() for sync-calls; fix

github.com/json-schema-faker/json-schema-faker - 3fc358298aec5a1f252d41ae89bf45d696b4bd25 authored over 7 years ago by Alvaro Cabrera <[email protected]>
Implements sync() method; WIP

github.com/json-schema-faker/json-schema-faker - 373f5a7566d0c92c7e6d0b9f0e4598558e4eb2ff authored over 7 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'master' into develop

github.com/json-schema-faker/json-schema-faker - 214887d6830b1ab73527f70769ec8e5b7c875012 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: lib/index.js is for npm, not git

github.com/json-schema-faker/json-schema-faker - 6092aebdcf6505a562f90617330490c799a014f0 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fixed ignores for NPM; remove old sources from lib

github.com/json-schema-faker/json-schema-faker - 1f8514e0876483c73eb94f7536e71c4ecee1123d authored almost 8 years ago by Alvaro Cabrera <[email protected]>
This commit contains all the work put towards the next minor release. Many fixes

and changes here and there, please refer to the CHANGELOG for the most important.

Briefly: json-...

github.com/json-schema-faker/json-schema-faker - 3c4d047320556ea2d65252dbe35b4974d98deb40 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Merge branch 'develop'

github.com/json-schema-faker/json-schema-faker - e9794835a993f2fde8ff92223dedb0757cfc88a2 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fixed dist and sources

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

github.com/json-schema-faker/json-schema-faker - f2533942a05b8b213e634dcc29e5df5924b80463 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 - 146c3f45d8476b074f0d2883ed9302356dd834e2 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: require casual by default

github.com/json-schema-faker/json-schema-faker - 3a4ec7471e694a9299fd4a5392c1f22bba803379 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Update README.md (#254)

pin up version for cdnjs

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

github.com/json-schema-faker/json-schema-faker - 9a5a05627b3e5f4ba87bf4d9aa19c2dc576334ce authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fixed dist and sources

github.com/json-schema-faker/json-schema-faker - 46c0259519380c08865bf25d5c6f86740b450035 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Update README.md (#254)

pin up version for cdnjs

github.com/json-schema-faker/json-schema-faker - 80302c07131ea0274ffc6f261c4683f26d5a25fc authored almost 8 years ago by DrHinke <[email protected]>
Try custom formats before built-in ones; fix #88

github.com/json-schema-faker/json-schema-faker - 80346eddd618442ec7905e217d00b43eeeb1ce40 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: pass the whole schema too

github.com/json-schema-faker/json-schema-faker - a9ecca2ddbf1c1d4544ad9b714db76238ed3b003 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Avoid extreme future dates for built-in datetime format; fix #180

github.com/json-schema-faker/json-schema-faker - 5109dc5263d83d20af9b441cf0c029cb0b399864 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Repeat failing test

github.com/json-schema-faker/json-schema-faker - 5890459ee49e05635089bced3950be89773c3110 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Use require() for unit-testing; fix

github.com/json-schema-faker/json-schema-faker - de556e7cb1b219b88b11c64fd5bbe003b5c8dbd5 authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: update specs

github.com/json-schema-faker/json-schema-faker - 8a50837a8be7dcf74440969ae22ecec9ad2a675e authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: apply common constraints, see #153

github.com/json-schema-faker/json-schema-faker - 839bfa5acbb157807397d8e5d93af9a3f3aaa2fd authored almost 8 years ago by Alvaro Cabrera <[email protected]>
Fix: apply typecast instead

github.com/json-schema-faker/json-schema-faker - 1d300a7374276943ff83c59678c535664bff9200 authored almost 8 years ago by Alvaro Cabrera <[email protected]>