Releases: coldbox-modules/MockDataCFC
Releases · coldbox-modules/MockDataCFC
3.7.0
Added
- New type:
boolean
to create random boolean values astrue
orfalse
- New type:
boolean-digit
to create random boolean values as1
or0
- New type:
datetime-iso
to 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
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 viamin: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