Skip to content

Releases: heydenberk/stochator

Version 0.6

26 Sep 19:38
Compare
Choose a tag to compare
  • Adds support for string randomization; passing an regular expression or regexp source string will generate strings which match that expression.

0.5

08 Sep 00:07
Compare
Choose a tag to compare

0.4

31 May 17:53
Compare
Choose a tag to compare

0.3.5

31 May 15:48
Compare
Choose a tag to compare

NPM hooks actually work now.

0.3.4

30 Mar 21:09
Compare
Choose a tag to compare

Lots of small changes.

Breaking API changes

  • value is no longer an instance property, replaced by _value and setValue and getValue, the latter two being the preferred means of setting and accessing the property.

Potentially breaking API changes

  • _value is initially set to 0 rather than undefined

Enhancements

  • mutator is available as a instance method, in case you want to reuse it
  • The logic for type detection of the arguments is clearer and has explanatory comments
  • package.json is now checked in and has a prepublish hook so this will work from NPM out of the box
  • Dumb build.sh now replaced by a Makefile.