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