All Versions
127
Latest Version
Avg Release Cycle
20 days
Latest Release
-

Changelog History
Page 8

  • v1.15.0 Changes

    Add auto-skip after time limit option for runners [Code][Diff]

    🔋 Features

    • (PR#352) Ability to auto skip runs after time limit
    • (PR#348) Expose fc.stringify in the API

    🛠 Fixes

    • (PR#354) Doc: Add examples of issues discovered using fast-check
    • 👍 (PR#353) Doc: Better logo
    • (PR#351) Size: Add dependency to tslib - should reduce size of the bundle
    • ✅ (PR#349) Test: No regression snapshot tests

  • v1.14.2 Changes

    🌐 Web authority ports should be within 0-65535 [Code][Diff]

    🛠 Fixes

    • 🌐 (PR#409) Web authority should not produce port outside 0-65535
  • v1.14.1 Changes

    Infinite loop on replays with one-level-deep path [Code][Diff]

    🛠 Fixes

    • (PR#418) Infinite loop when path is one level deep and all runs succeed
  • v1.14.0 Changes

    🆕 New generated documentation and new arbitraries [Code][Diff]

    🔋 Features

    • (PR#339) Add fc.ipV4() and fc.ipV6() arbitraries
    • (PR#340) Add fc.mapToConstant() arbitrary
    • 🌐 (PR#344) Add fc.webUrl() and other web urls related arbitraries
    • (PR#345) Add fc.emailAddress() arbitrary

    🛠 Fixes

    • 📚 (PR#343) Doc: Generate the API documentation with docsify

  • v1.13.1 Changes

    Infinite loop on replays with one-level-deep path [Code][Diff]

    🛠 Fixes

    • (PR#418) Infinite loop when path is one level deep and all runs succeed
  • v1.13.0 Changes

    Remove dependency to lorem-ipsum and more control over fc.anything and fc.object [Code][Diff]

    🔋 Features

    • 🚚 (PR#336) Remove dependency to lorem-ipsum
    • (PR#337) fc.frequency() should be compatible with legacy node
    • (PR#338) Add parameter to customize size of fc.object() and fc.anything()

  • v1.12.2 Changes

    Infinite loop on replays with one-level-deep path [Code][Diff]

    🛠 Fixes

    • (PR#418) Infinite loop when path is one level deep and all runs succeed
  • v1.12.1 Changes

    Lighter bundle [Code][Diff]

    🛠 Fixes

    • (PR#327) Doc: Ability to copy-paste snippets in HandsOnPropertyBased.md
    • (PR#334) Size: Reduce the size of the bundle - Potential issue if your code directly references TupleArbitrary, it should be replaced by Arbitrary<[T1,...]>
  • v1.12.0 Changes

    👍 Better balance between values produced by fc.anything() [Code][Diff]

    🔋 Features

    • 👍 (PR#325) Better balance between values produced by fc.anything()

  • v1.11.1 Changes

    Infinite loop on replays with one-level-deep path [Code][Diff]

    🛠 Fixes

    • (PR#418) Infinite loop when path is one level deep and all runs succeed