Mimesis v3.2.0 Release Notes

Release Date: 2019-05-18 // almost 5 years ago
  • Added :

    • ➕ Added built-in provider DenmarkSpecProvider()
    • ➕ Added built-in provider ItalianSpecProvider()
    • ➕ Added meta classes for providers for internal usage (see #621)
    • ➕ Added support for custom templates in Person().username()

    🛠 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 unused and it could be replaced with random.choices.
    • ✂ Removed legacy method child_count() from provider Person()