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

Changelog History
Page 11

  • v1.5.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.5.0 Changes

    โœ… Property based test state machine: UI, automata. [Code][Diff] โž• Addition of subarray and shuffledSubarray arbitraries

    ๐Ÿ”‹ Features

    • (PR#177) Add subarray and shuffledSubarray arbitraries
    • โœ… (PR#157) Model based testing and commands
    • ๐Ÿ–จ (PR#158) Characters shrink towards printable ascii

    ๐Ÿ›  Fixes

    • ๐Ÿš€ (PR#170) Fix: fullUnicode and fullUnicodeString were failing on old releases of node
    • โšก๏ธ (PR#178) Doc: Update typedoc
    • (PR#161) Doc: Suggest bundle.run instead of jsdelivr

  • v1.4.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.4.0 Changes

    โœ… Suggest custom test values with examples [Code][Diff]

    ๐Ÿ”‹ Features

    • โœ… (PR#148) Manually add concrete examples to test

    ๐Ÿ›  Fixes

    • (PR#153) Edit npm project description
    • ๐Ÿ“ฆ (PR#152) Add minimal supported node engine version in package.json
    • (PR#149) Bump npm dependencies

  • v1.3.0 Changes

    Filter invalid values directly in predicates using fc.pre [Code][Diff]

    ๐Ÿ”‹ Features

    • ๐Ÿ‘€ (PR#140) Make seed and path copy pasteable
    • ๐Ÿšš (PR#138) Remove core-js, no more global namespace pollution
    • (PR#118) Enable preconditions in predicate

  • v1.2.3 Changes

    โฌ‡๏ธ Reduce package footprint and less restrictive API for oneof/frequency [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#135) Do not force explicitly one parameter in oneof/frequency
    • โœ๏ธ (PR#134) Doc: Typos in README
    • (PR#132) Add missing exports for jsonObject and unicodeJsonObject
    • ๐Ÿ“ฆ (PR#131) Reduce package size
    • (PR#130) Doc: Examples for generation of recursive structures
  • v1.2.2 Changes

    Less restrictive API for constantFrom [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#123) Do not force explicitly one parameter in constantFrom
  • v1.2.1 Changes

    โšก๏ธ Readme update [Code][Diff]

    ๐Ÿ›  Fixes

    • โœ… (b80b4f92) Doc: Model based testing example
    • (cc4f4f4f) Doc: Getting started tutorial
  • v1.2.0 Changes

    Built-in chaining of arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • (PR#103) Use the output of arbitraries to produce other ones with .chain(...)
    • (PR#114) Add shrink for fc.lorem
    • ๐Ÿ‘ป (PR#116) Throw exception in case of bad path when trying to replay a failure

    ๐Ÿ›  Fixes:

    • ๐Ÿ“š (PR#117) Doc: Fully revamp the documentation
    • (a5dcd71c) Doc: New logo

  • v1.1.4 Changes

    ๐Ÿ‘ Better performance for biased arbitraries (=default) [Code][Diff]

    ๐Ÿ›  Fixes

    • ๐ŸŽ (PR#107) Fix: Performance issue when using biased arbitraries
    • โœ… (743d7619) Fix: Bump to the latest version of pure-rand