2023-08-28 15:15:41 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-faker: updated to 19.3.1
v19.3.1
* Remove spurious space in `uk_UA` `first_name`.
|
2023-08-08 14:05:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-faker: updated to 19.3.0
v19.3.0
* Add weigthing to dynamic providers.
|
2023-07-20 22:36:39 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 19.2.0
19.2.0
* Add support for South African Zulu (`zu_ZA`) names and last names.
v19.1.0
* Add `ja_JP` locale for `datetime`.
v19.0.0
* Drop support for Python 3.7
* Drop support for 32 bit systems.
* Add `elector_code` for `es_MX` SSN provider.
v18.13.0
* Add `.optional` proxy that may or may not return a fake value.
v18.12.0
* Add fake automotive `vin` number function.
v18.11.2
* Fix area codes for `fr_FR` mobile phone numbers.
v18.11.1
* Update Ukraine Country Code in `phone_number`.
v18.11.0
* Add digit-above-two type to numerify function.
|
2023-06-06 14:48:21 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 18.10.1
v18.10.1
* Fix handling leap year in `en_US` Passport provider.
v18.10.0
* Add `passport` Provider and `en_US` Implementation.
|
2023-05-22 13:26:54 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 18.9.0
v18.9.0
* Add `xml` provider.
v18.8.0
* Add `zh_CN` bank locale.
|
2023-05-15 23:00:08 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 18.7.0
v18.7.0
* Add `license_plate` for `zh_CN` and `zh_TW`.
|
2023-05-04 10:15:53 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 18.6.2
v18.6.2
* Improve accuracy of departments in `fr_FR` provider `postcode`
v18.6.1
* Fix `ssn` provider for `zh_TW`
v18.6.0
* Add a separate `basic_phone_number` for `en_US`
v18.5.1
* Fix release.
v18.5.0
* Add `de_DE` `swift_location_codes`
v18.4.0
* Add currency symbols for all listed currencies
v18.3.4
* Ensure `pyfloat` honors min and max values
v18.3.3
* Use correct union type for provider argument
v18.3.2
* Bump actions/stale from 7 to 8
v18.3.1
* Fix determinism in `state_abbr()` for `en_US`
v18.3.0
* Separate freely-associated states & US territories
v18.2.1
* Fix value error formatting
v18.2.0
* Add `pyobject` generator
v18.1.0
* Add lorem provider for `nl_BE`
* Add `nl_BE` automotive provider
* Add `nl_BE` company provider
v18.0.0
* Add territory zip codes for `en_US`.
|
2022-11-23 14:19:09 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-faker: updated to 15.3.3
v15.3.3
* Fix seeding with multiple locales.
v15.3.2
* Fix implicit Optional issues.
|
2022-11-08 10:04:22 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 15.3.1
v15.3.1
* Update the `word_list` for `pl_PL`.
v15.3.0
* Add color provider for `id_ID`.
v15.2.0
* Add banks for `en_IN` locale.
v15.1.5
* Fix type variable inside the `ElementsType`.
v15.1.4
* Remove test dependency on `random2`.
v15.1.3
* Fix pyfloat causing ValueError.
v15.1.2
* Fix missing return in `en_US` `state_abbr`.
v15.1.1
* Fix ImportError on python <3.7.2.
v15.1.0
* Add enum provider.
v15.0.0
* Add support for Python 3.10.
* Drop support for Python 3.6.
v14.2.1
* Fix misspelled first name in `da_DK` locale.
|
2022-09-01 09:24:08 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-faker: updated to 14.2.0
v14.2.0
* Add support for prefix and suffix to `pystr` provider.Thanks @stefan6419846.
v14.1.2
* Fix `uk_UA` `postcode` generation.
v14.1.1
* Relax minimum version of `typing-extensions`.
v14.1.0
* Add providers for `bn_BD`: `address`, `automotive`, `bank`, `color`, `company`,
`currency`, `date_time`, `geo`, `internet`, `job`, `person`, `phone_number` \
and `ssn`.
v14.0.0
* Fix `Provider._parse_date_time` to support timestamps.
v13.16.0
* automotive: add `de_CH` license plates.
v13.15.1
* change license_formats `pt_BR` to match Mercosul.
v13.15.0
* Upgrade person, company, internet, currency providers for `tr_TR`.
v13.14.0
* Fix `vat` and police id for `el_GR`.
* Add `tin` and `ssn` for `el_GR`.
v13.13.1
* Fix area codes for `fr_FR` phone numbers.
v13.13.0
* Add support for ISO 8601 timestamp profiles.
v13.12.1
* Correct RUT range in `es_CL`.
|