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
* 📝 Rework the "bug discovered with fast-check" section of the README
* versions
github.com/dubzzz/fast-check - b76f0a6a6ccbf1d0659520b955e53d0523a787b8 authored over 2 years agogithub.com/dubzzz/fast-check - ddb3d4e382f19b266c0ab6b632464e2c0c3d84a4 authored over 2 years ago
Up-to-now, changelogs and migration guides were on the root of the project, we moved them down t...
github.com/dubzzz/fast-check - c2600091f0410b301142254cde5cc61cd0385f78 authored over 2 years agogithub.com/dubzzz/fast-check - d77c48a6b8b87c6cea26508da92eed0273852556 authored over 2 years ago
Mostly making some simplification within the code translating partial constraints with missing p...
github.com/dubzzz/fast-check - c18b4cfaa2cc441529552691f369d5ae0baa450e authored over 2 years agogithub.com/dubzzz/fast-check - dd02cfebaf092c544d4d6e2a14ae1a3e85a697a9 authored over 2 years ago
Inspired from what has been applied on [redux-toolkit](https://github.com/reduxjs/redux-toolkit)...
github.com/dubzzz/fast-check - 8a64a60554628a6a21b5e2a2cfc727a667a91311 authored over 2 years ago* 👷 Setup for `yarn version check`
Adopt the first building blocks for the yarn-style release...
github.com/dubzzz/fast-check - 6bc03bdd657c80ab3156dac7b950e1cb547045ff authored over 2 years ago* 👷 Define top-level scriot to simplify build and test
* Reanme build script of codesandbox
* ...
github.com/dubzzz/fast-check - 4644dcc2611833e32e99cb4857e5f496eadcb2fe authored over 2 years agoLeverage workspaces introduced in #2986 to stop relying on `../../lib` to import the build versi...
github.com/dubzzz/fast-check - 818a8a2eb9734ea4f70ac8166d49cd5202454830 authored over 2 years agogithub.com/dubzzz/fast-check - 2b7c2c632821f1f9e1bd10d1a86c947a01f6d4fa authored over 2 years ago
github.com/dubzzz/fast-check - f64dea770c923459052be303f0b4882e2efecf1f authored over 2 years ago
github.com/dubzzz/fast-check - af94b68a45307060f2a681a66edce18b22d53c9b authored over 2 years ago
github.com/dubzzz/fast-check - 6df672d02c62382bf9d44f17367624e0636318d3 authored over 2 years ago
Dedicated benchmarks have been put in place in https://github.com/dubzzz/fast-check-benchmarks. ...
github.com/dubzzz/fast-check - aba6c896212afa4bb5fdc342a581f92ad3af126e authored over 2 years agogithub.com/dubzzz/fast-check - 8729007dc22e8e21929150d944325c1ae8801023 authored over 2 years ago
github.com/dubzzz/fast-check - caa36c06cad498e5bc2629c7b7762fddf06dffa1 authored over 2 years ago
Simplify the build workflow by using `yarn workspace *` instead of `cd packages/*` whenever poss...
github.com/dubzzz/fast-check - e8ef9c96c36ff8cf4c729d331c5f690c0950f342 authored over 2 years agoRelated to #2986
github.com/dubzzz/fast-check - 59048380f46a2135b3c4776fa46a3ddc9b0df743 authored over 2 years agoSwitch to Yarn 3 as started by #858. Start adopting a monorepo approach as requested by #616.
...
github.com/dubzzz/fast-check - 8250293f92aef8c26558e1a63519bfef96b30dfb authored over 2 years agoRelated to #616
github.com/dubzzz/fast-check - 296cde419382eac6fe257ac4105a893dbdf5cfcc authored over 2 years agoRelated to #616
github.com/dubzzz/fast-check - cf156afed17978f7d78434d36b1370116c80576e authored over 2 years agoCo-authored-by: Renovate Bot <[email protected]>
github.com/dubzzz/fast-check - ff463f1fcf9ec391ccba1290cf245e22b7ef2228 authored over 2 years agoRelated to #616
github.com/dubzzz/fast-check - 86164f1b12f010f25fbd16a5acc63bd1c3348dc8 authored over 2 years agogithub.com/dubzzz/fast-check - 90de1ba3985a9ed6a8c02005c12a1c94675ab7f9 authored over 2 years ago
github.com/dubzzz/fast-check - 37e6f152a6d6d2c93f1d1085c0cba2b58b69b9fc authored over 2 years ago
While it should not be used to release minor versions (no breaking) not major ones (not the righ...
github.com/dubzzz/fast-check - 9c6941c90fc1b4a9865d492d7d1ec1d8aa8f2cfd authored over 2 years agoRename `depthFactor` into `depthSize` for one main reason: the current attribute was used for bo...
github.com/dubzzz/fast-check - bb5fc2aea56dd4a7ba6f7c9d63f6f5e3f6a9a8d3 authored over 2 years ago* 🏷️ Better typings for `letrec`
As suggested in issue #1164 and then in the PR #1572, typings ...
github.com/dubzzz/fast-check - 3ac5642e2ea2bd35936d59a151370c7ec447b330 authored over 2 years agogithub.com/dubzzz/fast-check - 5c6136ab29ebde0233400f0c2442a421b82ae03e authored over 2 years ago
* ✨ Add big int typed arrays arbitraries
It was initially supposed to be part of #1212 but fina...
github.com/dubzzz/fast-check - 2b200bc453bb4d51c30a3ac3fbdd7e7c0d51d746 authored over 2 years ago* 👷 Check the generated lib against ES standard
While running some code against Node 8 makes us...
github.com/dubzzz/fast-check - 6aa421aae3cae6c9964bfa7226aec519a6b9ea3b authored over 2 years agoThe previous implementation would have crashed if user threw a Symbol. While the case is rare an...
github.com/dubzzz/fast-check - 64b52502cf82f0e5965ccdbdfe98030a96e2b041 authored over 2 years agoPassing the original instance of `Error` into `RunDetails` can make users wanting to read from t...
github.com/dubzzz/fast-check - 44e188bd353ab99ff7686451fd4053165a154d20 authored over 2 years agoThe move from fast-check old engine to its new version in v2 broke `fc.sample` when called on pr...
github.com/dubzzz/fast-check - d0feee9eddaa51463074d76dfa4ba39c0cbc55cb authored over 2 years agoWith v3, we want to remove some redundant arbitraries like `oneof` vs `frequency`. Both play clo...
github.com/dubzzz/fast-check - c0b9dc133d03d2a8f183d0b73bb0eecc71b096af authored over 2 years agoUp-to-now any Error intercepted by fast-check got intercepted by Property and translated immedia...
github.com/dubzzz/fast-check - bd8e994fb9e265ea042e1f915742e03ce21db8d6 authored over 2 years ago`oneof` will handle all the cases handled by `frequency` plus its own ones. We plan to remove `f...
github.com/dubzzz/fast-check - 5a77faac533782cf57004358ab7b37f702f2da1c authored over 2 years agoUp-to-now the only usage of `defaultSizeToMaxWhenMaxSpecified` has been length. It was initially...
github.com/dubzzz/fast-check - 8b0106f85d6bc09142a47af082a16c30c794a0c4 authored over 2 years agoOriginally defaulted to true to preserve backward compatibility, we don't want to keep it to tru...
github.com/dubzzz/fast-check - 9bcb40607404ba4cee768e88e6196a3c9274c788 authored over 2 years agoJust stop specifying an unneeded default value for the maximal number of items to be generated b...
github.com/dubzzz/fast-check - 5462057b74e88b81be5ee524977e15ac13804b93 authored over 2 years agoUp-to-now, the maximal number of keys for a value generated out of `anything`, `json` and others...
github.com/dubzzz/fast-check - f5d30b90534b4f997821333570ead340ebeb7bf1 authored over 2 years agoUp-to-now the size of 'max' has been reserved to length-related sizes. We want to extend its sup...
github.com/dubzzz/fast-check - 918e559f1781d3e3e2c701b489e79af09161b896 authored over 2 years agoFor backward compatibility reasons, this behaviour has only be applied on some existing structur...
github.com/dubzzz/fast-check - e7fb757dbc0b1eb9d2c8814885617ed27b553d6c authored over 2 years agoThose TODOs were mostly old remarks not true anymore following the migration from `set` to `uniq...
github.com/dubzzz/fast-check - c5feb9409c0c900d1231bd7e004912fb04f01b6f authored over 2 years agoInitially merged as #2535 for alphas of v3, this PR mostly rename legacy "next" helpers so that ...
github.com/dubzzz/fast-check - 70a3bfbc9a41df8a1ebe29300933b8a9f935ee9e authored over 2 years agoInitially merged as #2525 for alpha versions of v3.
This PR mostly cleans some dead code and ...
github.com/dubzzz/fast-check - 4daa63365980bce80e3baafb1cce222e77f351b5 authored over 2 years agoThis PR was initially merged as #2524 for the alpha versions of the v3. We re-opened it for the ...
github.com/dubzzz/fast-check - cf1473e16b07155ed4d3297c7100887a69b103a1 authored over 2 years agoInitially opened as #2515 for alpha versions of v3.
This PR replaces the legacy API of `Arbit...
github.com/dubzzz/fast-check - 51f32655b2341bd7732d637b773df68bd8b149a3 authored over 2 years agoExisting tests were written based on the legacy `Arbitrary`. It was a blocking point for the who...
github.com/dubzzz/fast-check - 3d715234ae2e9cd72bd837b52831bd071140259b authored over 2 years agoThis PR is a revamped version of #2498 which targetted the alpha version of v3.
The aim is to...
github.com/dubzzz/fast-check - a0324fdbd2fd4ae18dd81516476615dc41721d39 authored over 2 years agoRemove forked typings of `pure-rand` and only expose the ones coming with the library `pure-rand...
github.com/dubzzz/fast-check - ff954442d51e00269fb8662c05412ff165df7701 authored over 2 years agoDropping `fc.genericTuple`, replacing it by `fc.tuple` which is now fully able to handle all the...
github.com/dubzzz/fast-check - 18afcb2d6fe9ed9b93abad795660687c87e74f61 authored over 2 years ago
Drop any legacy signatures of `fc.integer` as planned in #992.
Any signature marked as deprecat...
Originally merged as #1518 for alpha versions, this PR takes advantage of the new baseline being...
github.com/dubzzz/fast-check - b209dc09f121db2d0c534e3d49a0b6090b7b9b19 authored almost 3 years agoInitially merged for alpha versions of 3.x under #1519, this PR add support for any number of cl...
github.com/dubzzz/fast-check - eb7fdf6db55bd74c3aa9f326fd3a487abe256e1b authored almost 3 years ago* 💥 Remove fully deprecated arbitraries
Initially issued as #1510 for alpha versions of 3.x, th...
github.com/dubzzz/fast-check - 25b919029878e27853060c5ccc8f894653d3b9f6 authored almost 3 years ago
Drop any legacy signatures of `fc.float`/`fc.double` as planned in #992.
Any signature marked a...
Officially dropping support for TypeScript <4.1 for next major aka 3.x.
In version 2.x of fas...
github.com/dubzzz/fast-check - 249b2bc00e44f3e24dbb57c32c1d3ba4662d92f9 authored almost 3 years ago
Drop any legacy signatures of `fc.lorem` as planned in #992.
Any signature marked as deprecated...
Drop any legacy signatures of `fc.json` and related as planned in #992.
Any signature marked as...
Drop any legacy signatures of `fc.option` as planned in #992.
Any signature marked as deprecate...
Drop any legacy signatures of `fc.commands` as planned in #992.
Any signature marked as depreca...
Drop any legacy signatures of `fc.*subarray` as planned in #992.
Any signature marked as deprec...
Drop any legacy signatures of `fc.string` and related as planned in #992.
Any signature marked ...
Drop any legacy signatures of `fc.array`as planned in #992.
Any signature marked as deprecated ...
Co-authored-by: Renovate Bot <[email protected]>
github.com/dubzzz/fast-check - 2e9efd8ba3bb7ffe86ccd81053864b2b844fad04 authored almost 3 years agogithub.com/dubzzz/fast-check - 14ebd79475fe5a96d4a8bcae25e176250bac2a3a authored almost 3 years ago
github.com/dubzzz/fast-check - 0d6106964cce7ea0b670f32ed59bfeb2bde900ab authored almost 3 years ago
* ⬆️ Update jest monorepo
* Add missing jsdom for example/
* Fix renamed snap
* Fix tim...
github.com/dubzzz/fast-check - 427e57f0d90ecc2c9d919edb0043c224edc1a2fa authored almost 3 years agoUp-to-now those helpers have been pulled from `ts-jest`. But in recent releases they have been m...
github.com/dubzzz/fast-check - 1c2da6aed8875d7c839f4cabb294a2afbc1940f3 authored almost 3 years agogithub.com/dubzzz/fast-check - 6af9f2fd8f406c89322bd0c849668f1f21a8fcea authored almost 3 years ago
github.com/dubzzz/fast-check - 1c11ea358f00bac02e986200cb90608e11a6e903 authored almost 3 years ago
github.com/dubzzz/fast-check - 8b8e3edd913ce6172339503d20cf3f67eb9676a1 authored almost 3 years ago
github.com/dubzzz/fast-check - 2aa1f07a5a54b1b2fe4e77c92a17beaa85d8bd2b authored almost 3 years ago
* 🔖 Update CHANGELOG.md for 2.25.0
* Update CHANGELOG.md
Co-authored-by: github-actions[bo...
github.com/dubzzz/fast-check - 4c36a82eca7402fb502db7d227b192eb458b2f15 authored almost 3 years agoCo-authored-by: Renovate Bot <[email protected]>
github.com/dubzzz/fast-check - cf59871414985225751318eb758baccaff0eba79 authored almost 3 years agoCo-authored-by: Renovate Bot <[email protected]>
github.com/dubzzz/fast-check - 95e1d8fb03692498f5aa0ab6b4c8943f76db917e authored almost 3 years agoCo-authored-by: Renovate Bot <[email protected]>
github.com/dubzzz/fast-check - a62a292a49d56e685ea5dea7bd0d7794457cef18 authored almost 3 years agogithub.com/dubzzz/fast-check - 5da697ed1e1d01267f38c73744be9a973e118112 authored almost 3 years ago
github.com/dubzzz/fast-check - 20a6644ac135ba33364d56f075eb4f33a48ea7a5 authored almost 3 years ago
github.com/dubzzz/fast-check - f7f730dfbb2ae2a1598bde4caf456cacc6681ef8 authored almost 3 years ago
* Add renovate.json
* Update renovate.json
Co-authored-by: Renovate Bot <[email protected]...
github.com/dubzzz/fast-check - 7a5b61e3f909185266f9cb22538d87b8237fce02 authored almost 3 years agoBumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...
github.com/dubzzz/fast-check - f46489bc3cf5707c0e75fc4d0715cb96081ed747 authored almost 3 years agoBumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...
github.com/dubzzz/fast-check - a049f436be28157a0d06b0ff8e7fc15f5b6d0fca authored almost 3 years agoBumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extra...
github.com/dubzzz/fast-check - 1c25fddabc3e8bae7c4738954017e276d2c280ef authored almost 3 years agoBumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...
github.com/dubzzz/fast-check - 67ef4dc60dc02903d62a97936db079f88837e1fe authored almost 3 years ago
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release no...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-ac...
github.com/dubzzz/fast-check - 7551500ae9a7555f444e313f91a739d7e8c0cfe2 authored almost 3 years ago
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.36 to 0.14.38.
- [Release notes](htt...
Bumps [netlify-cli](https://github.com/netlify/cli) from 9.16.7 to 10.0.0.
- [Release notes](htt...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to ...
github.com/dubzzz/fast-check - c135bd5c14cf5d1618ed7f9b981dc7cc4cb3f594 authored almost 3 years ago
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.34 to 0.14.38.
- [Release notes](htt...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...
github.com/dubzzz/fast-check - 00d557e34849ae19c12e5e7b5f3dc1441317f13a authored almost 3 years agoBumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-re...
github.com/dubzzz/fast-check - 84dcce7c78990f9d53329a66c4c217c72e11d88d authored almost 3 years ago
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.34 to 0.14.36.
- [Release notes](ht...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...
github.com/dubzzz/fast-check - a26dd51994173e013c48d85adefad208cef17f2c authored almost 3 years ago
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
- [Release notes](https...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) f...
github.com/dubzzz/fast-check - 971e157e43e41aba86efaaf14b53b1d4882b24b3 authored almost 3 years ago
Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
- [Release notes](https...