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

Changelog History
Page 4

  • v2.7.1 Changes

    Avoid unsafe eval [Code][Diff]

    ๐Ÿ›  Fixes

    • ๐Ÿ”’ (PR#1408) Bug/Security: Avoid using unsafe-eval in implementation of getGlobal
  • v2.7.0 Changes

    November 15, 2020

    ๐Ÿ‘ Better bias for integers and any derived arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • (PR#1020) Faster implementation for set
    • (PR#1034) Stricter limits on email arbitrary
    • โš  (PR#1035) Stricter limits on domain arbitrary :warning:
    • ๐Ÿ‘€ (PR#1160) Add commit hash into the generated package (see fc.__commitHash)
    • โš  (PR#1149) Bias towards extreme values for integer and bigint :warning:

    ๐Ÿ›  Fixes

    • (PR#1112) Bug: Constraints on fc.date might be wrongly applied
    • (PR#1139) Bug: Bump pure-rand to fix large integers
    • ๐Ÿ“ฆ (PR#1085) CI: Check package's compatibility against latest node
    • ๐Ÿ“ฆ (PR#1086) CI: Add Skypack package score during tests
    • (PR#1155) CI: No more Travis CI, switch to GitHub actions - (PR#1155, PR#1156, PR#1157, PR#1158)
    • (PR#1159) CI: Faster installs from production bundles
    • (PR#1097) Typo: Fix typo in Tips.md
    • โš  (PR#1140) Tool: Clean warnings related to ts-jest

  • v2.6.1 Changes

    November 07, 2020

    Wrongly typed fc.record [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#1142) Typings: Wrongly typed fc.record
  • v2.6.0 Changes

    October 21, 2020

    Towards a uniform way to constrain arbitraries - step 3: number arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • ๐Ÿ‘€ (PR#1067) Unify signatures on arbitraries: fc.bigInt and fc.bigUint (see #992)
    • ๐Ÿ‘€ (PR#1068) Unify signatures on arbitraries: fc.float and fc.double (see #992)
    • ๐Ÿ‘€ (PR#1076) Unify signatures on arbitraries: fc.integer and fc.nat (see #992)
    • ๐Ÿ‘€ (PR#1080) Mark old signatures as deprecated (see #992)

  • v2.5.1 Changes

    November 07, 2020

    Wrongly typed fc.record [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#1142) Typings: Wrongly typed fc.record
  • v2.5.0 Changes

    October 14, 2020

    Towards a uniform way to constrain arbitraries - step 2: remaining arbitraries except number related ones [Code][Diff]

    ๐Ÿ”‹ Features

    • (PR#1023) Unify signatures on arbitraries: fc.*[jJ]son* (see #992)
    • ๐Ÿ‘€ (PR#1026) Unify signatures on arbitraries: fc.lorem (see #992)
    • ๐Ÿ—„ (PR#1063) Rename fc.dedup into fc.clone (older name has been deprecated for the moment)
    • (PR#1065) Add withDate option on fc.object

    ๐Ÿ›  Fixes

    • โšก๏ธ (PR#1022) Tool: Script udate:examples should not fail on updates
    • ๐Ÿ‘ (PR#1024) Doc: Support fc.option in codemod for #992
    • ๐Ÿ‘ (PR#1025) Doc: Support fc.commands in codemod for #992

  • v2.4.1 Changes

    November 07, 2020

    Wrongly typed fc.record [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#1142) Typings: Wrongly typed fc.record
  • v2.4.0 Changes

    September 28, 2020

    Towards a uniform way to constrain arbitraries - step 1: array-like arbitraries [Code][Diff]

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ (PR#954) Stringify supports typed arrays and buffers
    • (PR#973) Clean unneeded lines on toString for function arbitraries
    • ๐Ÿ‘€ (PR#986) Unify signatures on arbitraries: fc.array (see #992) :warning:
    • ๐Ÿ‘€ (PR#988) Unify signatures on arbitraries: fc.set (see #992)
    • ๐Ÿ‘€ (PR#1010) Unify signatures on arbitraries: fc.*string (see #992) :warning:
    • ๐Ÿ‘€ (PR#1011) Unify signatures on arbitraries: fc.*subarray (see #992)

    ๐Ÿ›  Fixes

    • (PR#975) Doc: Add runkit code example
    • (PR#992) Doc: Add automatic simplification of min and max in codemod for #992
    • (PR#993) Fix: Do not depreciate overloads for array-like (yet)
    • (PR#1012) Fix: Adopt a safer signature recognition on array and set
    • โœ… (PR#1014) Test: Ensure old non-unified syntaxes still work
    • (PR#991) Tool: Fix .prettierignore
    • (PR#976) Typo: Use WebUrlConstraints instead of an inlined typing for webUrl

  • v2.3.1 Changes

    November 07, 2020

    Wrongly typed fc.record [Code][Diff]

    ๐Ÿ›  Fixes

    • (PR#1142) Typings: Wrongly typed fc.record
  • v2.3.0 Changes

    September 09, 2020

    โž• Add global beforeEach and afterEach hooks [Code][Diff]

    ๐Ÿ”‹ Features

    • (PR#900) Add global beforeEach/afterEach hooks

    ๐Ÿ›  Fixes

    • ๐Ÿ“š (PR#970) Doc: Rewrite the documentation to better target JavaScript users