- Dropped Python 2.7 support since faker no longer supports it.
- Fixed line feeds in CHANGES.rst and setup.py
- Removed unneeded Python 2.6 workarounds in Travis-CI config.
- fake-factory was renamed to faker. (thanks @funkymonkeymonk)
- Dropped Python 2.6 support since faker no longer supports it. (thanks @funkymonkeymonk)
- Use robotframework syntax highlighting in README.rst examples. (thanks @pekkaklarck)
- Autocast string inputs to their most likely types. Adds wrapt as a dependency. NOTE: This change breaks some backwards-compatibility.
- Set up static analysis in Travis-CI.
- Remove changelog from PyPI long_description, it breaks the rst rendering :(
- Fixed example in README.
- Add changelog to PyPI long_description.
- Hotfix: Fix README.rst for PyPI compatibility.
- Hotfix: Deleted invalid classifier.
- Removed autocasting of input variables. This change is backwards incompatible! Going forward, to input non-string data types to FakerLibrary keywords, you must format them using RF's syntax for those data types. For example, the integer 3 would be ${3}.
- Began using zest.releaser for automated packaging and releasing.
- Added pre-commit configuration to ensure PEP-8 compliance.
- Switched README to restructuredtext to improve rendering on PyPI.