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 now gen_date.
    • Backwards compatibility with version 1.x.
    • ๐Ÿ“š Polished documentation.