Skip to content

Releases: bmacnaughton/string-generator

v3.0.1

Choose a tag to compare

@bmacnaughton bmacnaughton released this 03 Jul 15:21

Bug fix: add missing decodeFunction()

v3.0.0

Choose a tag to compare

@bmacnaughton bmacnaughton released this 03 Jul 14:42

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

Choose a tag to compare

@bmacnaughton bmacnaughton released this 18 Jun 17:43
  • allows user-specified code-words
  • allows substituting a random number generator
  • allows discrete range selectors (oneof)

rewritten in typescript.