|
1 | | -Changelog for robotframework-faker |
2 | | -=========================== |
3 | | -4.0.1 (2016-12-19) |
4 | | ------------------- |
5 | | - |
6 | | -- Fixed line feeds in CHANGES.rst and setup.py |
7 | | -- Removed unneeded Python 2.6 workarounds in Travis-CI config. |
8 | | - |
9 | | - |
10 | | -4.0.0 (2016-12-19) |
11 | | ------------------- |
12 | | -- fake-factory was renamed to faker. (thanks @funkymonkeymonk) |
13 | | -- Dropped Python 2.6 support since faker no longer supports it. (thanks @funkymonkeymonk) |
14 | | -3.0.0 (2015-02-05) |
15 | | ------------------- |
16 | | -- Use robotframework syntax highlighting in README.rst examples. |
17 | | - (thanks @pekkaklarck) |
18 | | -- Autocast string inputs to their most likely types. Adds wrapt as a dependency. |
19 | | - NOTE: This change breaks some backwards-compatibility. |
20 | | -- Set up static analysis in Travis-CI. |
21 | | -2.0.4 (2014-10-09) |
22 | | ------------------- |
23 | | -- Remove changelog from PyPI long_description, it breaks the rst rendering :( |
24 | | -2.0.3 (2014-10-09) |
25 | | ------------------- |
26 | | -- Fixed example in README. |
27 | | -- Add changelog to PyPI long_description. |
28 | | -2.0.2 (2014-10-09) |
29 | | ------------------- |
30 | | - |
31 | | -- Hotfix: Fix README.rst for PyPI compatibility. |
32 | | - |
33 | | -2.0.1 (2014-10-09) |
34 | | ------------------- |
35 | | - |
36 | | -- Hotfix: Deleted invalid classifier. |
37 | | -2.0.0 (2014-10-09) |
38 | | ------------------- |
39 | | -- Removed autocasting of input variables. This change is backwards |
40 | | - incompatible! Going forward, to input non-string data types to FakerLibrary |
41 | | - keywords, you must format them using RF's syntax for those data types. |
42 | | - For example, the integer 3 would be ${3}. |
43 | | -- Began using zest.releaser for automated packaging and releasing. |
44 | | -- Added pre-commit configuration to ensure PEP-8 compliance. |
45 | | -- Switched README to restructuredtext to improve rendering on PyPI. |
| 1 | +Changelog for robotframework-faker |
| 2 | +=========================== |
| 3 | + |
| 4 | +5.0.0 (2020-01-30) |
| 5 | +------------------ |
| 6 | + |
| 7 | +- Dropped Python 2.7 support since faker no longer supports it. |
| 8 | + |
| 9 | +4.0.1 (2016-12-19) |
| 10 | +------------------ |
| 11 | + |
| 12 | +- Fixed line feeds in CHANGES.rst and setup.py |
| 13 | +- Removed unneeded Python 2.6 workarounds in Travis-CI config. |
| 14 | + |
| 15 | + |
| 16 | +4.0.0 (2016-12-19) |
| 17 | +------------------ |
| 18 | + |
| 19 | +- fake-factory was renamed to faker. (thanks @funkymonkeymonk) |
| 20 | +- Dropped Python 2.6 support since faker no longer supports it. (thanks @funkymonkeymonk) |
| 21 | + |
| 22 | + |
| 23 | +3.0.0 (2015-02-05) |
| 24 | +------------------ |
| 25 | + |
| 26 | +- Use robotframework syntax highlighting in README.rst examples. |
| 27 | + (thanks @pekkaklarck) |
| 28 | +- Autocast string inputs to their most likely types. Adds wrapt as a dependency. |
| 29 | + NOTE: This change breaks some backwards-compatibility. |
| 30 | +- Set up static analysis in Travis-CI. |
| 31 | + |
| 32 | + |
| 33 | +2.0.4 (2014-10-09) |
| 34 | +------------------ |
| 35 | + |
| 36 | +- Remove changelog from PyPI long_description, it breaks the rst rendering :( |
| 37 | + |
| 38 | + |
| 39 | +2.0.3 (2014-10-09) |
| 40 | +------------------ |
| 41 | + |
| 42 | +- Fixed example in README. |
| 43 | +- Add changelog to PyPI long_description. |
| 44 | + |
| 45 | + |
| 46 | +2.0.2 (2014-10-09) |
| 47 | +------------------ |
| 48 | + |
| 49 | +- Hotfix: Fix README.rst for PyPI compatibility. |
| 50 | + |
| 51 | + |
| 52 | +2.0.1 (2014-10-09) |
| 53 | +------------------ |
| 54 | + |
| 55 | +- Hotfix: Deleted invalid classifier. |
| 56 | + |
| 57 | + |
| 58 | +2.0.0 (2014-10-09) |
| 59 | +------------------ |
| 60 | + |
| 61 | +- Removed autocasting of input variables. This change is backwards |
| 62 | + incompatible! Going forward, to input non-string data types to FakerLibrary |
| 63 | + keywords, you must format them using RF's syntax for those data types. |
| 64 | + For example, the integer 3 would be ${3}. |
| 65 | +- Began using zest.releaser for automated packaging and releasing. |
| 66 | +- Added pre-commit configuration to ensure PEP-8 compliance. |
| 67 | +- Switched README to restructuredtext to improve rendering on PyPI. |
0 commit comments