Releases: zeh/prando
Releases · zeh/prando
v6.0.1
v6.0.0
- Fix: removed extraneous RNG recalculation calls in
nextChar()
andnextArrayItem()
(breaking change) (thanks @fturmel)
@fturmel - Change (tests): Raise jest coverage for statements and branches, and execute the whole test suite on both UMD and ES outputs (thanks @fturmel)
- Change (build): updated all build dependencies to latest version, removed some unneeded ones
- Change (tools): removed TSLint, added ESLint and Prettier
- Change (style): added missing explicit additional types in functions, typos, linting (thanks @fturmel)
- Change (docs): updated installation instructions with yarn
v5.1.2
v5.1.1
v5.1.0
v5.0.0
v4.0.0
- Invalid seeds (0, "") don't break the generator anymore (thanks @burdakovd)
- Random (default) seed uses a number in the valid seed range, and is therefore less predictable
- Similar string seeds produce more unique seeds (breaking change) (thanks @burdakovd)
- Expanded tests to detect invalid seeds and string seed similarity effect