Releases: lk-geimfari/mimesis
Releases · lk-geimfari/mimesis
Version 18.0.0
What's new
- Added support for Arabic language in various Arabic-speaking countries.
Mimesis now supports data for following countries:
- 🇦🇪 UAE
- 🇩🇿 Algeria
- 🇪🇬 Egypt
- 🇯🇴 Jordan
- 🇴🇲 Oman
- 🇸🇾 Syria
- 🇾🇪 Yemen
Contributors
Special thanks for @linuxscout, @yah04dev, @WatheqAlshowaiter, @zayedalsaidi.
Version 17.0.0
- Added
mimesis.enums.DurationUnit
enum. - Added
.duration()
method forDatetime
provider to generate random durations.
Version 16.0.0
- Fix file permissions in Windows.
- Removed unsafe and inaproppriate words from datasets. See #1511.
Version 15.1.0
- Minor fixes in
factory_boy
plugin.
v15.0.0
- Integrated
mimesis-factory
into Mimesis itself. See mimesis-factory#246 and mimesis#1494 for more information.
Version 14.0.0
- Fixed street suffixes for locale
Locale.HR
. - Made
pytest-mimesis
a part of Mimesis itself. See #1473
Version 13.1.0
Version 13.1.0
Version 13.0.0
Great news for fellow Croatians! Mimesis now supports the Croatian language (Locale.HR
). A big appreciation to @CerealKiller0807 for this contribution.
Version 12.1.1
- Fixed minimal required version of Python.
Version 12.1.0
- Methods
gender_code()
andgender_symbol()
have been added for thePerson
provider. - The methods
gender()
andsex()
no longer accept arguments likeiso5218
andsymbol
. Please usegender_code()
andgender_symbol()
instead. - Added a stub for
mimesis.providers.generic.py
, enabling type hints forGeneric
.