Skip to content

Releases: line-o/dicey

v2.0.2

24 Jan 21:00
Compare
Choose a tag to compare

2.0.2 (2023-01-24)

Bug Fixes

  • dependency warnings, package in dist (bc7edda)

v2.0.1

26 Jul 16:29
Compare
Choose a tag to compare

2.0.1 (2021-07-26)

Bug Fixes

  • lib compatible with other runtimes (3fd7b95)

v2.0.0

22 Jul 10:00
Compare
Choose a tag to compare

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 and number is the
    random number returned by fn:random-number-generator.

v1.0.0

28 May 13:42
Compare
Choose a tag to compare

1.0.0 (2021-05-28)

Bug Fixes

  • gha: semantic release configuration (39838a0)
  • declare minimum processor dependency (2ed895b)