Ecosyste.ms: OpenCollective

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

fast-check

🐛🔨 Property based testing framework for JavaScript (like QuickCheck) written in TypeScript
Collective - Host: opensource - https://opencollective.com/fast-check - Website: https://fast-check.dev/ - Code: https://github.com/dubzzz/fast-check

Update CHANGELOG.md

github.com/dubzzz/fast-check - d531ccd36ff3db4693a547b5eda16f83a12818eb authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 92cfc0d6983b60ed4b0e96486aba1b4c42a47072 authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 0dbe0f9dde38889b7d33dd03ca0d55e3905645bc authored over 5 years ago
Infinite loop when path is one level deep and run succeeds (#418)

Fixes #415

github.com/dubzzz/fast-check - c733fd6676fe7183cbb135784ae30172e4d395de authored over 5 years ago
Create Idea.md

github.com/dubzzz/fast-check - ac777788183fbc916bd241425180724e6bd8402c authored over 5 years ago
Add section "Migrate from jsverify to fast-check" (#417)

Fixes #413

github.com/dubzzz/fast-check - e544ebeed1d929ef77f03943b31e0bd9adae1ba2 authored over 5 years ago
Update ts-jest config (tsConfigFile -> tsConfig) (#414)

github.com/dubzzz/fast-check - b433b553dae92d262d7f7926d6cd81b1c87da341 authored over 5 years ago
Docs: Use diff format in shrinking example (#412)

It looks like this is what you were going for with the `---`/`+++`

github.com/dubzzz/fast-check - bede1e8527e3545b2afdd55d5e88a2c7aad65c1b authored over 5 years ago
Update PULL_REQUEST_TEMPLATE.md

github.com/dubzzz/fast-check - 36b841a68363d647caf741bb8ceff237419523c1 authored over 5 years ago
Document how to add new arbitraries into fast-check (#410)

github.com/dubzzz/fast-check - b589fd69643cba95c3b39417161e0a068e91742e authored over 5 years ago
Web authority should not produce port outside 0-65535 (#409)

Fixes #407

github.com/dubzzz/fast-check - f0dd8233049a8b14048e91d31e8b03551dcf5cee authored over 5 years ago
Document how to use in conjonction with faker (#408)

Fixes #405

github.com/dubzzz/fast-check - 4ad8fedc9ca8b6858bba673492c5d65111f1d326 authored over 5 years ago
Reduce flakyness of letrec e2e tests (#397)

github.com/dubzzz/fast-check - ba52c39383b4d088b1452042efc3c5789548bd2c authored over 5 years ago
Run `npm audit fix` (#396)

github.com/dubzzz/fast-check - b01308a146addfda1f719a964ec2a79f8e411e73 authored over 5 years ago
Create PULL_REQUEST_TEMPLATE.md

github.com/dubzzz/fast-check - 6fec948f3130be936a0dbefb253c2ddd55f600e8 authored over 5 years ago
Create Question.md

github.com/dubzzz/fast-check - 3790556cb289397878d15f6e0f970ef8c358fbef authored over 5 years ago
Update BugReport.md

github.com/dubzzz/fast-check - 9221b8bdf97646e5f534f60030467cf2f90e3edb authored over 5 years ago
Create RegressionReport.md (#395)

* Create RegressionReport.md

Related to #390

* Update RegressionReport.md

github.com/dubzzz/fast-check - 61860577f7b121a289b929017600333a510d46f4 authored over 5 years ago
Create BugReport.md (#394)

* Create BugReport.md

Related to #390

* Update BugReport.md

github.com/dubzzz/fast-check - a8d7a0c651d3c110eddd6d3cfb824b002ea0ba84 authored over 5 years ago
Create FeatureRequest.md

github.com/dubzzz/fast-check - b3b2ca3f884aa91a14abf0e7e35e37b5e80d6117 authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 325cbac3d3cd47d599b613608ce15a94b49d6b72 authored over 5 years ago
Check letrec/memo are compatible with node 0.12 (#389)

github.com/dubzzz/fast-check - f24a6dd512590866b664d8d808f26f08c0779cb3 authored over 5 years ago
Migrate ObjectArbitrary to rely on fc.memo (#379)

* Migrate ObjectArbitrary to rely on fc.memo

* Fully rely on memo for ObjectArbitrary

github.com/dubzzz/fast-check - 606dd2bb8506d53d3bb848a7670f9e0ec84047ff authored over 5 years ago
Fix type inferrence bug in modelRun (#388)

* Fix type inferrence bug in modelRun

* Updating CONTRIBUTORS.md

github.com/dubzzz/fast-check - 32ab0083d0739d91ae7ccd420d6d1db60fc0b6b7 authored over 5 years ago
Memo arbitrary builder for recursive arbitraries (#378)

* Memo arbitrary builder for recursion

* Better handling of maxDepth = 0

* Fix withBias of...

github.com/dubzzz/fast-check - 78005f3beb2e5555b7b43e620ac5caf57169cfd0 authored over 5 years ago
Add caching for withBias of letrec (#386)

Fixes #381

github.com/dubzzz/fast-check - e762996e9d069c58250796cbe2ffa1ea5b63536d authored over 5 years ago
Consider (most) warnings as errors in rollup (#385)

Related to #383
Follow-up of #384

github.com/dubzzz/fast-check - 9dab0874904d4cb4130973dee740f55842d3281c authored over 5 years ago
Revert "Consider (most) warnings as errors in rollup"

This reverts commit 75c5ac42e2647ba0c3d7784f326eb9c48325de27.

github.com/dubzzz/fast-check - 8f7e3ce358b32a41440095e6c0efd67ade2f2ca1 authored over 5 years ago
Consider (most) warnings as errors in rollup

Related to #383
Follow-up of #384

github.com/dubzzz/fast-check - 75c5ac42e2647ba0c3d7784f326eb9c48325de27 authored over 5 years ago
Circular dependency in fast-check for WebArbitrary (#384)

Fixes #383

github.com/dubzzz/fast-check - db4607ba63888b01dd9a28a6d09f954a63b66e2f authored over 5 years ago
CommandWrapper was not applying cloneMethod (#382)

Related to #367

github.com/dubzzz/fast-check - 68a4c78741d23f068febe8b2816474726133882c authored over 5 years ago
Mutually recursive arbitrary builder (#377)

* First draft implementation of letrec for fast-check

* Add support for bias for letrec

* ...

github.com/dubzzz/fast-check - 0740fcf69ed6e076be9c913a480dd38be07d372e authored over 5 years ago
Fix broken e2e tests (#376)

github.com/dubzzz/fast-check - 02829ce4808cd68ba77fecb3bcb55519da7b7488 authored over 5 years ago
Bump to TypeScript 3.5 (#375)

github.com/dubzzz/fast-check - 57a4a8b80a76f1daed63703780b36aab3356c71c authored over 5 years ago
Add minimum and maximum validation to integer and nat (#370)

* Add minimum and maximum validation to integer and nat

* PR request changes

* Add name to...

github.com/dubzzz/fast-check - ffc60f9ff2cdb4987d721fbdb270d632f3d6a29a authored over 5 years ago
Delete typedoc.json

github.com/dubzzz/fast-check - cfdae2c5108ae959ff305de7add1701d6be5b9ea authored over 5 years ago
Stringify Date as valid JavaScript (#372)

Fixes #369

github.com/dubzzz/fast-check - ddfcc1953dec0e262841058a0a586420afb69b13 authored over 5 years ago
Stringify Symbol as valid JavaScript (#371)

* Stringify Symbol as valid JavaScript

* Fix Symbol representation for node <12

github.com/dubzzz/fast-check - 6e7b839ad46a9ad0095ed77f4a9474c9a8e890ee authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 272e1b30b58eb5c24d81519d85ba3dd44a08d5fa authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 3fa61478435a621af41cccadb4980254ba692fdf authored over 5 years ago
Direct link towards the official documentation (#368)

github.com/dubzzz/fast-check - 8b21ec54f4328d295051d63c140f282a02a63eeb authored over 5 years ago
Enable incremental tsc build (#366)

github.com/dubzzz/fast-check - 656acab446860b8439320393c235c312cefdb89f authored over 5 years ago
Add extra badges on README (#364)

github.com/dubzzz/fast-check - 7a9fbc5d8042b0a3833c65a778340bb7411c8809 authored over 5 years ago
Bump dev deps and audit fix (#363)

github.com/dubzzz/fast-check - 427ba1a816d9bea8c65ca0a166f9294b680ab4b4 authored over 5 years ago
Bump node version to v12 in travis build (#362)

github.com/dubzzz/fast-check - 082f729e7682ca733594512b36c617cc9243e518 authored over 5 years ago
Add no regression tests for commands (#355)

* Add no regression tests for commands

* No regression tests not display absolute paths

github.com/dubzzz/fast-check - 8713ee852ddba132d7667afc0af7b81ec08b0125 authored over 5 years ago
Clarify replay of fc.commands (#361)

Related to #359

github.com/dubzzz/fast-check - 3a77cbc7e032c8af6b774a6c220d2670bb9f1328 authored over 5 years ago
Fix typos in documentation (#358)

* Fix typo in AdvancedArbitraries.md

* Typo in Tips.md

github.com/dubzzz/fast-check - 55a2481179e7b46d6ed73fff687e4c1311074547 authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 7fb3bdd8e48024802ad0d49f317811eb0ffab24a authored over 5 years ago
Polish logo (#353)

github.com/dubzzz/fast-check - 845f2d523a6a3a5679bc2869559897b40fbf3037 authored over 5 years ago
Ability to auto skip runs after time limit (#352)

* Ability to auto skip runs after time limit

* Linter

* Remove duplicated in doc

* Chec...

github.com/dubzzz/fast-check - 469f52cb6236e658c5d4a3cac4545972227486a8 authored over 5 years ago
Add dependency on tslib (#351)

* bundle: 139128 -> 118443

* [before] npm pack --dry-run:

npm notice package size: 178.6 ...

github.com/dubzzz/fast-check - de10e1a2f6655b327f66656a498faac331676e00 authored over 5 years ago
Add facebook/jest into the list of issues discovered with fast-check (#354)

github.com/dubzzz/fast-check - f5089a1a32c1ce5d92ceb4225bc2c662192fe6e7 authored over 5 years ago
Bump all dev dependencies (#350)

github.com/dubzzz/fast-check - 3fa9b77947d722c73f99004011e7845329a0d37c authored over 5 years ago
Add no regression snapshot tests (#349)

* Expose stringify in the API

* Add no regression snapshot tests

* Extract version specifi...

github.com/dubzzz/fast-check - ef0643d6a1b85b95d2b06e75ecc346d5e45d3068 authored over 5 years ago
Expose stringify in the API (#348)

github.com/dubzzz/fast-check - a495bb3eba4416e7e202b716c406c76d1e44e829 authored over 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 2ef55db3e7433dae3b4a13d4951fb3c6cfb979f4 authored almost 6 years ago
Documentation site with docsify (#343)

* docsify-tools based documentation

* fix paths, travis script, package lock

* Update cont...

github.com/dubzzz/fast-check - 3a5a461cafd2c7168909bfe4d1896d2f4fa46d09 authored almost 6 years ago
Implement Email arbitrary (#345)

Fixes: #303

github.com/dubzzz/fast-check - 6c1aff459a31998d2a1463ae0cdd079b4fc86f42 authored almost 6 years ago
Implement Url arbitraries (#344)

Fixes #302

github.com/dubzzz/fast-check - 4762237525e7f4ff8e60c4a66c83a9da9ffc8af3 authored almost 6 years ago
Add mapToConstant arbitrary

github.com/dubzzz/fast-check - c32f3d4f7b8eda9c11800f1eaf2dba2fe36703a8 authored almost 6 years ago
Adapt mapToConstant to existing arbitraries

github.com/dubzzz/fast-check - a3425960a4fcde12dcfb430fb9e263504951a4a2 authored almost 6 years ago
Implement IP v4/6 arbitraries

github.com/dubzzz/fast-check - bd719b0a7d1969b8302bd89654f30eaf8c3f9aca authored almost 6 years ago
Document ipV4/ipV6 arbiraries

github.com/dubzzz/fast-check - 032355e73e8da0dc2fb0e0d43a1b82d4166d63a1 authored almost 6 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 1c92a5fa4cb6d9b34990a6c2c1badec152a0966a authored almost 6 years ago
Add parameter to customize size of `object` and `anything`

github.com/dubzzz/fast-check - 2942e62144716f80bb61113b5df851164804eefa authored almost 6 years ago
Remove lorem-ipsum dependency

Fixes #335

The choices has been to removed the dependency towards lorem-ipsum package because:
...

github.com/dubzzz/fast-check - dd536306f34b0a0432d2df822c65d640ea9d1868 authored almost 6 years ago
Frequency should be compatible with legacy node

github.com/dubzzz/fast-check - dfb0b075b7c205a43a30962f7edc477f936a9f33 authored almost 6 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 2dc2cd0a5fabaaba03ffcdaee4a229adaff359b2 authored almost 6 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 1c55fcea4c56a0a7d4f12fbcbefbfe2a59cb605c authored almost 6 years ago
Fix typo in JSDoc of property

github.com/dubzzz/fast-check - 87321f25ea8b670e218ebdd2b0765a6c295a0d3f authored almost 6 years ago
Reduce size of the generated property implementation

lib/check/property/AsyncProperty.generated.js:
7.04 Ko -> 1.33 Ko

lib/check/property/Property.g...

github.com/dubzzz/fast-check - 0dc5b1e48fddb394614f8fd4079453b420e44e5b authored almost 6 years ago
Remove generated doc from the package

github.com/dubzzz/fast-check - af659ee8892b55361ac66ef7efd36cc82a28f1b2 authored almost 6 years ago
Reduce size of the generated property d.ts

lib/types/check/property/AsyncProperty.generated.d.ts:
43.9 Ko -> 32.1 Ko

github.com/dubzzz/fast-check - c7dc389019948dffef7273b97c699289fee58328 authored almost 6 years ago
Only put comments inside *.d.ts

github.com/dubzzz/fast-check - d2d7b5b606094604a1f1642ae36b7886c1caa3ab authored almost 6 years ago
Reduce size of the generated tuple implementation

lib/check/arbitrary/TupleArbitrary.generated.js:
33.4 Ko -> 344 o

lib/esm/check/arbitrary/Tuple...

github.com/dubzzz/fast-check - 82ceb4d1c490c2d47ee81d0829b07acf9889fe60 authored almost 6 years ago
Bump all dependencies

github.com/dubzzz/fast-check - 721d6a662926be9cdf9dab5744ebe63b3c052a76 authored almost 6 years ago
Build against node 11

Node 11 is not a LTS version of node so it will be removed from the list as soon as node 12 beco...

github.com/dubzzz/fast-check - e90aad8360879f8b0bbc18f76b08d9651a55755c authored almost 6 years ago
Bump npm dependencies

github.com/dubzzz/fast-check - 42043a75e2ed3d7afea04205b33e9984435ba695 authored almost 6 years ago
Clean non-copyable bash

github.com/dubzzz/fast-check - f824caf6991b732ef2fa69334ae309ae17616b10 authored almost 6 years ago
docs: simplify copy+paste

github.com/dubzzz/fast-check - 2682148d9755087b4b7a7a9573c90aea36ca4da1 authored almost 6 years ago
Better balance between values produced by `fc.anything()`

Fixes #324

github.com/dubzzz/fast-check - 488f4eb49ab465cf76adf1542ebad9bb4f059396 authored almost 6 years ago
Test good balance between: array, objects, maps, sets and others

github.com/dubzzz/fast-check - aa2b65cd97186fd0b3b488f7f9660f7e4c456b26 authored almost 6 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - b8eb534175d270a04261ab48894bd138c3d80be3 authored almost 6 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 7477982a5518a6146b739a16d122c50f60c01d73 authored almost 6 years ago
Document dedup

github.com/dubzzz/fast-check - 48327289e7c350c4aca338790f50e46677d7ab6e authored almost 6 years ago
Add new flags for object: withBoxedValues, withSet, withMap

github.com/dubzzz/fast-check - 3e02eef161b9a109e980fe259a6342d18f8f4c48 authored almost 6 years ago
Document changes done in ObjectConstraints.Settings

github.com/dubzzz/fast-check - 4dd2f08dca932c7209c17c374c0c675e0dd61d94 authored almost 6 years ago
Check anything can generate any kind of data by default

github.com/dubzzz/fast-check - db991fab58d449350dead84d743dc03044d60261 authored almost 6 years ago
Refactor and add units for fc.anything

github.com/dubzzz/fast-check - 7d6e2361efdc9f6d2dd6638a9b0d07b3faabacdd authored almost 6 years ago
Add links next to features in "Why should I migrate to fast-check?"

github.com/dubzzz/fast-check - 90143a536817ac5fe0279d638ad15993373c12d0 authored almost 6 years ago
Handle cyclic structure in stringify

github.com/dubzzz/fast-check - 161079a0e1e664dcf888b876ad060f65c1fd42d9 authored almost 6 years ago