|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/marmelroy/PhoneNumberKit/tree/HEAD) |
| 3 | +## [1.1.1](https://github.com/marmelroy/PhoneNumberKit/tree/1.1.1) (2016-12-12) |
| 4 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.1.0...1.1.1) |
4 | 5 |
|
5 | | -[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.8.5...HEAD) |
| 6 | +**Closed issues:** |
| 7 | + |
| 8 | +- Examples don't work. [\#93](https://github.com/marmelroy/PhoneNumberKit/issues/93) |
| 9 | +- \[HELP NEEDED\] How do I preset values for PhoneNumberTextField? [\#88](https://github.com/marmelroy/PhoneNumberKit/issues/88) |
| 10 | +- make it as extension [\#78](https://github.com/marmelroy/PhoneNumberKit/issues/78) |
| 11 | + |
| 12 | +## [1.1.0](https://github.com/marmelroy/PhoneNumberKit/tree/1.1.0) (2016-12-04) |
| 13 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.5...1.1.0) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- PhoneNumberKit still parses type with ignoreType set to true [\#92](https://github.com/marmelroy/PhoneNumberKit/issues/92) |
| 18 | + |
| 19 | +**Closed issues:** |
| 20 | + |
| 21 | +- More faster [\#79](https://github.com/marmelroy/PhoneNumberKit/issues/79) |
| 22 | + |
| 23 | +## [1.0.5](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.5) (2016-12-03) |
| 24 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.4...1.0.5) |
| 25 | + |
| 26 | +## [1.0.4](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.4) (2016-12-02) |
| 27 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.3...1.0.4) |
| 28 | + |
| 29 | +**Closed issues:** |
| 30 | + |
| 31 | +- I need to format a "test" phone number to E164 but parse\(\) throws [\#77](https://github.com/marmelroy/PhoneNumberKit/issues/77) |
| 32 | +- \[Swift 3\] Subclass PhoneNumberTextField [\#76](https://github.com/marmelroy/PhoneNumberKit/issues/76) |
| 33 | + |
| 34 | +## [1.0.3](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.3) (2016-11-29) |
| 35 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.2...1.0.3) |
| 36 | + |
| 37 | +**Closed issues:** |
| 38 | + |
| 39 | +- How to get leadingDigits? [\#90](https://github.com/marmelroy/PhoneNumberKit/issues/90) |
| 40 | +- Does not compile with Xcode 8.1 [\#89](https://github.com/marmelroy/PhoneNumberKit/issues/89) |
| 41 | +- Customize Phone Region [\#86](https://github.com/marmelroy/PhoneNumberKit/issues/86) |
| 42 | + |
| 43 | +## [1.0.2](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.2) (2016-11-28) |
| 44 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.1...1.0.2) |
| 45 | + |
| 46 | +**Closed issues:** |
| 47 | + |
| 48 | +- swift 3 build errors [\#85](https://github.com/marmelroy/PhoneNumberKit/issues/85) |
| 49 | +- Do we have getCountryCodeForRegion Function [\#84](https://github.com/marmelroy/PhoneNumberKit/issues/84) |
| 50 | +- Unrecognized selector crash in PhoneNumberTextField [\#82](https://github.com/marmelroy/PhoneNumberKit/issues/82) |
| 51 | +- Change PhoneNumberTextField access to open to allow overriding [\#73](https://github.com/marmelroy/PhoneNumberKit/issues/73) |
| 52 | +- PartialFormatter has wrong access level to its initializers [\#72](https://github.com/marmelroy/PhoneNumberKit/issues/72) |
| 53 | +- PhoneNumber name collisions [\#50](https://github.com/marmelroy/PhoneNumberKit/issues/50) |
| 54 | + |
| 55 | +## [1.0.1](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.1) (2016-10-03) |
| 56 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/1.0.0...1.0.1) |
| 57 | + |
| 58 | +**Closed issues:** |
| 59 | + |
| 60 | +- toInternational\(\) method can be static [\#69](https://github.com/marmelroy/PhoneNumberKit/issues/69) |
| 61 | + |
| 62 | +## [1.0.0](https://github.com/marmelroy/PhoneNumberKit/tree/1.0.0) (2016-10-02) |
| 63 | +[Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.8.5...1.0.0) |
6 | 64 |
|
7 | 65 | **Closed issues:** |
8 | 66 |
|
|
13 | 71 | - Missing country [\#61](https://github.com/marmelroy/PhoneNumberKit/issues/61) |
14 | 72 | - Not working in Simulator [\#59](https://github.com/marmelroy/PhoneNumberKit/issues/59) |
15 | 73 |
|
16 | | -**Merged pull requests:** |
17 | | - |
18 | | -- Update to Xcode 8 GM [\#63](https://github.com/marmelroy/PhoneNumberKit/pull/63) ([davbeck](https://github.com/davbeck)) |
19 | | - |
20 | 74 | ## [0.8.5](https://github.com/marmelroy/PhoneNumberKit/tree/0.8.5) (2016-08-06) |
21 | 75 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.8.4...0.8.5) |
22 | 76 |
|
|
25 | 79 | - Maximum Characters for PhoneNumberTextField [\#58](https://github.com/marmelroy/PhoneNumberKit/issues/58) |
26 | 80 | - Number phone template from region [\#57](https://github.com/marmelroy/PhoneNumberKit/issues/57) |
27 | 81 | - Detecting wrong country code from phone number [\#54](https://github.com/marmelroy/PhoneNumberKit/issues/54) |
28 | | -- Add framework archive to release [\#15](https://github.com/marmelroy/PhoneNumberKit/issues/15) |
29 | 82 |
|
30 | 83 | ## [0.8.4](https://github.com/marmelroy/PhoneNumberKit/tree/0.8.4) (2016-06-01) |
31 | 84 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.8.3...0.8.4) |
32 | 85 |
|
33 | 86 | **Closed issues:** |
34 | 87 |
|
35 | 88 | - Incompatible with pod "BlocksKit" [\#49](https://github.com/marmelroy/PhoneNumberKit/issues/49) |
36 | | -- Detection of UK Numbers doesn't work in 99% of real world use cases [\#47](https://github.com/marmelroy/PhoneNumberKit/issues/47) |
37 | | -- Expected Declaration error [\#46](https://github.com/marmelroy/PhoneNumberKit/issues/46) |
38 | 89 | - Do not submit apps with GCC-style coverage [\#45](https://github.com/marmelroy/PhoneNumberKit/issues/45) |
39 | 90 |
|
40 | | -**Merged pull requests:** |
41 | | - |
42 | | -- Fix sample projects [\#48](https://github.com/marmelroy/PhoneNumberKit/pull/48) ([egrim](https://github.com/egrim)) |
43 | | - |
44 | 91 | ## [0.8.3](https://github.com/marmelroy/PhoneNumberKit/tree/0.8.3) (2016-05-05) |
45 | 92 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.8.2...0.8.3) |
46 | 93 |
|
|
61 | 108 |
|
62 | 109 | **Closed issues:** |
63 | 110 |
|
64 | | -- dependency problem? [\#44](https://github.com/marmelroy/PhoneNumberKit/issues/44) |
65 | 111 | - Allow to separate a PhoneNumber's country prefix from the rest [\#32](https://github.com/marmelroy/PhoneNumberKit/issues/32) |
66 | 112 | - Can't dissociate a possible phone number from a valid phone number [\#30](https://github.com/marmelroy/PhoneNumberKit/issues/30) |
67 | 113 |
|
68 | | -**Merged pull requests:** |
69 | | - |
70 | | -- Fix wrong region code uses [\#41](https://github.com/marmelroy/PhoneNumberKit/pull/41) ([dulaccc](https://github.com/dulaccc)) |
71 | | - |
72 | 114 | ## [0.7](https://github.com/marmelroy/PhoneNumberKit/tree/0.7) (2016-03-27) |
73 | 115 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.6.4...0.7) |
74 | 116 |
|
75 | 117 | **Closed issues:** |
76 | 118 |
|
77 | 119 | - ParseOperationValueProvider - expected declaration error [\#39](https://github.com/marmelroy/PhoneNumberKit/issues/39) |
78 | 120 | - 0.6.4 is not compiling anymore [\#37](https://github.com/marmelroy/PhoneNumberKit/issues/37) |
79 | | -- Determination of PhoneNumber.type is incorrect [\#34](https://github.com/marmelroy/PhoneNumberKit/issues/34) |
80 | | - |
81 | | -**Merged pull requests:** |
82 | | - |
83 | | -- Fixes for PhoneNumber type determination [\#40](https://github.com/marmelroy/PhoneNumberKit/pull/40) ([fikus](https://github.com/fikus)) |
84 | 121 |
|
85 | 122 | ## [0.6.4](https://github.com/marmelroy/PhoneNumberKit/tree/0.6.4) (2016-03-23) |
86 | 123 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.6.3...0.6.4) |
|
92 | 129 | ## [0.6.3](https://github.com/marmelroy/PhoneNumberKit/tree/0.6.3) (2016-03-17) |
93 | 130 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.6.2...0.6.3) |
94 | 131 |
|
95 | | -**Closed issues:** |
96 | | - |
97 | | -- Cannot modify PhoneNumberTextField delegate. [\#26](https://github.com/marmelroy/PhoneNumberKit/issues/26) |
98 | | - |
99 | | -**Merged pull requests:** |
100 | | - |
101 | | -- Make Constants public for easier subclassing [\#31](https://github.com/marmelroy/PhoneNumberKit/pull/31) ([danielrhodes](https://github.com/danielrhodes)) |
102 | | - |
103 | 132 | ## [0.6.2](https://github.com/marmelroy/PhoneNumberKit/tree/0.6.2) (2016-02-21) |
104 | 133 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.6.1...0.6.2) |
105 | 134 |
|
106 | 135 | **Closed issues:** |
107 | 136 |
|
108 | 137 | - Image not found error [\#25](https://github.com/marmelroy/PhoneNumberKit/issues/25) |
109 | | -- Install manually [\#24](https://github.com/marmelroy/PhoneNumberKit/issues/24) |
110 | 138 |
|
111 | 139 | ## [0.6.1](https://github.com/marmelroy/PhoneNumberKit/tree/0.6.1) (2016-02-12) |
112 | 140 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.6...0.6.1) |
113 | 141 |
|
114 | 142 | **Closed issues:** |
115 | 143 |
|
116 | 144 | - Trying to Create a Pull Request [\#21](https://github.com/marmelroy/PhoneNumberKit/issues/21) |
117 | | -- Better formatting and a version of AsYouTypeFormatter [\#2](https://github.com/marmelroy/PhoneNumberKit/issues/2) |
118 | 145 |
|
119 | 146 | ## [0.6](https://github.com/marmelroy/PhoneNumberKit/tree/0.6) (2016-02-11) |
120 | 147 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.3...0.6) |
|
126 | 153 |
|
127 | 154 | - Make PartialFormatter public [\#17](https://github.com/marmelroy/PhoneNumberKit/issues/17) |
128 | 155 | - Memory leak [\#16](https://github.com/marmelroy/PhoneNumberKit/issues/16) |
129 | | -- Cocoapod install error [\#12](https://github.com/marmelroy/PhoneNumberKit/issues/12) |
130 | | -- Conflict with GooglePlacesAutocomplete [\#11](https://github.com/marmelroy/PhoneNumberKit/issues/11) |
131 | 156 |
|
132 | 157 | ## [0.2](https://github.com/marmelroy/PhoneNumberKit/tree/0.2) (2015-12-13) |
133 | 158 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.1.7...0.2) |
134 | 159 |
|
135 | | -**Closed issues:** |
136 | | - |
137 | | -- Add a FixedLineOrMobile type [\#9](https://github.com/marmelroy/PhoneNumberKit/issues/9) |
138 | | - |
139 | 160 | ## [0.1.7](https://github.com/marmelroy/PhoneNumberKit/tree/0.1.7) (2015-11-21) |
140 | 161 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.1.6...0.1.7) |
141 | 162 |
|
142 | | -**Closed issues:** |
143 | | - |
144 | | -- PNK fails to identify an improper number [\#8](https://github.com/marmelroy/PhoneNumberKit/issues/8) |
145 | | - |
146 | 163 | ## [0.1.6](https://github.com/marmelroy/PhoneNumberKit/tree/0.1.6) (2015-11-06) |
147 | 164 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.1.5...0.1.6) |
148 | 165 |
|
|
152 | 169 | ## [0.1.4](https://github.com/marmelroy/PhoneNumberKit/tree/0.1.4) (2015-11-02) |
153 | 170 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.1.3...0.1.4) |
154 | 171 |
|
155 | | -**Closed issues:** |
156 | | - |
157 | | -- fatal error: unexpectedly found nil while unwrapping an Optional value [\#5](https://github.com/marmelroy/PhoneNumberKit/issues/5) |
158 | | - |
159 | 172 | ## [0.1.3](https://github.com/marmelroy/PhoneNumberKit/tree/0.1.3) (2015-11-01) |
160 | 173 | [Full Changelog](https://github.com/marmelroy/PhoneNumberKit/compare/0.1.2...0.1.3) |
161 | 174 |
|
|
0 commit comments