FauxFactory v2.0.0 Release Notes
Release Date: 2014-09-23 // about 11 years ago-
- All generators are now stand-alone functions and can be imported
directly from
fauxfactory
. For example,from fauxfactory import gen_date
- ๐ Renamed all generator functions to use the prefix "gen_" instead of
"generate_". For example,
generate_date
is nowgen_date
. - Backwards compatibility with version 1.x.
- ๐ Polished documentation.
- All generators are now stand-alone functions and can be imported
directly from