Releases: coldbox-modules/cbMockData
Releases · coldbox-modules/cbMockData
3.7.0
Added
- New type:
booleanto create random boolean values astrueorfalse - New type:
boolean-digitto create random boolean values as1or0 - New type:
datetime-isoto create ISO8601 formatted dates - Added separators to the
words()method - Build Updates
- Github actions updates
- ColdBox 7 auto testing
- Markdown linting
- Added more random data
v3.4.0
[3.4.0] => 2020-JUN-03
Added
stringtype 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,sentenceyou can now produce random sizes with them viamin:maxnotation- 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
$returnTypeis not documented #8