All Versions
31
Latest Version
Avg Release Cycle
100 days
Latest Release
1407 days ago

Changelog History
Page 3

  • v2.0.0 Changes

    September 23, 2014
    • 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.
  • v1.0.1 Changes

    September 18, 2014
    • โšก๏ธ Updated generate_string to also accept html strings.
  • v1.0.0 Changes

    September 17, 2014
    • โž• Added new method generate_html
    • โž• Added new makefile
  • v0.3.1 Changes

    July 10, 2014
    • Check for sys.maxunicode when generating utf8 characters.
  • v0.3.0 Changes

    June 15, 2014
    • FauxFactory is now Python 3 compatible
    • โž• Added new method generate_utf8
  • v0.2.1 Changes

    May 09, 2014
    • ๐Ÿ›  Fixed issue that prevented strings longer than the full length of LOREM_IPSUM_TEXT from being generated (Github Issue #16).
  • v0.2.0 Changes

    May 08, 2014
    • โž• Added new 'Lorem Ipsum' generator.
    • ๐Ÿ”„ Changed license from LGPL3+ to Apache 2.0
  • v0.1.3 Changes

    April 16, 2014
    • โšก๏ธ Updated character range for CJK generator to avoid generating 'tofu' characters.
    • โž• Added Contributors section to README.
    • ๐Ÿ†• New documentation <http://fauxfactory.readthedocs.org/en/latest/>_ (@faustovaz)

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fixed generate_string function (@faustovaz)
  • v0.1.2 Changes

    March 19, 2014

    ๐Ÿ›  Bugfixes:

    • Generators for email, url and IP should return a unicode string.
  • v0.1.1 Changes

    March 17, 2014
    • ๐Ÿ›  Fixed formatting of README for better display on Pypi.