- Fixed issue that prevented strings longer than the full length of LOREM_IPSUM_TEXT from being generated (Github Issue 16).
0.2.0
------------------
- Added new 'Lorem Ipsum' generator. - Changed license from LGPL3+ to Apache 2.0
0.1.3
------------------
- 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)
0.1.2
------------------
**Bugfixes:**
- Generators for ``email``, ``url`` and ``IP`` should return a unicode string.
0.1.1
------------------
- Fixed formatting of README for better display on Pypi.