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

FIX travis publication causing empty v1.22.0

github.com/dubzzz/fast-check - 5ae576fa8d4645645adce788dd8062451052985f authored almost 5 years ago
Retry publication of v1.22.0

github.com/dubzzz/fast-check - 5e36aca6ea2974b16c6b02b29ffe5a0ab45932c8 authored almost 5 years ago
Retry publication of v1.22.0

github.com/dubzzz/fast-check - d775682553f8ae1715be3841899922a977f65bf7 authored almost 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 152f7635f3991c06dcf0d49214c0ebee8761b60d authored almost 5 years ago
Add an example using a function generator (#542)

Fixes #531

github.com/dubzzz/fast-check - 05aa5098db6a9c8ba1486386e51f46a3a7b863cc authored almost 5 years ago
🐛 Stack overflows while shrinking large arrays of commands (#541)

github.com/dubzzz/fast-check - 7b1fa9ebe3b88b2780769f0fbfc8f0f16765a715 authored almost 5 years ago
✨ Add metadata on the generated sources (#526) (#540)

github.com/dubzzz/fast-check - f4abc62b0c5f23384f4fbfa4110e1c754a5421a9 authored almost 5 years ago
✨ Automatically adds *.js extensions on es module code (#520) (#539)

Related to #478

github.com/dubzzz/fast-check - c2de4fc26540cd674792b8cf37ac8235b57773e3 authored almost 5 years ago
✨ Do not generate internationalized domains (#538)

github.com/dubzzz/fast-check - 5793d79abe0c16b777b0cf8d15ca94a7ce60a5fc authored almost 5 years ago
✨ Add xoroshiro128plus in RandomType (#537)

github.com/dubzzz/fast-check - a4ae170f0e154fe9b96d7e7e1048b1fea55a75db authored almost 5 years ago
🐛 Maximum call stack size exceeded while shrinking large arrays (#505)

github.com/dubzzz/fast-check - dd3adf93215d896891a872319c05d77115070c23 authored almost 5 years ago
✨ Exclude internationalized domains if asked to (#536)

Fixes #532

github.com/dubzzz/fast-check - f143d9a44bd9af0e2675d6583576846594e8dfb7 authored about 5 years ago
🐛 Better independance between values generated during a test suite (#534)

github.com/dubzzz/fast-check - e988a8844e4eb984da34e9fa2943098b1aa461d7 authored about 5 years ago
✅ Enhance isValidArbitrary helper (#535)

github.com/dubzzz/fast-check - b3a4221bec17770ca2bcce7577ad5f97d2fa22b0 authored about 5 years ago
✏️ Tweak & fix typo in Arbitraries.md (#533)

"Combinors" => "Combinators"
Drop "of arbitraries" - these are arbitrary combinators in the Arb...

github.com/dubzzz/fast-check - ed2c71c708c67124f28a0f48bbb9ae9a7e0b68d0 authored about 5 years ago
✏️ Document ways to avoid test runner timeouts (#529)

Related to #528

github.com/dubzzz/fast-check - c7faa1f609875abd42b60b62d14e74338457a065 authored about 5 years ago
✏️ Tweak documentation in Arbitraries.md (#523)

subarray and shuffledSubarray require both min and max in order to constrain the size of the sub...

github.com/dubzzz/fast-check - 93350f2e30bb55ed974c8af3f2a4a83d5a285b2b authored about 5 years ago
Add missing references to lib-old in .*ignore configs (#519)

github.com/dubzzz/fast-check - 6e1e7efa632b474fa57c5eb37e70de6477eb11e4 authored about 5 years ago
✏️ Fix small typo in Arbitraries.md (#518)

"gneerated" => "generated"

github.com/dubzzz/fast-check - 25b94ed318ec170a1d511581d38e7eed8cd4d2f3 authored about 5 years ago
👷 Run tests on next major branches

github.com/dubzzz/fast-check - dcd23a848d53db47b621abb283b0941bb019bb34 authored about 5 years ago
✏️ Add Jest example directly on the README (#511)

github.com/dubzzz/fast-check - a89566072be215962faeaeaf50f3c9915c27af82 authored about 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 34e4a085d7c1132900030af00c999895ce047c78 authored about 5 years ago
🐛 Fix letrec bug when __proto__ set to null (#510)

github.com/dubzzz/fast-check - 47ac7e1a39269f6edddb2d8be69ec65b306dcb65 authored about 5 years ago
🐛 Cache used in `letrec` does not come empty (#509)

Fixes #483

github.com/dubzzz/fast-check - 2bfa9bcfa99cc3790a36c6ce1fac66b1736dd1ff authored about 5 years ago
✅ Check no stack overflow on shrink (#504)

Related to #499

This commit confirms that a well-defined shrinker should never run into stack...

github.com/dubzzz/fast-check - 29a30a4564aae1bf1547c458614168638a1d16ab authored about 5 years ago
Include note about using expect or assert (#503)

Fixes #502

github.com/dubzzz/fast-check - 384e47a6ee9a4b1c86abefe9fca88e61c5357632 authored about 5 years ago
Allow looser return types for AsyncProperty beforeEach and afterEach (#489)

github.com/dubzzz/fast-check - 3f0f94b5298aa109e6962c2620d65d39d60d04ec authored about 5 years ago
Use the latest version of node for STEP=HEAD (#496)

github.com/dubzzz/fast-check - 2bc0d1a17bf55178be1bd2fdb5ceedb3439fc72c authored about 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 7871804cbf5a1717f200f63524ae29fe02af3a95 authored about 5 years ago
Remove unneeded `@param` jsdoc annotations for tuple and property (#495)

github.com/dubzzz/fast-check - 8b00f8318b2ff2fecb85bbbd3243d6b488de7b7c authored about 5 years ago
Remove all *.tsbuildinfo files from the bundle (#494)

github.com/dubzzz/fast-check - c2976f1d9a2f82c63fdb2e2e88f2a241a8bce5ca authored about 5 years ago
✨ Add task attribute onto the returned value of scheduleSequence (#492)

github.com/dubzzz/fast-check - 3cef709d6b9bf59e4bc82dba0db99390e579ff6f authored about 5 years ago
✨ Ability to automatically wrap the tasks resolved by the scheduler (#493)

github.com/dubzzz/fast-check - 25255b91bc4550baea87d7c8b2e70a56253e0bb7 authored about 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - dad75eb22529acd9f34d5f986cc94f21e5f84b81 authored about 5 years ago
Simplify CodeSandbox example for Autocomplete (#487)

github.com/dubzzz/fast-check - 83670849957676c64a5926feecb1257da93e6f26 authored about 5 years ago
✨ Add `fc.scheduler` arbitrary (#479)

github.com/dubzzz/fast-check - 5bcf5e5fc4d8acd081f8f3a186c068be26163b57 authored about 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 75f07f0c680a1fdb883950c2f6648c398babc812 authored about 5 years ago
👷 Configure CodeSandbox CI (#481)

github.com/dubzzz/fast-check - 7f06ded629e7fde0b421047983a636fb769aa155 authored about 5 years ago
🐛 Fix example/003-misc/roman for CodeSandbox (#476)

CodeSandbox is using an older version of TypeScript that does not allow to use `as const`

github.com/dubzzz/fast-check - ab42d55216e88d1f3b6b74a833db5f0a4454f16f authored about 5 years ago
🚨 Enable no-unused-vars eslint rule (#474)

github.com/dubzzz/fast-check - 7181dad5a01c0811eccd51965c3a988382e00f69 authored about 5 years ago
✅ Add tests for typings based on tsd (#464)

github.com/dubzzz/fast-check - 98a1526c1dc4fbbd966c7fa6638da1818ce4bd5c authored about 5 years ago
🔧 Do not run travis outside of master and PRs for master (#475)

github.com/dubzzz/fast-check - 1e67c8e63b64c262a8767a04ca7724e5a2173989 authored about 5 years ago
Clean unused variables in units (#473)

Related #448

github.com/dubzzz/fast-check - 951b8583897844e9d252ef5f93a65ec4d3fcbdc1 authored about 5 years ago
🏷️ Minor fixes related to internal typings (#471)

github.com/dubzzz/fast-check - e143a713b95e87147d292a01f30baf9d6d607af0 authored about 5 years ago
Add example showing how to test fromRoman/toRoman (#472)

github.com/dubzzz/fast-check - f17e25d7fdb1f85a577ec557a06a4ae91b6a2e96 authored about 5 years ago
🐛 FIX CodeSandbox tests not running properly due to typos (#470)

github.com/dubzzz/fast-check - e739bd6db208d5b47c32e91d596a90f2bb49c1a6 authored about 5 years ago
✏️ Fully revamp example/ directory for a better CodeSandbox showcase (#469)

github.com/dubzzz/fast-check - ffa7dac4cf580193b07eec85ce60a6386a846593 authored about 5 years ago
Fix typo in README

github.com/dubzzz/fast-check - 1407591f7414df1aec59097d9e97e89e3b5f275a authored about 5 years ago
🏷️ Adapt and expose IRawProperty, IProperty and IAsyncProperty types (#463)

github.com/dubzzz/fast-check - 5f54476321cad6b664683384a8364d4a567926bf authored about 5 years ago
✅ Update package.json to have the tests running in CodeSandbox (#467)

github.com/dubzzz/fast-check - c2b95eae82499b38ae159e1c6897aefb40e6636d authored about 5 years ago
✅ Use Jest to run tests in example/ (#466)

github.com/dubzzz/fast-check - 0c965e60aa6642ed2a06b6bb01acdfbe56746c78 authored about 5 years ago
✅ By default tests within example/ run against published fast-check (#465)

github.com/dubzzz/fast-check - d0162e947792688c0b17f557d96957b2451056a8 authored about 5 years ago
🔧 Moving away from npm, switching to yarn (#449)

github.com/dubzzz/fast-check - 7859a5356b352f9f769d5511559d828644316735 authored about 5 years ago
Update CHANGELOG.md

github.com/dubzzz/fast-check - 49228e83d0a45a56ff800ee1043b590fe7b34d51 authored over 5 years ago
Fix typing regression on object introduced by #436 (#459)

github.com/dubzzz/fast-check - e03cacf02152d69820cd5059c8d631a513d1b788 authored over 5 years ago
:white_check_mark: Use ts-jest/utils mocked instead of our own (#457)

github.com/dubzzz/fast-check - 8e21fe27ec731cf4c27f5994d5c9498ad218fe09 authored over 5 years ago
:arrow_up: Bump all dev dependencies (#456)

github.com/dubzzz/fast-check - 05ac12b4ef1f7e0d7c0d918cb7622271086c82c8 authored over 5 years ago
:wrench: Add watch mode test and build scripts (#455)

github.com/dubzzz/fast-check - 0b73c0a270f4a6232c2362808ddbe68d93f5474c authored over 5 years ago
✨ Implement interruptAfterTimeLimit (#428)

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

github.com/dubzzz/fast-check - 30ef5f87b758d0a72e323ddec7bc7f6d286e9057 authored over 5 years ago
:arrow_up: Bump direct dependencies (#454)

github.com/dubzzz/fast-check - 377b74369ca56a501cc24a7132b0d29cfddee0d8 authored over 5 years ago
Update key for Travis CI (#453)

github.com/dubzzz/fast-check - 8502ab0c5c6429812716b2b1f7fe9d8a7299f9c1 authored over 5 years ago
no-unused-vars in test/e2e (#451)

github.com/dubzzz/fast-check - 897b73543971b430b0704e0e8deb3ea0993ed87a authored over 5 years ago
🚨 Fix eslint errors related to no-prototype-builtins (#447)

github.com/dubzzz/fast-check - 34ab48027f873818bb205670fe2062a763e61aca authored over 5 years ago
Add code contributors in README.md (#446)

github.com/dubzzz/fast-check - 3ddb35a5e3ad726f56bc77fbef82197f1b37ce32 authored over 5 years ago
Provide global parameters definition (#439)

github.com/dubzzz/fast-check - 7cda41184919e133cb2f2a1e826b9e3ae0f42652 authored over 5 years ago
Update CONTRIBUTING.md

github.com/dubzzz/fast-check - e754002ef25e40a7d904722a006f4446bb785e44 authored over 5 years ago
Missing fc.frequency documentation (#444)

github.com/dubzzz/fast-check - 1f2b32ce6718addbfe66499a169580b4a57b09d2 authored over 5 years ago
Added WeightedArbitrary in the list of members exported by fast-check-default.ts (#443)

github.com/dubzzz/fast-check - caafcf53b74452afb2faa31c24e4ee6c1df5a65a authored over 5 years ago
Migrate from tslint to eslint (#440)

github.com/dubzzz/fast-check - 85898774534be22b98a9b0ec081496eb06367405 authored over 5 years ago
Set "sideEffects" to false into package.json (#438)

This flag can be used by webpack to enable tree-shaking on the module.
See https://webpack.js.o...

github.com/dubzzz/fast-check - 16e95f545f0b78573cc7ca9c32a792d584f34842 authored over 5 years ago
any -> unknown in exported signatures for object/anything arbitraries (#436)

* any -> unknown in exported signatures for object/anything arbitraries

* add myself among co...

github.com/dubzzz/fast-check - 9013969d4dcdd8a712d57e4432c22897fc577047 authored over 5 years ago
Factorize travis steps to limit time spent by CI

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

github.com/dubzzz/fast-check - 10413a069818220c8bdca1a32f467a5cad0daab6 authored over 5 years ago
Generate string representations of JS objects in fc.object/fc.anything (#400)

github.com/dubzzz/fast-check - 7511d5286ed095a7c15660d3eecf28ab1b98d455 authored over 5 years ago
Remove config for CircleCI (OSS plan too short)

github.com/dubzzz/fast-check - 9d862218e1eddc06507d32a88cf73fb5a40a29a4 authored over 5 years ago
Add basic Circle-CI configuration

github.com/dubzzz/fast-check - b0e0a63bc7c027f93ecab8d9f317268215585a98 authored over 5 years ago
Add version specific implementations for uuid (#433)

* Produce UUID according to RFC 4122

Related to #431

* Only produce uuid of version 1 to 5...

github.com/dubzzz/fast-check - 49902834edee13c411d221968e74e0b7e692d479 authored over 5 years ago
Add table of contents on top of the documentation (#434)

* Add table of contents for AdvancedArbitraries

* Add table of contents for Tips

* Add tab...

github.com/dubzzz/fast-check - a8dd73860f5bd2dc89a6528c4d94dba0a66b2573 authored over 5 years ago
Fix for ts3.7-pr33401 (#432)

github.com/dubzzz/fast-check - 7c60013755326bc2f75bd3f6e2f199808f37139d authored over 5 years ago
No timeout expiration on node blocks exit (#430)

* No timeout expiration on node blocks exit

Fixes #429

* Better units on TimeoutProperty

github.com/dubzzz/fast-check - 900b8e8ac7d2934beea7f6d3b15d9e3a4d33ecb9 authored over 5 years ago
Revert "No timeout expiration on node blocks exit"

This reverts commit f03236966337bc484705e6f8ae7b2036e7ef6442.

github.com/dubzzz/fast-check - 143cac1c9a0ed80455524f2d41cd5d9787ae351b authored over 5 years ago
No timeout expiration on node blocks exit

Fixes #429

github.com/dubzzz/fast-check - f03236966337bc484705e6f8ae7b2036e7ef6442 authored over 5 years ago
Add UUID arbitrary (#411)

* Add UUID arbitrary

* Remove fc.uuidExtended (can be done using mixedCase)

* Add uuid units

github.com/dubzzz/fast-check - 4bd8d6e500c53a7989a761cf31da932c3eca521d authored over 5 years ago
Add ability to customize the null of fc.option (#401)

Related to #391

github.com/dubzzz/fast-check - e1dedb2926ad811999642064a77d9f5f76c2ce68 authored over 5 years ago
Support all the range of valid ipV4 (#393)

* Support all the range of valid ipV4

* Rename withExtendedIP to withIPv4Extended

* Do not...

github.com/dubzzz/fast-check - beea09546d6fdd84ed2e2995d8de9b56b4f1fc93 authored over 5 years ago
Add mixedCase arbitrary (#427)

* Add mixedCase arbitrary

Fixes #426

* Extract countToggledBits outside of the class

* ...

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

github.com/dubzzz/fast-check - 29bad49d867261c56929dafa1cffdf688a626fde authored over 5 years ago
skipAllAfterTimeLimit throws an error instead of skipping tests (#425)

Related to #423

github.com/dubzzz/fast-check - 25fafde3506bf24fd6d7c3d6f6505494eb8f6ed4 authored over 5 years ago
Add link to awesome fast-check

github.com/dubzzz/fast-check - 0ebc9bc12066a3d0e11afe44119c87c5d7a6764e authored over 5 years ago
Rework unit tests of DateArbitrary (#422)

Related to #419

github.com/dubzzz/fast-check - 2cd5a7eb1f42187dfb4ebef157b7361b83e06d61 authored over 5 years ago
Add Date arbitrary (#420)

* Add Date arbitrary

* fix after 1st comment

* run fomat and lint

* fix after 2nd comment

github.com/dubzzz/fast-check - e84f524f7714d17e139f6cdaf98f04730faa4ce5 authored over 5 years ago
Update CONTRIBUTING.md

github.com/dubzzz/fast-check - fbec7ec10a0cc112a81f52fdf44bc8c5c7faa629 authored over 5 years ago