Skip to content

Commit cd46398

Browse files
authored
Added changelog for 1.14.0 (#288)
Co-authored-by: Pim Jansen <[email protected]>
1 parent 1bda9f0 commit cd46398

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# CHANGELOG
22

3+
## 2021-03-29, v1.14.0
4+
5+
- Fix for realText to ensure the text keeps closer to its boundaries (#152)
6+
- Fix where regexify produces a random character instead of a literal dot (#135
7+
- Deprecate zh_TW methods that only call base methods (#122)
8+
- Add used extensions to composer.json as suggestion (#120)
9+
- Moved TCNo and INN from calculator to localized providers (#108)
10+
- Fix regex dot/backslash issue where a dot is replaced with a backslash as escape character (#206)
11+
- Deprecate direct property access (#164)
12+
- Added test to assert unique() behaviour (#233)
13+
- Added RUC for the es_PE locale (#244)
14+
- Test IBAN formats for Latin America (AR/PE/VE) (#260)
15+
- Added VAT number for en_GB (#255)
16+
- Added new districts for the ne_NP locale (#258)
17+
- Fix for U.S. Area Code Generation (#261)
18+
- Fix in numerify where a better random numeric value is guaranteed (#256)
19+
- Fix e164PhoneNumber to only generate valid phone numbers with valid country codes (#264)
20+
- Extract fixtures into separate classes (#234)
21+
- Remove french domains that no longer exists (#277)
22+
- Fix error that occurs when getting a polish title (#279)
23+
- Use valid area codes for North America E164 phone numbers (#280)
24+
25+
- Adding support for extensions and PSR-11 (#154)
26+
- Adding trait for GeneratorAwareExtension (#165)
27+
- Added helper class for extension (#162)
28+
- Added blood extension to core (#232)
29+
- Added barcode extension to core (#252)
30+
- Added number extension (#257)
31+
32+
- Various code style updates
33+
- Added a note about our breaking change promise (#273)
34+
335
## 2020-12-18, v1.13.0
436

537
Several fixes and new additions in this release. A lot of cleanup has been done

0 commit comments

Comments
 (0)