Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. CHANGELOG
  2. =========
  3. 2015-05-29, v1.5.0
  4. ------------------
  5. * Added ability to print custom text on the images fetched by the Image provider [\#583](https://github.com/fzaninotto/Faker/pull/583) ([fzaninotto](https://github.com/fzaninotto))
  6. * Fixed typos in Preuvian (es\_PE) Person provider [\#581](https://github.com/fzaninotto/Faker/pull/581) [\#580](https://github.com/fzaninotto/Faker/pull/580) ([ysramirez](https://github.com/ysramirez))
  7. * Added instructions for installing with composer to readme.md [\#572](https://github.com/fzaninotto/Faker/pull/572) ([totophe](https://github.com/totophe))
  8. * Added Kazakh (kk\_KZ) locale [\#569](https://github.com/fzaninotto/Faker/pull/569) ([YerlenZhubangaliyev](https://github.com/YerlenZhubangaliyev))
  9. * Added Korean (ko\_KR) locale [\#566](https://github.com/fzaninotto/Faker/pull/566) ([pearlc](https://github.com/pearlc))
  10. * Fixed file provider to ignore unreadable and special files [\#565](https://github.com/fzaninotto/Faker/pull/565) ([svrnm](https://github.com/svrnm))
  11. * Fixed Dutch (nl\_NL) Address and Person providers [\#560](https://github.com/fzaninotto/Faker/pull/560) ([killerog](https://github.com/killerog))
  12. * Fixed Dutch (nl\_NL) Person provider [\#559](https://github.com/fzaninotto/Faker/pull/559) ([pauledenburg](https://github.com/pauledenburg))
  13. * Added Russian (ru\_RU) Bank names provider [\#553](https://github.com/fzaninotto/Faker/pull/553) ([wizardjedi](https://github.com/wizardjedi))
  14. * Added mobile phone function in French (fr\_FR) provider [\#552](https://github.com/fzaninotto/Faker/pull/552) ([kletellier](https://github.com/kletellier))
  15. * Added phpdoc for new magic methods in Generator to help IntelliSense completion [\#550](https://github.com/fzaninotto/Faker/pull/550) ([stof](https://github.com/stof))
  16. * Fixed File provider bug 'The first argument to copy() function cannot be a directory' [\#547](https://github.com/fzaninotto/Faker/pull/547) ([svrnm](https://github.com/svrnm))
  17. * Added new Brazilian (pt\_BR) Providers [\#545](https://github.com/fzaninotto/Faker/pull/545) ([igorsantos07](https://github.com/igorsantos07))
  18. * Fixed ability to seed the generator [\#543](https://github.com/fzaninotto/Faker/pull/543) ([schmengler](https://github.com/schmengler))
  19. * Added streetAddress formatter to Russian (ru\_RU) provider [\#542](https://github.com/fzaninotto/Faker/pull/542) ([ZAYEC77](https://github.com/ZAYEC77))
  20. * Fixed Internet provider warning "Could not create transliterator"* [\#541](https://github.com/fzaninotto/Faker/pull/541) ([fonsecas72](https://github.com/fonsecas72))
  21. * Fixed Spanish for Argentina (es\_AR) Address provider [\#540](https://github.com/fzaninotto/Faker/pull/540) ([ivanmirson](https://github.com/ivanmirson))
  22. * Fixed region names in French for Belgium (fr\_BE) address provider [\#536](https://github.com/fzaninotto/Faker/pull/536) ([miclf](https://github.com/miclf))
  23. * Fixed broken Doctrine2 link in README [\#534](https://github.com/fzaninotto/Faker/pull/534) ([JonathanKryza](https://github.com/JonathanKryza))
  24. * Added link to faker-context Behat extension in readme [\#532](https://github.com/fzaninotto/Faker/pull/532) ([denheck](https://github.com/denheck))
  25. * Added PHP 7.0 nightly to Travis build targets [\#525](https://github.com/fzaninotto/Faker/pull/525) ([TomasVotruba](https://github.com/TomasVotruba))
  26. * Added Dutch (nl\_NL) color names [\#523](https://github.com/fzaninotto/Faker/pull/523) ([belendel](https://github.com/belendel))
  27. * Fixed Chinese (zh\_CN) Address provider (remove Taipei) [\#522](https://github.com/fzaninotto/Faker/pull/522) ([asika32764](https://github.com/asika32764))
  28. * Fixed phonenumber formats in Dutch (nl\_NL) PhoneNumber provider [\#521](https://github.com/fzaninotto/Faker/pull/521) ([SpaceK33z](https://github.com/SpaceK33z))
  29. * Fixed Russian (ru\_RU) Address provider [\#518](https://github.com/fzaninotto/Faker/pull/518) ([glagola](https://github.com/glagola))
  30. * Added Italian (it\_IT) Text provider [\#517](https://github.com/fzaninotto/Faker/pull/517) ([endelwar](https://github.com/endelwar))
  31. * Added Norwegian (no\_NO) locale [\#515](https://github.com/fzaninotto/Faker/pull/515) ([phaza](https://github.com/phaza))
  32. * Added VAT number to Bulgarian (bg\_BG) Payment provider [\#512](https://github.com/fzaninotto/Faker/pull/512) ([ronanguilloux](https://github.com/ronanguilloux))
  33. * Fixed UserAgent provider outdated user agents [\#511](https://github.com/fzaninotto/Faker/pull/511) ([ajbdev](https://github.com/ajbdev))
  34. * Fixed `image()` formatter to make it work with temp dir of any (decent) OS [\#507](https://github.com/fzaninotto/Faker/pull/507) ([ronanguilloux](https://github.com/ronanguilloux))
  35. * Added Persian (fa\_IR) locale [\#500](https://github.com/fzaninotto/Faker/pull/500) ([zoli](https://github.com/zoli))
  36. * Added Currency Code formatter [\#497](https://github.com/fzaninotto/Faker/pull/497) ([stelgenhof](https://github.com/stelgenhof))
  37. * Added VAT number to Belgium (be_BE) Payment provider [\#495](https://github.com/fzaninotto/Faker/pull/495) ([ronanguilloux](https://github.com/ronanguilloux))
  38. * Fixed `imageUrl` formatter bug where it would always return the same image [\#494](https://github.com/fzaninotto/Faker/pull/494) ([fzaninotto](https://github.com/fzaninotto))
  39. * Added more Indonesian (id\_ID) providers [\#493](https://github.com/fzaninotto/Faker/pull/493) ([deerawan](https://github.com/deerawan))
  40. * Added Indonesian (id\_ID) locale [\#492](https://github.com/fzaninotto/Faker/pull/492) ([stoutZero](https://github.com/stoutZero))
  41. * Fixed unique generator performance [\#491](https://github.com/fzaninotto/Faker/pull/491) ([ikwattro](https://github.com/ikwattro))
  42. * Added transliterator to `email` and `username` [\#490](https://github.com/fzaninotto/Faker/pull/490) ([fzaninotto](https://github.com/fzaninotto))
  43. * Added Hungarian (hu\_HU) Text provider [\#486](https://github.com/fzaninotto/Faker/pull/486) ([lintaba](https://github.com/lintaba))
  44. * Fixed CakePHP Entity Popolator (some cases where no entities prev. inserted) [\#483](https://github.com/fzaninotto/Faker/pull/483) ([jadb](https://github.com/jadb))
  45. * Added Color and DateTime Turkish (tr\_TR) Providers [\#481](https://github.com/fzaninotto/Faker/pull/481) ([behramcelen](https://github.com/behramcelen))
  46. * Added Latvian (lv\_LV) `personalIdentityNumber` formatter [\#472](https://github.com/fzaninotto/Faker/pull/472) ([MatissJanis](https://github.com/MatissJanis))
  47. * Added VAT number to Austrian (at_AT) Payment provider [\#470](https://github.com/fzaninotto/Faker/pull/470) ([ronanguilloux](https://github.com/ronanguilloux))
  48. * Fixed missing @return phpDoc in Payment provider [\#469](https://github.com/fzaninotto/Faker/pull/469) ([ronanguilloux](https://github.com/ronanguilloux))
  49. * Added SWIFT/BIC payment type formatter to the Payment provider [\#465](https://github.com/fzaninotto/Faker/pull/465) ([ronanguilloux](https://github.com/ronanguilloux))
  50. * Fixed small typo in Base provider exception [\#460](https://github.com/fzaninotto/Faker/pull/460) ([miclf](https://github.com/miclf))
  51. * Added Georgian (ka\_Ge) locale [\#457](https://github.com/fzaninotto/Faker/pull/457) ([lperto](https://github.com/lperto))
  52. * Added PSR-4 Autoloading [\#455](https://github.com/fzaninotto/Faker/pull/455) ([GrahamCampbell](https://github.com/GrahamCampbell))
  53. * Added Uganda (en_UG) locale [\#454](https://github.com/fzaninotto/Faker/pull/454) ([tharoldD](https://github.com/tharoldD))
  54. * Added `regexify` formatter, generating a random string based on a regular expression [\#453](https://github.com/fzaninotto/Faker/pull/453) ([fzaninotto](https://github.com/fzaninotto))
  55. * Added shuffle formatter, to shuffle an array or a string [\#452](https://github.com/fzaninotto/Faker/pull/452) ([fzaninotto](https://github.com/fzaninotto))
  56. * Added ISBN-10 & ISBN-13 codes formatters to Barcode provider [\#451](https://github.com/fzaninotto/Faker/pull/451) ([gietos](https://github.com/gietos))
  57. * Fixed Russian (ru\_RU) middle names (different for different genders) [\#450](https://github.com/fzaninotto/Faker/pull/450) ([gietos](https://github.com/gietos))
  58. * Fixed Ukranian (uk\_UA) Person provider [\#448](https://github.com/fzaninotto/Faker/pull/448) ([aivus](https://github.com/aivus))
  59. * Added Vietnamese (vi\_VN) locale [\#447](https://github.com/fzaninotto/Faker/pull/447) ([huy95](https://github.com/huy95))
  60. * Added type hint to the Documentor constructor [\#446](https://github.com/fzaninotto/Faker/pull/446) ([JeroenDeDauw](https://github.com/JeroenDeDauw))
  61. * Fixed Russian (ru\_RU) Person provider (joined names) [\#445](https://github.com/fzaninotto/Faker/pull/445) ([aivus](https://github.com/aivus))
  62. * Added English (en\_GB) `mobileNumber` methods [\#438](https://github.com/fzaninotto/Faker/pull/438) ([daveblake](https://github.com/daveblake))
  63. * Added Traditional Chinese (zh\_TW) Realtext provider [\#434](https://github.com/fzaninotto/Faker/pull/434) ([tzhuan](https://github.com/tzhuan))
  64. * Fixed first name in Spanish for Argentina (es\_AR) Person provider [\#433](https://github.com/fzaninotto/Faker/pull/433) ([fzaninotto](https://github.com/fzaninotto))
  65. * Fixed Canadian (en_CA) state abbreviation for Nunavut [\#430](https://github.com/fzaninotto/Faker/pull/430) ([julien-c](https://github.com/julien-c))
  66. * Added CakePHP ORM entity populator [\#428](https://github.com/fzaninotto/Faker/pull/428) ([jadb](https://github.com/jadb))
  67. * Added Traditional Chinese (zh\_TW) locale [\#427](https://github.com/fzaninotto/Faker/pull/427) ([tzhuan](https://github.com/tzhuan))
  68. * Fixed typo in Doctrine Populator phpDoc [\#425](https://github.com/fzaninotto/Faker/pull/425) ([ihsanudin](https://github.com/ihsanudin))
  69. * Added Chinese (zh_CN) Internet provider [\#424](https://github.com/fzaninotto/Faker/pull/424) ([Lisso-Me](https://github.com/Lisso-Me))
  70. * Added Country ISO 3166-1 alpha-3 code to the Miscellaneous provider[\#422](https://github.com/fzaninotto/Faker/pull/422) ([gido](https://github.com/gido))
  71. * Added English (en\_GB) Person provider [\#421](https://github.com/fzaninotto/Faker/pull/421) ([AlexCutts](https://github.com/AlexCutts))
  72. * Added missing tests for the Color Provider [\#420](https://github.com/fzaninotto/Faker/pull/420) ([bessl](https://github.com/bessl))
  73. * Added Nepali (ne\_NP) locale [\#419](https://github.com/fzaninotto/Faker/pull/419) ([ankitpokhrel](https://github.com/ankitpokhrel))
  74. * Fixed latitude and longitude formatters bug (numeric value out of range for 32bits) [\#416](https://github.com/fzaninotto/Faker/pull/416) ([fzaninotto](https://github.com/fzaninotto))
  75. * Added a dedicated calculator Luhn calculator service [\#414](https://github.com/fzaninotto/Faker/pull/414) ([fzaninotto](https://github.com/fzaninotto))
  76. * Fixed Russian (ru_RU) Person provider (removed lowercase duplications) [\#413](https://github.com/fzaninotto/Faker/pull/413) ([Ragazzo](https://github.com/Ragazzo))
  77. * Fixed barcode formatter (improved speed, added tests) [\#412](https://github.com/fzaninotto/Faker/pull/412) ([fzaninotto](https://github.com/fzaninotto))
  78. * Added ipv4 and barcode formatters tests [\#410](https://github.com/fzaninotto/Faker/pull/410) ([bessl](https://github.com/bessl))
  79. * Fixed typos in various comments blocks [\#409](https://github.com/fzaninotto/Faker/pull/409) ([bessl](https://github.com/bessl))
  80. * Fixed InternetTest (replaced regex with PHP filter) [\#406](https://github.com/fzaninotto/Faker/pull/406) ([bessl](https://github.com/bessl))
  81. * Added password formatter to the Internet provider[\#402](https://github.com/fzaninotto/Faker/pull/402) ([fzaninotto](https://github.com/fzaninotto))
  82. * Added Company and Internet Austrian (de\_AT) Providers [\#400](https://github.com/fzaninotto/Faker/pull/400) ([bessl](https://github.com/bessl))
  83. * Added third-party libraries section in README [\#399](https://github.com/fzaninotto/Faker/pull/399) ([fzaninotto](https://github.com/fzaninotto))
  84. * Added Spanish for Venezuela (es\_VE) locale [\#398](https://github.com/fzaninotto/Faker/pull/398) ([DIOHz0r](https://github.com/DIOHz0r))
  85. * Added PhoneNumber Autrian (de\_AT) Provider, and missing test for the 'locale' method. [\#395](https://github.com/fzaninotto/Faker/pull/395) ([bessl](https://github.com/bessl))
  86. * Removed wrongly localized Lorem provider [\#394](https://github.com/fzaninotto/Faker/pull/394) ([fzaninotto](https://github.com/fzaninotto))
  87. * Fixed Miscellaneous provider (made the `locale` formatter static) [\#390](https://github.com/fzaninotto/Faker/pull/390) ([bessl](https://github.com/bessl))
  88. * Added a unit test file for the Miscellaneous Provider [\#389](https://github.com/fzaninotto/Faker/pull/389) ([bessl](https://github.com/bessl))
  89. * Added warning in README about using `rand()`` and the seed functions [\#386](https://github.com/fzaninotto/Faker/pull/386) ([paulvalla](https://github.com/paulvalla))
  90. * Fixed French (fr\_FR) Person provider (Uppercased a first name) [\#385](https://github.com/fzaninotto/Faker/pull/385) ([netcarver](https://github.com/netcarver))
  91. * Added Russian (ru\_RU) and Ukrainian (uk\_UA) Text providers [\#383](https://github.com/fzaninotto/Faker/pull/383) ([terion-name](https://github.com/terion-name))
  92. * Added more street prefixes to French (fr\_FR) Address provider [\#381](https://github.com/fzaninotto/Faker/pull/381) ([ronanguilloux](https://github.com/ronanguilloux))
  93. * Added PHP 5.6 to CI targets [\#378](https://github.com/fzaninotto/Faker/pull/378) ([GrahamCampbell](https://github.com/GrahamCampbell))
  94. * Fixed spaces remaining at the end of liine in various files [\#377](https://github.com/fzaninotto/Faker/pull/377) ([GrahamCampbell](https://github.com/GrahamCampbell))
  95. * Fixed UserAgent provider (added space before processor on linux platform) [\#374](https://github.com/fzaninotto/Faker/pull/374) ([TomK](https://github.com/TomK))
  96. * Added Company generator for Russian (ru\_RU) locale [\#371](https://github.com/fzaninotto/Faker/pull/371) ([kix](https://github.com/kix))
  97. * Fixed Russian (ru\_RU) Color provider (uppercase letters) [\#370](https://github.com/fzaninotto/Faker/pull/370) ([semanser](https://github.com/semanser))
  98. * Added more Polish (pl\_PL) phone numbers [\#369](https://github.com/fzaninotto/Faker/pull/369) ([piotrantosik](https://github.com/piotrantosik))
  99. * Fixed Ruby Faker link in readme [\#368](https://github.com/fzaninotto/Faker/pull/368) ([philsturgeon](https://github.com/philsturgeon))
  100. * Added more Japanese (ja\_JP) names in Person provider [\#366](https://github.com/fzaninotto/Faker/pull/366) ([kumamidori](https://github.com/kumamidori))
  101. * Added Slovenian (sl\_SL) locale [\#363](https://github.com/fzaninotto/Faker/pull/363) ([alesf](https://github.com/alesf))
  102. * Fixed German (de\_DE) Person provider (first names) [\#362](https://github.com/fzaninotto/Faker/pull/362) ([mikehaertl](https://github.com/mikehaertl))
  103. * Fixed Ukrainian (uk\_UA) Person providr (there is no such letter "ы" in Ukrainian) [\#359](https://github.com/fzaninotto/Faker/pull/359) ([nazar-pc](https://github.com/nazar-pc))
  104. * Fixed Chinese (zh\_CN) PhoneNumber provider (the length of mobile phone number is 11) [\#358](https://github.com/fzaninotto/Faker/pull/358) ([byan](https://github.com/byan))
  105. * Added Arabic (ar_\JO) Locale [\#357](https://github.com/fzaninotto/Faker/pull/357) ([zrashwani](https://github.com/zrashwani))
  106. * Fixed Czech (cs\_CZ) Person provider (missing lowercase in last name) [\#355](https://github.com/fzaninotto/Faker/pull/355) ([halaxa](https://github.com/halaxa))
  107. * Fixed French for Belgium (fr\_BE) Address Provider (doubled city names) [\#354](https://github.com/fzaninotto/Faker/pull/354) ([miclf](https://github.com/miclf))
  108. * Added Biased Integer Provider [\#332](https://github.com/fzaninotto/Faker/pull/332) ([TimWolla](https://github.com/TimWolla))
  109. * Added Swedish (sv\_SE) locale [\#316](https://github.com/fzaninotto/Faker/pull/316) ([ulrikjohansson](https://github.com/ulrikjohansson))
  110. * Added English for New Zealand (en\_NZ) locale [\#283](https://github.com/fzaninotto/Faker/pull/283) ([JasonMortonNZ](https://github.com/JasonMortonNZ))
  111. * Added mention of external Provider for cron expressions to readme[\#498](https://github.com/fzaninotto/Faker/pull/498) ([swekaj](https://github.com/swekaj))
  112. 2014-06-04, v1.4.0
  113. ------------------
  114. * Fixed typo in Slovak person names (cinan)
  115. * Added tests for uk_UA providers (serge-kuharev)
  116. * Fixed numerify() performance by making it 30% faster (fzaninotto)
  117. * Added strict option to randomNumber to force number of digits (fzaninotto)
  118. * Fixed randomNumber usage duplicating numberBetween (fzaninotto)
  119. * Fixed address provider for latvian language (MatissJA)
  120. * Added Czech Republic (cs_CZ) address, company, datetime and text providers (Mikulas)
  121. * Fixed da_DK Person provider data containing an 'unnamed' person (tolnem)
  122. * Added slug provider (fzaninotto)
  123. * Fixed IDE insights for new local IP and MAC address providers (hugofonseca)
  124. * Added firstname gender method to all Person providers (csanquer)
  125. * Fixed tr_TR email service, city name, person, and phone number formats (ogunkarakus)
  126. * Fixed US_en state list (fzaninotto)
  127. * Fixed en_US address provider so state abbr are ISO 3166 codes (Garbee)
  128. * Added local IP and MAC address providers (kielabokkie)
  129. * Fixed typo in century list affecting the century provider (fzaninotto)
  130. * Added default value to optional modifier (joshuajabbour)
  131. * Fixed Portuguese phonenumbers have 9 digits (hugofonseca)
  132. * Added fileCopy to File provider to simulate file upload (stefanosala)
  133. * Added pt_PT providers (hugofonseca)
  134. * Fixed dead code in text provider (hugofonseca)
  135. * Fixed IDE insights for magic properties (hugofonseca)
  136. * Added tin (NIF) generator for pt_PT provider (hugofonseca)
  137. * Fixed numberBetween max default value handling (fzaninotto)
  138. * Added pt_PT phone number provider (hugofonseca)
  139. * Fixed PSR-2 standards and add make task to force it on Travis (terite)
  140. * Added new ro_RO Personal Numerical Code (CNP) and phone number providers (avataru)
  141. * Fixed Internet provider for sk_SK locale (cinan)
  142. * Fixed typo in en_ZA Internet provider (bjorntheart)
  143. * Fixed phpdoc for DateTime magic methods (stof)
  144. * Added doc about seeding with maximum timestamp using dateTime formatters (fzaninotto)
  145. * Added Maximum Timestamp option to get always same unix timestamp when using a fixed seed (csanquer)
  146. * Added Montenegrian (me_ME) providers (ognjenm)
  147. * Added ean barcode provider (nineinchnick)
  148. * Added fullPath parameter to Image provider (stefanosala)
  149. * Added more Polish company formats (nineinchnick)
  150. * Added Polish realText provider (nineinchnick)
  151. * Fixed remaining non-seedable random generators (terite)
  152. * Added randomElements provider (terite)
  153. * Added French realText provider (fzaninotto)
  154. * Fixed realText provider bootstrap slowness (fzaninotto)
  155. * Added realText provider for English and German, based on Markov Chains Generator (TimWolla)
  156. * Fixed address format in nl_NL provider (doenietzomoeilijk)
  157. * Fixed potentially offensive word from last name list (joshuajabbour)
  158. * Fixed reamde documentation about the optional modifier (cryode)
  159. * Fixed Image provider and documentor routine (fzaninotto)
  160. * Fixed IDE insights for methods (PedroTroller)
  161. * Fixed missing data in en_US Address provider (Garbee)
  162. * Added Bengali (bn_BD) providers (masnun)
  163. * Fixed warning on test file when short tags are on (bateller)
  164. * Fixed Doctrine populator undefined index warning (dbojdo)
  165. * Added French Canadian (fr_CA) Address and Person providers (marcaube)
  166. * Fixed typo in NullGenerator (mhanson01)
  167. * Fixed Doctrine populator issue with one-to-one nullable relationship (jpetitcolas)
  168. * Added Canadian English (en_CA) address and phone number providers (cviebrock)
  169. * Fixed duplicated Payment example in readme (Garbee)
  170. * Fixed Polish (pl_PL) Person provider data (czogori)
  171. * Added Hungarian (hu_HU) providers (sagikazarmark)
  172. * Added 'kana' (ja_JP) name formatters (kzykhys)
  173. * Added allow_failure for hhvm to travis-ci and test against php 5.5 (toin0u)
  174. 2013-12-16, v1.3.0
  175. ------------------
  176. * Fixed state generator in Australian (en_AU) provider (sebklaus)
  177. * Fixed IDE insights for locale specific providers (ulrikjohansson)
  178. * Added English (South Africa) (en_ZA) person, address, Internet and phone number providers (dmfaux)
  179. * Fixed integer values overflowing on signed INTEGER columns on Doctrine populator (Thinkscape)
  180. * Fixed spelling error in French (fr_FR) address provider (leihog)
  181. * Added improvements based on SensioLabsInsights analysis
  182. * Fixed Italian (it_IT) email provider (garak)
  183. * Added Spanish (es_ES) Internet provider (eusonlito)
  184. * Added English Philippines (en_PH) address provider (kamote)
  185. * Added Brazilian (pt_BR) email provider data (KennedyTedesco)
  186. * Fixed UK country code (pgscandeias)
  187. * Added Peruvian (es_PE) person, address, phone number, and company providers (cslucano)
  188. * Added Ukrainian (uk_UA) color provider (ruden)
  189. * Fixed Ukrainian (uk_UA) namespace and email translitteration (ruden)
  190. * Added Romanian (Moldova) (ro_MD) person, address, and phone number providers (AlexanderC)
  191. * Added IBAN generator for every currently known locale that uses it (nineinchnick)
  192. * Added Image generation powered by LoremPixel (weotch)
  193. * Fixed missing timezone with dateTimeBetween (baldurrensch)
  194. * Fixed call to undefined method cardType in Payment (WMeldon)
  195. * Added Romanian (ro_RO) address and person providers (calina-c)
  196. * Fixed Doctrine populator to use ObjectManager instead of EntityManagerInterface (mgiustiniani)
  197. * Fixed docblock for Provider\Base::unique() (pschultz)
  198. * Added Payment providers (creditCardType, creditCardNumber, creditCardExpirationDate, creditCardExpirationDateString) (pomaxa)
  199. * Added unique() modifier
  200. * Added IDE insights to allow better intellisense/phpStorm autocompletion (thallisphp)
  201. * Added Polish (pl_PL) address provider, personal identity number and pesel number generator (nineinchnick)
  202. * Added Turkish (tr_TR) address provider, and improved internet provider (hasandz)
  203. * Fixed Propel column number guesser to use signed range of values (gunnarlium)
  204. * Added Greek (el_GR) person, address, and phone number providers (georgeharito)
  205. * Added Austrian (en_AU) address, Internet, and phone number providers (rcuddy)
  206. * Fixed phpDoc in Doctrine Entity populator (rogamoore)
  207. * Added French (fr_FR) phone number formats (vchabot)
  208. * Added optional() modifier (weotch)
  209. * Fixed typo in the Person provider documentation (jtreminio)
  210. * Fixed Russian (ru_RU) person format (alexshadow007)
  211. * Added Japanese (ja_JP) person, address, Internet, phone number, and company providers (kumamidori)
  212. * Added color providers, driver license and passport number formats for the ru_RU locale (pomaxa)
  213. * Added Latvian (lv_LV) person, address, Internet, and phone number providers (pomaxa)
  214. * Added Brazilian (pt_BR) Internet provider (vjnrv)
  215. * Added more Czech (cs_CZ) lastnames (petrkle)
  216. * Added Chinese Simplified (zh_CN) person, address, Internet, and phone number providers (tlikai)
  217. * Fixed Typos (pborelli)
  218. * Added Color provider with hexColor, rgbColor, rgbColorAsArray, rgbCssColor, safeColorName, and colorName formatters (lsv)
  219. * Added support for associative arrays in `randomElement` (aRn0D)
  220. 2013-06-09, v1.2.0
  221. ------------------
  222. * Added new provider for fr_BE locale (jflefebvre)
  223. * Updated locale provider to use a static locale list (spawn-guy)
  224. * Fixed invalid UTF-8 sequence in domain provider with the Bulgarian provider (Dynom)
  225. * Fixed the nl_NL Person provider (Dynom)
  226. * Removed all requires and added the autoload definition to composer (Dynom)
  227. * Fixed encoding problems in nl_NL Address provider (Dynom)
  228. * Added icelandic provider (is_IS) (birkir)
  229. * Added en_CA address and phone numbers (cviebrock)
  230. * Updated safeEmail provider to be really safe (TimWolla)
  231. * Documented alternative randomNumber usage (Seldaek)
  232. * Added basic file provider (anroots)
  233. * Fixed use of fourth argument on Doctrine addEntity (ecentinela)
  234. * Added nl_BE provider (wimvds)
  235. * Added Random Float provider (csanquer)
  236. * Fixed bug in Faker\ORM\Doctrine\Populator (mmf-amarcos)
  237. * Updated ru_RU provider (rmrevin)
  238. * Added safe email domain provider (csanquer)
  239. * Fixed latitude provider (rumpl)
  240. * Fixed unpredictability of fake data generated by Faker\Provider\Base::numberBetween() (goatherd)
  241. * Added uuid provider (goatherd)
  242. * Added possibility to call methods on Doctrine entities, possibility to generate unique id (nenadalm)
  243. * Fixed prefixes typos in 'pl_PL' Person provider (krymen)
  244. * Added more fake data to the Ukraininan providers (lysenkobv)
  245. * Added more fake data to the Italian providers (EmanueleMinotto)
  246. * Fixed spaces appearing in generated emails (alchy58)
  247. * Added Armenian (hy_AM) provider (artash)
  248. * Added Generation of valid SIREN & SIRET codes to French providers (alexsegura)
  249. * Added Dutch (nl_NL) provider (WouterJ)
  250. * Fixed missing typehint in Base::__construct() (benja-M-1)
  251. * Fixed typo in README (benja-M-1)
  252. * Added Ukrainian (ua_UA) provider (rsvasilyev)
  253. * Added Turkish (tr_TR) Provider (faridmovsumov)
  254. * Fixed executable bit in some PHP files (siwinski)
  255. * Added Brazilian Portuguese (pt_BR) provider (oliveiraev)
  256. * Added Spanish (es_ES) provider (ivannis)
  257. * Fixed Doctrine populator to allow for the population of entity data that has associations to other entities (afishnamedsquish)
  258. * Added Danish (da_DK) providers (toin0u)
  259. * Cleaned up whitespaces (toin0u)
  260. * Fixed utf-8 bug with lowercase generators (toin0u)
  261. * Fixed composer.json (Seldaek)
  262. * Fixed bug in Doctrine EntityPopulator (beberlei)
  263. * Added Finnish (fi_FI) provider (drodil)
  264. 2012-10-29, v1.1.0
  265. ------------------
  266. * Updated text provider to return paragraphs as a string instead of array. Great for populating markdown textarea fields (Seldaek)
  267. * Updated dateTimeBetween to accept DateTime instances (Seldaek)
  268. * Added random number generator between a and b, simply like rand() (Seldaek)
  269. * Fixed spaces in generated emails (blaugueux)
  270. * Fixed Person provider in Russian locale (Isamashii)
  271. * Added new UserAgent provider (blaugueux)
  272. * Added locale generator to Miscellaneous provider (blaugueux)
  273. * Added timezone generator to DateTime provider (blaugueux)
  274. * Added new generators to French Address providers (departments, regions) (geoffrey-brier)
  275. * Added new generators to French Company provider (catch phrase, SIREN, and SIRET numbers) (geoffrey-brier)
  276. * Added state generator to German Address provider (Powerhamster)
  277. * Added Slovak provider (bazo)
  278. * Added latitude and longitude formatters to Address provider (fixe)
  279. * Added Serbian provider (umpirsky)
  280. 2012-07-10, v1.0.0
  281. -----------------
  282. * Initial Version