Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.0.0...v2.0.0) (2021-07-22) ### Bug Fixes * dicey:sequence throws for n smaller than zero ([69bb629](69bb629)) * improve return type of dicey:sequence ([1fd8da9](1fd8da9)) * **build:** copy new SVG logo from src folder ([c695f32](c695f32)) ### Features * add coinflip, more dice ([b73849f](b73849f)) * add convenience functions ([50be4f4](50be4f4)), closes [ranged-random#2](https://github.com/ranged-random/issues/2) [ranged-random-integer#2](https://github.com/ranged-random-integer/issues/2) [random-from#1](https://github.com/random-from/issues/1) * add function dicey:pick ([fbcb299](fbcb299)) * add functtion dicey:array ([a334c32](a334c32)) * augment map returned by built-in generator ([669affd](669affd)) * dicey:pick can pick from arrays ([0c1a95b](0c1a95b)) * dicey:random-from accepts arrays as well ([f7a105a](f7a105a)) * remove dicey:n-integers-from-to ([8023e75](8023e75)) * rename functions for clarity ([a4f9e07](a4f9e07)) * **npm:** npm test updates lib in db first ([4bb7daf](4bb7daf)) ### BREAKING CHANGES * The derived random item is now returned as `_item` and `number` is the random number returned by fn:random-number-generator.
- Loading branch information