All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.1 (2019-06-09)
- handlebars vulnerability (d037b78)
0.4.0 (2019-04-06)
- distrib: add base64 distrib (6947b46)
0.3.0 (2019-03-02)
- make tree-shaking friendly the library (14b34fe)
- check arguments for robustness (6ed5ede)
- All distributions are now standalone curried functions that take a generator state as last input. Every geneartor state provides methods to mutate or to generate a generator state. Distributions use dynamic dispatch on the genartor state in order to be generic.
0.2.0 (2019-01-07)
- turn RandomSTream into an interface (180b4cf)
- add generation of random array (56fd677)
- add kybos prng (644a7ed)
- uhe: improve efficiency for the pure version of uhe. (352311e)
- introduce smart copy-on-write (d511a8a)
- remove streamFromUint8Array from Random inetrafce
- remove stateSnapshot from RandomStream
- initial commit (cbc67b3)