2017-09-06 17:27:02 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
0.8.3:
Fix release build.
0.8.2:
Revert name change of faker.generator.random.
Document the global shared random.Random and seed_instance().
|
2017-09-01 12:16:20 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
0.8.1:
Rolled back breaking change in randomize_nb_elements.
|
2017-07-20 12:25:49 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
0.7.18:
Generate proper dates before 1970.
Made it possible to seed .binary().
Add color names for hr_HR.
Add implementation of ssn provider for the pl_PL locale.
Add pt_BR colors localization.
Create a method for codes of cryptocurrencies in the currency provider.
Fix female name format typo in hu_HU person provider.
Fix deprecated usage of print statement in README.
Add gender-specific names for sv_SE person provider.
Add an implementation of regon for pl_PL company provider.
Addi an implementation of local_regon for pl_PL company provider.
Replace deprecated getargspec on py3.
Add new automotive provider.
Add an implementation of company_vat for pl_PL company provider.
Add Taiwan/Traditional character support for internet and lorem providers.
Use random.choices when available for better performance.
Refactor RGB color methods.
|
2017-07-19 17:28:19 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
0.7.17:
* Fix a timezone issue with the ``date_time_between_dates`` provider.
0.7.16:
* fix timezone issues with ``date_time_between`` provider.
* Add ``ext_word_list`` parameter to methods in the `Lorem` generator. Thanks \
@guinslym.
0.7.15:
* fix start and end date for datetime provider methods.
0.7.14:
* fix ``future_date``, `and ``past_date`` bounds.
|
2017-06-17 21:37:13 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Deal with lack of Python 3.x support in Python 2.7.
|
2017-04-24 18:38:54 by D'Arcy J.M. Cain | Files touched by this commit (4) |
Log message:
Add py-faker version 0.7.11.
Faker is a Python package that generates fake data for you.
|