Skip to content

Releases: bmacnaughton/string-generator

v3.0.1

03 Jul 15:21
Compare
Choose a tag to compare

Bug fix: add missing decodeFunction()

v3.0.0

03 Jul 14:42
Compare
Choose a tag to compare

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 (replaces x,y)
  • literal strings spec require quotes
  • backslash quote added
  • drop support for node v10

v2.0.0

18 Jun 17:43
Compare
Choose a tag to compare
  • allows user-specified code-words
  • allows substituting a random number generator
  • allows discrete range selectors (oneof)

rewritten in typescript.