Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 3.08 KB

CHANGELOG_5.X.md

File metadata and controls

62 lines (40 loc) · 3.08 KB

CHANGELOG 5.X

5.0.5

Fixes

  • 97fae65 💸 Move GitHub sponsors link first for npm display (#468)

5.0.4

Fixes

  • a922a54 👷 Add extra runs in benchmarks (#463)
  • aa21bc8 👷 Rework benchmark part (#461)
  • f2937e8 💸 Add link to GitHub sponsors in funding (#462)

5.0.3

Fixes

  • bccd91a 🐛 Avoid BigInt crash when importing pure-rand (#432)

5.0.2

Fixes

  • e3c3052 🐛 More resiliency to poisoning on globals (#431)

5.0.1

Fixes

  • e4cafac 🐛 Add "types" to "exports" (#363)

5.0.0

Breaking Changes

  • 4d43670 💥 Remove old API of RandomGenerator (#245)

Features

  • 64c9033 🏷️ Remove never used type (#253)
  • 79dcea6 ⚡️ Re-implement safe skipN/generateN with unsafe ones (#251)
  • 1137604 ⚡️ Add unsafe version of uniformArrayIntDistribution (#252)
  • 1d23433 ⚡️ Add unsafe version of uniformBigIntDistribution (#250)
  • eb6fdea ⚡️ Add unsafe version of uniformIntDistribution (#249)
  • 0c66c2a ⚡️ Prefer unsafe for internal on uniform array-int distributions (#248)
  • d4b6353 ⚡️ Prefer unsafe for internal on uniform int distributions (#247)
  • ac1afe1 🏷️ Introduce typings for UnsafeDistribution (#246)
  • 5b29db5 ✨ Migrate congruential to new API (#244)
  • b5da3e9 ✨ Migrate mersenne to new API (#243)
  • 08cb943 ✨ Migrate xorshift to new API (#242)
  • 1c8b02f ✨ Migrate xoroshiro to new API (#241)
  • 153895c ⚡️ Avoid creating an unneeded instance in xoroshiro::jump (#239)
  • fa94947 ⚡️ Avoid creating an unneeded instance in xoroshiro::jump (#239)
  • bbad88f 🏷️ Add temporary typings of RandomGeneratorWithUnsafe (#238)
  • dbc8582 🚧 Temporarily add a forked interface for RandomGenerator (#235)

Fixes

  • 1eb1467 ✅ Add test helpers for new generators (#240)