All Versions
31
Latest Version
Avg Release Cycle
100 days
Latest Release
1407 days ago
Changelog History
Page 3
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 nowgen_date
. - Backwards compatibility with version 1.x.
- ๐ Polished documentation.
- All generators are now stand-alone functions and can be imported
directly from
-
v1.0.1 Changes
September 18, 2014- โก๏ธ Updated
generate_string
to also accepthtml
strings.
- โก๏ธ Updated
-
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
andIP
should return a unicode string.
- Generators for
-
v0.1.1 Changes
March 17, 2014- ๐ Fixed formatting of README for better display on Pypi.