Releases: bmacnaughton/string-generator
Releases · bmacnaughton/string-generator
v3.0.1
v3.0.0
Version 3 has major and minor breaking changes. The two biggest are moving to ES modules and no longer performing template-string-like interpolation.
- ES modules
- tag function + decode function
- repeat-specs use
x:y
syntax (replacesx,y
) - literal strings spec require quotes
- backslash quote added
- drop support for node v10
v2.0.0
- allows user-specified code-words
- allows substituting a random number generator
- allows discrete range selectors (oneof)
rewritten in typescript.