Skip to content

v6.0.0

Compare
Choose a tag to compare
@philihp philihp released this 19 Apr 01:58
· 280 commits to main since this release
18331e4

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