Releases: line-o/dicey
Releases · line-o/dicey
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2021-07-22)
Bug Fixes
- dicey:sequence throws for n smaller than zero (69bb629)
- improve return type of dicey:sequence (1fd8da9)
- build: copy new SVG logo from src folder (c695f32)
Features
- add coinflip, more dice (b73849f)
- add convenience functions (50be4f4)
- add function dicey:pick (fbcb299)
- add functtion dicey:array (a334c32)
- augment map returned by built-in generator (669affd)
- dicey:pick can pick from arrays (0c1a95b)
- dicey:random-from accepts arrays as well (f7a105a)
- remove dicey:n-integers-from-to (8023e75)
- rename functions for clarity (a4f9e07)
- npm: npm test updates lib in db first (4bb7daf)
BREAKING CHANGES
- The derived random item is now returned as
_item
andnumber
is the
random number returned by fn:random-number-generator.