Mimesis v2.0.0 Release Notes

Release Date: 2018-02-09 // about 6 years ago
  • ๐Ÿš€ .. note:: This release (2.0.0) contains some breaking changes and this means that you should update names of classes and methods in your code.

    โž• Added:

    • โž• Added items IOC and FIFA for enum object CountryCode
    • โž• Added support of custom providers for schema.Field
    • โž• Added support of parameter dms for coordinates, longitude, latitude
    • โž• Added method Text.rgb_color

    • โž• Added support of parameter safe for method Text.hex_color

    • Added an alias zip_code for Address.postal_code

    Optimizations:

    • ๐ŸŽ Significantly improved performance of schema.Field
    • Other minor improvements

    โšก๏ธ Updated/Renamed:

    • โšก๏ธ Updated method integers
    • ๐Ÿ“‡ Renamed provider Personal to Person
    • ๐Ÿ“‡ Renamed provider Structured to Structure
    • ๐Ÿ“‡ Renamed provider ClothingSizes to Clothing
    • ๐Ÿ“‡ Renamed json file personal.json to person.json for all locales
    • Renamed country_iso_code to country_code in Address data provider