Skip to content

Tags: line-o/dicey

Tags

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](v2.0.1...v2.0.2) (2023-01-24)

### Bug Fixes

* dependency warnings, package in dist ([bc7edda](bc7edda))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2021-07-26)

### Bug Fixes

* lib compatible with other runtimes ([3fd7b95](3fd7b95))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [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.

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2021-05-28)

### Bug Fixes

* **gha:** semantic release configuration ([39838a0](39838a0))
* declare minimum processor dependency ([2ed895b](2ed895b))