2019-06-18 12:16:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 18 11:44:53 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 3.2.0
|
|
|
|
|
**Added**:
|
|
|
|
|
- Added built-in provider DenmarkSpecProvider
|
|
|
|
|
- Added meta classes for providers for internal usage
|
|
|
|
|
(see `#621 <https://github.com/lk-geimfari/mimesis/issues/621>`_.)
|
|
|
|
|
- Added support for custom templates in ``Person().username()``
|
|
|
|
|
- Added ``ItalianSpecProvider()``
|
|
|
|
|
**Fixed**:
|
|
|
|
|
- Support of seed for custom providers
|
|
|
|
|
- ``currency_iso_code`` from the ``Business()`` provider now by
|
|
|
|
|
default returns the currency code of the current locale.
|
|
|
|
|
**Removed**:
|
|
|
|
|
- Removed ``multiple_choice()`` in the ``random`` module because it
|
|
|
|
|
was unusued and it could be replaced with ``random.choices``.
|
|
|
|
|
- Removed legacy method ``child_count()`` from provider ``Person()``
|
|
|
|
|
- run the testsuite
|
|
|
|
|
|
2019-05-03 17:10:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 2 19:01:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial version
|