Faker v1.2.0 Release Notes

Release Date: 2013-10-21 // over 10 years ago
  • ๐Ÿ†• New Features

    • โž• Added basic file provider (anroots)
    • โž• Added Generation of valid SIREN & SIRET codes to French providers (alexsegura)
    • โž• Added possibility to call methods on Doctrine entities, possibility to generate unique id (nenadalm)
    • โž• Added uuid provider (goatherd)

    ๐Ÿ†• New Locales

    • โž• Added Armenian (hy_AM) provider (artash)
    • โž• Added Brazilian Portuguese (pt_BR) provider (oliveiraev)
    • โž• Added Danish (da_DK) providers (toin0u)
    • โž• Added Dutch (nl_NL) provider (WouterJ)
    • โž• Added en_CA address and phone numbers (cviebrock)
    • โž• Added Finnish (fi_FI) provider (drodil)
    • โž• Added icelandic provider (is_IS) (birkir)
    • โž• Added more fake data to the Italian providers (EmanueleMinotto)
    • โž• Added more fake data to ru_RU provider (rmrevin)
    • โž• Added more fake data to the Ukraininan providers (lysenkobv)
    • โž• Added new provider for fr_BE locale (jflefebvre)
    • โž• Added nl_BE provider (wimvds)
    • โž• Added Random Float provider (csanquer)
    • โž• Added safe email domain provider (csanquer)
    • โž• Added Spanish (es_ES) provider (ivannis)
    • โž• Added Turkish (tr_TR) Provider (faridmovsumov)
    • โž• Added Ukrainian (ua_UA) provider (rsvasilyev)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed bug in Doctrine EntityPopulator (beberlei)
    • ๐Ÿ›  Fixed bug in Faker\ORM\Doctrine\Populator (mmf-amarcos)
    • ๐Ÿ›  Fixed composer.json (Seldaek)
    • ๐Ÿ›  Fixed Doctrine populator to allow for the population of entity data that has associations to other entities (afishnamedsquish)
    • ๐Ÿ›  Fixed encoding problems in nl_NL Address provider (Dynom)
    • ๐Ÿ›  Fixed executable bit in some PHP files (siwinski)
    • ๐Ÿ›  Fixed invalid UTF-8 sequence in domain provider with the Bulgarian provider (Dynom)
    • ๐Ÿ›  Fixed latitude provider (rumpl)
    • Fixed missing typehint in Base::__construct() (benja-M-1)
    • ๐Ÿ›  Fixed prefixes typos in 'pl_PL' Person provider (krymen)
    • ๐Ÿ›  Fixed safeEmail provider to be really safe (TimWolla)
    • ๐Ÿ›  Fixed spaces appearing in generated emails (alchy58)
    • ๐Ÿ›  Fixed the nl_NL Person provider (Dynom)
    • ๐Ÿ›  Fixed typo in README (benja-M-1)
    • ๐Ÿ›  Fixed unpredictability of fake data generated by Faker\Provider\Base::numberBetween() (goatherd)
    • ๐Ÿ›  Fixed use of fourth argument on Doctrine addEntity (ecentinela)
    • ๐Ÿ›  Fixed utf-8 bug with lowercase generators (toin0u)

    Miscellaneous

    • Documented alternative randomNumber usage (Seldaek)
    • Cleaned up whitespaces (toin0u)
    • โœ‚ Removed all requires and added the autoload definition to composer (Dynom)
    • โšก๏ธ Updated locale provider to use a static locale list (spawn-guy)