Skip to content

Releases: randoml-js/randoml

1.0.0

13 Feb 14:29
Compare
Choose a tag to compare

Changes

Repository Changes

  • replaced Webpack with Rollup
  • added module output

Bug Fix

  • added missing types file

0.6.0

21 Jul 21:14
23c0bd3
Compare
Choose a tag to compare

Changes

Repository Changes

  • switched from babel to typescript loader
  • added type definitions to output files

Breaking Changes

  • renamed randomize method to choice
  • renamed onRandomize callback to onChoice

0.5.0

27 Feb 20:35
Compare
Choose a tag to compare

Changes

Bug Fix

  • fixed bug when props are empty

0.5.0 beta 1

14 Feb 17:52
Compare
Choose a tag to compare
0.5.0 beta 1 Pre-release
Pre-release

Initial Release

New Feature

  • added settings: min, max, exclude, hold
  • added callbacks: onInit, onRandomize, onResult, onRangeEnd