- 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