Releases: heydenberk/stochator
Releases · heydenberk/stochator
Version 0.6
- Adds support for string randomization; passing an regular expression or regexp source string will generate strings which match that expression.
0.5
See the changelog.
0.4
See the changelog.
0.3.5
NPM hooks actually work now.
0.3.4
Lots of small changes.
Breaking API changes
value
is no longer an instance property, replaced by_value
andsetValue
andgetValue
, the latter two being the preferred means of setting and accessing the property.
Potentially breaking API changes
_value
is initially set to0
rather thanundefined
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 aprepublish
hook so this will work from NPM out of the box- Dumb
build.sh
now replaced by aMakefile
.