Releases: philihp/fast-shuffle
Releases · philihp/fast-shuffle
v6.1.1
v6.1.0
- Default export now deprecated, use createShuffle instead (thanks @ahkhanjani)
v6.0.1
v6.0.0
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
- 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.0
v4.6.1
v4.6.0
v4.5.1
dev dependency updates and documentation changes.