Skip to content

Releases: philihp/fast-shuffle

v6.1.1

28 Oct 02:01
eac61cb
Compare
Choose a tag to compare
  • Dependent libraries have been updated, which may alleviate a problem with Rollup surfaced in #580
  • Updates build to use Eslint 9
  • Various other build refactors to slim down package.json and move things into their own config.

v6.1.0...v6.1.1

v6.1.0

31 Dec 06:32
b8085ea
Compare
Choose a tag to compare
  • Default export now deprecated, use createShuffle instead (thanks @ahkhanjani)

v6.0.1...v6.1.0

v6.0.1

10 May 22:50
69cce3f
Compare
Choose a tag to compare
  • Update for Node 20 base typescript config (#348) 15d3b36
  • Switch from fn-pcg to pcg, same library different package name (#341) 20ceac5
  • Remove dependency badge fe4b1ff
  • Various devDependency updates

v6.0.0...v6.0.1

v6.0.0

19 Apr 01:58
18331e4
Compare
Choose a tag to compare

BREAKING CHANGES

  • The default randomizer has changed from a Mersenne twister to a PCG. It's faster and better, but you might see some tests break if they were deterministically expecting the same output.
  • No longer testing against Node 14/15. Probably still works, but no warranty. Still need support? Open an issue and I'll help.

Additionally

  • Tests builds against Node 19/20
  • Use a common base tsconfig from here
  • Various dev dependency updates

v5.0.2

30 Aug 22:53
c71fe4d
Compare
Choose a tag to compare
  • fix: automatic eslint'ing for typescript (#220) 8e5b3ac
  • Had a problem with the typings in 5.0.1 (#214) 507e09d
  • Update dependency typescript to v4.8.2 (#218) 795e41d
  • Update dependency @types/jest to v28.1.8 (#217) 42871bb
  • Update dependency ts-jest to v28.0.8 (#216) f1df8fe
  • Update dependency @types/jest to v28.1.7 (#215) a20275f

v5.0.1...v5.0.2

v5.0.1

01 Aug 21:20
2488c71
Compare
Choose a tag to compare
5.0.1

v5.0.0

01 Aug 19:39
c5f092c
Compare
Choose a tag to compare
  • Remove support for Node 10 and 11 cd39b1b

v4.6.0...v5.0.0

v4.6.1

01 Aug 19:45
69afbf2
Compare
Choose a tag to compare

Revert changes, which break on Node 10 and 11

v4.6.0

01 Aug 19:36
bc624de
Compare
Choose a tag to compare

v4.5.1...v4.6.0

v4.5.1

07 Sep 20:35
41198d2
Compare
Choose a tag to compare

dev dependency updates and documentation changes.

v4.5.0...v4.5.1