Skip to content

Releases: lk-geimfari/mimesis

Version 18.0.0

13 Sep 22:25
v18.0.0
812ad3b
Compare
Choose a tag to compare

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

01 Jun 21:50
v17.0.0
b964fcb
Compare
Choose a tag to compare
  • Added mimesis.enums.DurationUnit enum.
  • Added .duration() method for Datetime provider to generate random durations.

Version 16.0.0

04 Apr 00:50
v16.0.0
924f972
Compare
Choose a tag to compare
  • Fix file permissions in Windows.
  • Removed unsafe and inaproppriate words from datasets. See #1511.

Version 15.1.0

27 Feb 23:38
15.1.0
3cd821e
Compare
Choose a tag to compare
  • Minor fixes in factory_boy plugin.

v15.0.0

27 Feb 22:58
v15.0.0
283594e
Compare
Choose a tag to compare

Version 14.0.0

31 Jan 14:16
v14.0.0
adfceaa
Compare
Choose a tag to compare
  • Fixed street suffixes for locale Locale.HR.
  • Made pytest-mimesis a part of Mimesis itself. See #1473

Version 13.1.0

24 Jan 17:07
v13.1.0
e87d20a
Compare
Choose a tag to compare

Version 13.1.0

  • Fixed type hints for Generic. See #1471
  • Added the birthdate() method to the Person provider. See #1470.
  • The age() and work_experience() methods have been removed from the Person provider due to a lack of practical utility. Use person.random.randint() when you need to generate random integer.

Version 13.0.0

19 Jan 12:12
v13.0.0
38f2521
Compare
Choose a tag to compare

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

17 Jan 10:44
v12.1.1
8fc66ad
Compare
Choose a tag to compare
  • Fixed minimal required version of Python.

Version 12.1.0

07 Jan 14:40
v12.1.0
c641aba
Compare
Choose a tag to compare
  • Methods gender_code() and gender_symbol() have been added for the Person provider.
  • The methods gender() and sex() no longer accept arguments like iso5218 and symbol. Please use gender_code() and gender_symbol() instead.
  • Added a stub for mimesis.providers.generic.py, enabling type hints for Generic.