Skip to content

v3.4.0

Compare
Choose a tag to compare
@lmajano lmajano released this 04 Jun 13:14
· 29 commits to development since this release

[3.4.0] => 2020-JUN-03

Added

  • string type re-architected to produce more randomness and more permutations according to our new generation pattern: string[-(secure|alpha|numeric):max] #6
  • More formatting rules
  • Changelog standards
  • Auto publishing to github (artifacts and changelogs)
  • Types are now case-insensitive when called: num,oneof,lorem,baconlorem,sentence,words #5
  • generateFakeData() is now public
  • All generators can now be called individually by function name
  • lorem,baconlorem,words,sentence you can now produce random sizes with them via min:max notation
  • Optimized generation by using arrays instead of strings
  • Included libraries for nouns and adjectives

Changed

  • Access variables according to scopes instead of lookup
  • Internal data generation names to avoid method conflicts

Fixed

  • Access variables according to scopes
  • $returnType is not documented #8