Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. CHANGELOG
  2. =========
  3. 2014-06-04, v1.4.0
  4. ------------------
  5. * Fixed typo in Slovak person names (cinan)
  6. * Added tests for uk_UA providers (serge-kuharev)
  7. * Fixed numerify() performance by making it 30% faster (fzaninotto)
  8. * Added strict option to randomNumber to force number of digits (fzaninotto)
  9. * Fixed randomNumber usage duplicating numberBetween (fzaninotto)
  10. * Fixed address provider for latvian language (MatissJA)
  11. * Added Czech Republic (cs_CZ) address, company, datetime and text providers (Mikulas)
  12. * Fixed da_DK Person provider data containing an 'unnamed' person (tolnem)
  13. * Added slug provider (fzaninotto)
  14. * Fixed IDE insights for new local IP and MAC address providers (hugofonseca)
  15. * Added firstname gender method to all Person providers (csanquer)
  16. * Fixed tr_TR email service, city name, person, and phone number formats (ogunkarakus)
  17. * Fixed US_en state list (fzaninotto)
  18. * Fixed en_US address provider so state abbr are ISO 3166 codes (Garbee)
  19. * Added local IP and MAC address providers (kielabokkie)
  20. * Fixed typo in century list affecting the century provider (fzaninotto)
  21. * Added default value to optional modifier (joshuajabbour)
  22. * Fixed Portuguese phonenumbers have 9 digits (hugofonseca)
  23. * Added fileCopy to File provider to simulate file upload (stefanosala)
  24. * Added pt_PT providers (hugofonseca)
  25. * Fixed dead code in text provider (hugofonseca)
  26. * Fixed IDE insights for magic properties (hugofonseca)
  27. * Added tin (NIF) generator for pt_PT provider (hugofonseca)
  28. * Fixed numberBetween max default value handling (fzaninotto)
  29. * Added pt_PT phone number provider (hugofonseca)
  30. * Fixed PSR-2 standards and add make task to force it on Travis (terite)
  31. * Added new ro_RO Personal Numerical Code (CNP) and phone number providers (avataru)
  32. * Fixed Internet provider for sk_SK locale (cinan)
  33. * Fixed typo in en_ZA Internet provider (bjorntheart)
  34. * Fixed phpdoc for DateTime magic methods (stof)
  35. * Added doc about seeding with maximum timestamp using dateTime formatters (fzaninotto)
  36. * Added Maximum Timestamp option to get always same unix timestamp when using a fixed seed (csanquer)
  37. * Added Montenegrian (me_ME) providers
  38. * Added ean barcode provider (nineinchnick)
  39. * Added fullPath parameter to Image provider (stefanosala)
  40. * Added more Polish company formats (nineinchnick)
  41. * Added Polish realText provider (nineinchnick)
  42. * Fixed remaining non-seedable random generators (terite)
  43. * Added randomElements provider (terite)
  44. * Added French realText provider (fzaninotto)
  45. * Fixed realText provider bootstrap slowness (fzaninotto)
  46. * Added realText provider for English and German, based on Markov Chains Generator (TimWolla)
  47. * Fixed address format in nl_NL provider (doenietzomoeilijk)
  48. * Fixed potentially offensive word from last name list (joshuajabbour)
  49. * Fixed reamde documentation about the optional modifier (cryode)
  50. * Fixed Image provider and documentor routine (fzaninotto)
  51. * Fixed IDE insights for methods (PedroTroller)
  52. * Fixed missing data in en_US Address provider (Garbee)
  53. * Added Bengali (bn_BD) providers (masnun)
  54. * Fixed warning on test file when short tags are on (bateller)
  55. * Fixed Doctrine populator undefined index warning (dbojdo)
  56. * Added French Canadian (fr_CA) Address and Person providers (marcaube)
  57. * Fixed typo in NullGenerator (mhanson01)
  58. * Fixed Doctrine populator issue with one-to-one nullable relationship (jpetitcolas)
  59. * Added Canadian English (en_CA) address and phone number providers (cviebrock)
  60. * Fixed duplicated Payment example in readme (Garbee)
  61. * Fixed Polish (pl_PL) Person provider data (czogori)
  62. * Added Hungarian (hu_HU) providers (sagikazarmark)
  63. * Added 'kana' (ja_JP) name formatters (kzykhys)
  64. * Added allow_failure for hhvm to travis-ci and test against php 5.5 (toin0u)
  65. 2013-12-16, v1.3.0
  66. ------------------
  67. * Fixed state generator in Australian (en_AU) provider (sebklaus)
  68. * Fixed IDE insights for locale specific providers (ulrikjohansson)
  69. * Added English (South Africa) (en_ZA) person, address, Internet and phone number providers (dmfaux)
  70. * Fixed integer values overflowing on signed INTEGER columns on Doctrine populator (Thinkscape)
  71. * Fixed spelling error in French (fr_FR) address provider (leihog)
  72. * Added improvements based on SensioLabsInsights analysis
  73. * Fixed Italian (it_IT) email provider (garak)
  74. * Added Spanish (es_ES) Internet provider (eusonlito)
  75. * Added English Philippines (en_PH) address provider (kamote)
  76. * Added Brazilian (pt_BR) email provider data (KennedyTedesco)
  77. * Fixed UK country code (pgscandeias)
  78. * Added Peruvian (es_PE) person, address, phone number, and company providers (cslucano)
  79. * Added Ukrainian (uk_UA) color provider (ruden)
  80. * Fixed Ukrainian (uk_UA) namespace and email translitteration (ruden)
  81. * Added Romanian (Moldova) (ro_MD) person, address, and phone number providers (AlexanderC)
  82. * Added IBAN generator for every currently known locale that uses it (nineinchnick)
  83. * Added Image generation powered by LoremPixel (weotch)
  84. * Fixed missing timezone with dateTimeBetween (baldurrensch)
  85. * Fixed call to undefined method cardType in Payment (WMeldon)
  86. * Added Romanian (ro_RO) address and person providers (calina-c)
  87. * Fixed Doctrine populator to use ObjectManager instead of EntityManagerInterface (mgiustiniani)
  88. * Fixed docblock for Provider\Base::unique() (pschultz)
  89. * Added Payment providers (creditCardType, creditCardNumber, creditCardExpirationDate, creditCardExpirationDateString) (pomaxa)
  90. * Added unique() modifier
  91. * Added IDE insights to allow better intellisense/phpStorm autocompletion (thallisphp)
  92. * Added Polish (pl_PL) address provider, personal identity number and pesel number generator (nineinchnick)
  93. * Added Turkish (tr_TR) address provider, and improved internet provider (hasandz)
  94. * Fixed Propel column number guesser to use signed range of values (gunnarlium)
  95. * Added Greek (el_GR) person, address, and phone number providers (georgeharito)
  96. * Added Austrian (en_AU) address, Internet, and phone number providers (rcuddy)
  97. * Fixed phpDoc in Doctrine Entity populator (rogamoore)
  98. * Added French (fr_FR) phone number formats (vchabot)
  99. * Added optional() modifier (weotch)
  100. * Fixed typo in the Person provider documentation (jtreminio)
  101. * Fixed Russian (ru_RU) person format (alexshadow007)
  102. * Added Japanese (ja_JP) person, address, Internet, phone number, and company providers (kumamidori)
  103. * Added color providers, driver license and passport number formats for the ru_RU locale (pomaxa)
  104. * Added Latvian (lv_LV) person, address, Internet, and phone number providers (pomaxa)
  105. * Added Brazilian (pt_BR) Internet provider (vjnrv)
  106. * Added more Czech (cs_CZ) lastnames (petrkle)
  107. * Added Chinese Simplified (zh_CN) person, address, Internet, and phone number providers (tlikai)
  108. * Fixed Typos (pborelli)
  109. * Added Color provider with hexColor, rgbColor, rgbColorAsArray, rgbCssColor, safeColorName, and colorName formatters (lsv)
  110. * Added support for associative arrays in `randomElement` (aRn0D)
  111. 2013-06-09, v1.2.0
  112. ------------------
  113. * Added new provider for fr_BE locale (jflefebvre)
  114. * Updated locale provider to use a static locale list (spawn-guy)
  115. * Fixed invalid UTF-8 sequence in domain provider with the Bulgarian provider (Dynom)
  116. * Fixed the nl_NL Person provider (Dynom)
  117. * Removed all requires and added the autoload definition to composer (Dynom)
  118. * Fixed encoding problems in nl_NL Address provider (Dynom)
  119. * Added icelandic provider (is_IS) (birkir)
  120. * Added en_CA address and phone numbers (cviebrock)
  121. * Updated safeEmail provider to be really safe (TimWolla)
  122. * Documented alternative randomNumber usage (Seldaek)
  123. * Added basic file provider (anroots)
  124. * Fixed use of fourth argument on Doctrine addEntity (ecentinela)
  125. * Added nl_BE provider (wimvds)
  126. * Added Random Float provider (csanquer)
  127. * Fixed bug in Faker\ORM\Doctrine\Populator (mmf-amarcos)
  128. * Updated ru_RU provider (rmrevin)
  129. * Added safe email domain provider (csanquer)
  130. * Fixed latitude provider (rumpl)
  131. * Fixed unpredictability of fake data generated by Faker\Provider\Base::numberBetween() (goatherd)
  132. * Added uuid provider (goatherd)
  133. * Added possibility to call methods on Doctrine entities, possibility to generate unique id (nenadalm)
  134. * Fixed prefixes typos in 'pl_PL' Person provider (krymen)
  135. * Added more fake data to the Ukraininan providers (lysenkobv)
  136. * Added more fake data to the Italian providers (EmanueleMinotto)
  137. * Fixed spaces appearing in generated emails (alchy58)
  138. * Added Armenian (hy_AM) provider (artash)
  139. * Added Generation of valid SIREN & SIRET codes to French providers (alexsegura)
  140. * Added Dutch (nl_NL) provider (WouterJ)
  141. * Fixed missing typehint in Base::__construct() (benja-M-1)
  142. * Fixed typo in README (benja-M-1)
  143. * Added Ukrainian (ua_UA) provider (rsvasilyev)
  144. * Added Turkish (tr_TR) Provider (faridmovsumov)
  145. * Fixed executable bit in some PHP files (siwinski)
  146. * Added Brazilian Portuguese (pt_BR) provider (oliveiraev)
  147. * Added Spanish (es_ES) provider (ivannis)
  148. * Fixed Doctrine populator to allow for the population of entity data that has associations to other entities (afishnamedsquish)
  149. * Added Danish (da_DK) providers (toin0u)
  150. * Cleaned up whitespaces (toin0u)
  151. * Fixed utf-8 bug with lowercase generators (toin0u)
  152. * Fixed composer.json (Seldaek)
  153. * Fixed bug in Doctrine EntityPopulator (beberlei)
  154. * Added Finnish (fi_FI) provider (drodil)
  155. 2012-10-29, v1.1.0
  156. ------------------
  157. * Updated text provider to return paragraphs as a string instead of array. Great for populating markdown textarea fields (Seldaek)
  158. * Updated dateTimeBetween to accept DateTime instances (Seldaek)
  159. * Added random number generator between a and b, simply like rand() (Seldaek)
  160. * Fixed spaces in generated emails (blaugueux)
  161. * Fixed Person provider in Russian locale (Isamashii)
  162. * Added new UserAgent provider (blaugueux)
  163. * Added locale generator to Miscellaneous provider (blaugueux)
  164. * Added timezone generator to DateTime provider (blaugueux)
  165. * Added new generators to French Address providers (departments, regions) (geoffrey-brier)
  166. * Added new generators to French Company provider (catch phrase, SIREN, and SIRET numbers) (geoffrey-brier)
  167. * Added state generator to German Address provider (Powerhamster)
  168. * Added Slovak provider (bazo)
  169. * Added latitude and longitude formatters to Address provider (fixe)
  170. * Added Serbian provider (umpirsky)
  171. 2012-07-10, v1.0.0
  172. -----------------
  173. * Initial Version