You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

116 lines
4.1 KiB

3 years ago
  1. # CHANGELOG
  2. ## 2021-07-06, v1.15
  3. - Updated the generator phpdoc to help identify magic methods (#307)
  4. - Prevent direct access and triggered deprecation warning for "word" (#302)
  5. - Updated length on all global e164 numbers (#301)
  6. - Updated last names from different source (#312)
  7. - Don't generate birth number of '000' for Swedish personal identity (#306)
  8. - Add job list for localization id_ID (#339)
  9. ## 2021-03-30, v1.14.1
  10. - Fix where randomNumber and randomFloat would return a 0 value (#291 / #292)
  11. ## 2021-03-29, v1.14.0
  12. - Fix for realText to ensure the text keeps closer to its boundaries (#152)
  13. - Fix where regexify produces a random character instead of a literal dot (#135
  14. - Deprecate zh_TW methods that only call base methods (#122)
  15. - Add used extensions to composer.json as suggestion (#120)
  16. - Moved TCNo and INN from calculator to localized providers (#108)
  17. - Fix regex dot/backslash issue where a dot is replaced with a backslash as escape character (#206)
  18. - Deprecate direct property access (#164)
  19. - Added test to assert unique() behaviour (#233)
  20. - Added RUC for the es_PE locale (#244)
  21. - Test IBAN formats for Latin America (AR/PE/VE) (#260)
  22. - Added VAT number for en_GB (#255)
  23. - Added new districts for the ne_NP locale (#258)
  24. - Fix for U.S. Area Code Generation (#261)
  25. - Fix in numerify where a better random numeric value is guaranteed (#256)
  26. - Fix e164PhoneNumber to only generate valid phone numbers with valid country codes (#264)
  27. - Extract fixtures into separate classes (#234)
  28. - Remove french domains that no longer exists (#277)
  29. - Fix error that occurs when getting a polish title (#279)
  30. - Use valid area codes for North America E164 phone numbers (#280)
  31. - Adding support for extensions and PSR-11 (#154)
  32. - Adding trait for GeneratorAwareExtension (#165)
  33. - Added helper class for extension (#162)
  34. - Added blood extension to core (#232)
  35. - Added barcode extension to core (#252)
  36. - Added number extension (#257)
  37. - Various code style updates
  38. - Added a note about our breaking change promise (#273)
  39. ## 2020-12-18, v1.13.0
  40. Several fixes and new additions in this release. A lot of cleanup has been done
  41. on the codebase on both tests and consistency.
  42. - Feature/pl pl license plate (#62)
  43. - Fix greek phone numbers (#16)
  44. - Move AT payment provider logic to de_AT (#72)
  45. - Fix wiktionary links (#73)
  46. - Fix AT person links (#74)
  47. - Fix AT cities (#75)
  48. - Deprecate at_AT providers (#78)
  49. - Add Austrian `ssn()` to `Person` provider (#79)
  50. - Fix typos in id_ID Address (#83)
  51. - Austrian post codes (#86)
  52. - Updated Polish data (#70)
  53. - Improve Austrian social security number generation (#88)
  54. - Move US phone numbers with extension to own method (#91)
  55. - Add UK National Insurance number generator (#89)
  56. - Fix en_SG phone number generator (#100)
  57. - Remove usage of mt_rand (#87)
  58. - Remove whitespace from beginning of el_GR phone numbers (#105)
  59. - Building numbers can not be 0, 00, 000 (#107)
  60. - Add 172.16/12 local IPv4 block (#121)
  61. - Add JCB credit card type (#124)
  62. - Remove json_decode from emoji generation (#123)
  63. - Remove ro street address (#146)
  64. ## 2020-12-11, v1.12.1
  65. This is a security release that prevents a hacker to execute code on the server.
  66. ## 2020-11-23, v1.12.0
  67. - Fix ro_RO first and last day of year calculation offset (#65)
  68. - Fix en_NG locale test namespaces that did not match PSR-4 (#57)
  69. - Added Singapore NRIC/FIN provider (#56)
  70. - Added provider for Lithuanian municipalities (#58)
  71. - Added blood types provider (#61)
  72. ## 2020-11-15, v1.11.0
  73. - Added Provider for Swedish Municipalities
  74. - Updates to person names in pt_BR
  75. - Many code style changes
  76. ## 2020-10-28, v1.10.1
  77. - Updates the Danish addresses in dk_DK
  78. - Removed offense company names in nl_NL
  79. - Clarify changelog with original fork
  80. - Standin replacement for LoremPixel to Placeholder.com (#11)
  81. ## 2020-10-27, v1.10.0
  82. - Support PHP 7.1-8.0
  83. - Fix typo in de_DE Company Provider
  84. - Fix dateTimeThisYear method
  85. - Fix typo in de_DE jobTitleFormat
  86. - Fix IBAN generation for CR
  87. - Fix typos in greek first names
  88. - Fix US job title typo
  89. - Do not clear entity manager for doctrine orm populator
  90. - Remove persian rude words
  91. - Corrections to RU names
  92. ## 2020-10-27, v1.9.1
  93. - Initial version. Same as `fzaninotto/Faker:v1.9.1`.