blob: 43a4497987a7eca9872c889079187a5240b03301 [file] [log] [blame]
Shaopeng Jia4b867ac2012-08-24 15:43:27 +02001July 12th, 2012: libphonenumber-5.0
2* Code changes:
3 - Support for alternate formats when finding phone numbers.
4 - Allowing two-digit numbers to be parsed if they are entered in national-format with no
5 punctuation
6* Metadata changes
7 - IL, GA
8* Other
9 - Reflowed this file to 100 char width to make it unambiguous as to what the standard should be.
10
11July 6th, 2012: libphonenumber-4.9.1
12* Metadata changes
13 - AR, BA, BF, CR, DE, EC, ES, KZ, MK, NC, NG, PF, SB, UZ, non-geo entity 882
14 - Geocoding data updates for country calling codes 54 (AR) and 81 (JP), new data for 234 (NG)
15
Shaopeng Jiabf5d9752012-07-13 13:46:11 +020016June 21st, 2012: libphonenumber-4.9
17* Bug fix
Shaopeng Jia4b867ac2012-08-24 15:43:27 +020018 - formatInOriginalFormat fixed not to add a star sign if it was not present originally.
Shaopeng Jiabf5d9752012-07-13 13:46:11 +020019* Metadata changes
20 - BF, CZ, ES, KW
Shaopeng Jia4b867ac2012-08-24 15:43:27 +020021 - Non-geographical entities with calling code 882 (BebbiCell, Maritime Communications, Oration
22 Technologies, Telespazio and Thuraya)
Shaopeng Jiabf5d9752012-07-13 13:46:11 +020023 - Geocoding data updates for country calling codes 221, 224, 226, 242, 244, 245
24* Functionality changes:
Shaopeng Jia4b867ac2012-08-24 15:43:27 +020025 - Minimum allowed length for a national significant number (NSN) when parsing changed from 3 to 2.
26 - Support parsing of RFC3966-formatted strings with an isdn-subaddress or extra parameters
27 specified.
Shaopeng Jiabf5d9752012-07-13 13:46:11 +020028 - Allow soft hyphen to appear in phone numbers (\u00AD)
29* Testing changes:
30 - Add extra unit tests for non-geographical phone number entities
31 - ExampleNumbersTest testEmergency tests now uses ShortNumberUtil
32
33June 14th, 2012: libphonenumber-4.8.5
34* Metadata update only:
35 - AC, CR, DE, DK, IL, IN, IS, KH, LI, LR, MA, MD, MK, PA, SA, SG, SS
36
37June 6th, 2012: libphonenumber-4.8.4
38* Metadata update only:
39 - AE, RO
40 - Non-geographical entity with calling code 881 (Iridium)
41
42May 30th, 2012: libphonenumber-4.8.3
43* Metadata update only:
44 - AN, ET, KW, MN, SX, TC, TL
45
46May 16th, 2012: libphonenumber-4.8.2
47* Metadata update only:
48 - BH, CR, EE, JO, KW, LA, QA, SI, TH
49 - Non-geographical entity with calling code 878 (VISIONng)
50
51May 8th, 2012: libphonenumber-4.8.1
52* Metadata update only:
53 - CA, CI, EG, HK, IN, IR, LB, MA, ME, MM
54 - Non-geographical entity with calling code 870 (Inmarsat)
55 - Geocoding updates for country calling codes 1 for new area codes
56
Shaopeng Jiab210e302012-05-14 14:48:12 +020057April 24th, 2012: libphonenumber-4.8
58* Functionality changes
59 - RFC format now outputs a number starting with "tel:"
60 - Parsing support for numbers in RFC format that contain the country info in the "phone-context"
61 part
62 - Support for obtaining area codes for Italy, Vatican City, San Marino
63* Metadata changes
64 - AM, AO, AR, BE, BF, CD, EG, GH, GM, GN, IN, IR, IT, JO, LA, LC, MD, MS, NO, PA, PK, SI, SJ, SO,
65 SY, TC, TN, UZ, VN, ZW
66 - Geocoding updates for country calling codes 1, 20, 233, 31, 33, 352, 374, 54, 56, 86
67* Refactoring of matching functions, including moving them to PhoneNumberMatcher.
68
Shaopeng Jiab0e21c22012-03-28 17:07:14 +020069March 16th, 2012: libphonenumber-4.7
70* Bug fixes
71 - Now return "too long" for input that is longer than 250 chars when parsing
72* Metadata changes
73 - AC,AM,AT,AZ,BF,BR,BY,BZ,CR,CU,DE,DJ,EE,EG,ET,GA,GH,HK,HN,ID,IN,JP,KE,KG,KH,KR,KW,KY,LB,LU,MA,MD,
74 MK,NA,NE,NZ,SA,SB,SC,SE,SL,SN,UZ
Shaopeng Jiab210e302012-05-14 14:48:12 +020075* Refactoring of test classes so that tests requiring the test metadata to be loaded have a common
76 base class which handles this.
Shaopeng Jiab0e21c22012-03-28 17:07:14 +020077
Shaopeng Jiacc0ae732012-02-15 22:45:16 +010078February 9th, 2012: libphonenumber-4.6
79* Bug fixes
80 - Fix for formatByPattern to enable RFC formatting to work
81 - Fix for RFC formatting to work even when the international formatting rule starts with
82 punctuation
83 - Logging consistency changes - some warnings are no longer printed, others have become only
84 WARNINGS
85 - Fix for isValidNumberForRegion potentially throwing a NPE
86 - Parsing Israeli * numbers written in international format now works
87 - PhoneNumberMatcher doesn't match timestamps as phone-numbers
88* Metadata changes
89 - Updates for AN, AX, BF, BJ, BR, BS, DJ, FI, IN, LV, MW, RS, SC, VN
90 - New countries supported: SS (South Sudan), CW (CuraƧao) and BQ (Bonaire, Sint Eustatius and Saba)
91* Refactoring of the private formatting functions in PhoneNumberUtil to ensure names are more
92 descriptive and to reduce code duplication.
93
Shaopeng Jia528b0d12012-01-27 12:36:27 +010094January 19th, 2012: libphonenumber-4.5
95* Code changes
96 - Support for non-geographical country calling codes (e.g. +800).
97 - Modify formatInOriginalFormat to not insert/remove/modify digits in the original number passed
98 in.
99 - Fix formatOutOfCountryKeepingAlphaChars to not throw a NPE.
100
101* Metadata changes
102 - Updates for AR, BH, CI, CN, CR, DE, GA, IL, JO, JP, KE, KZ, LB, LK, LT, MV, MW, MZ, NA, NL, NZ,
103 PL, RO, SA, SV, TM, UG, US
104 - New country calling codes: 800, 808, 883, 888, 979
105 - Geocoding data updates: AR, US
106
107December 9th, 2011: libphonenumber-4.4
108* Code changes
109 - Support for Voicemail numbers
110 - Support prefixes "xt" and "xtn" to indicate extensions of phone numbers
111 - Change formatInOriginalFormat to use raw_input for numbers with incorrect leading zeroes, instead
112 of all invalid numbers.
113
114* Metadata changes
115 - Updates for AR, BD, CH, CI, IL, IR, IS, IT, JP, KW, LR, MM, NG, SA, SC, UZ
116
Shaopeng Jia96a72142011-11-25 13:49:41 +0100117November 24th, 2011: libphonenumber-4.3
118* Code changes
119 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
120 removing national prefix for some numbers.
121 - Improve PhoneNumberMatcher to not match numbers ending with '%'.
122 - Fix formatNumberForMobileDialing to handle Israeli star numbers, Peruvian and Colombian numbers.
123 - Modify formatInOriginalFormat to use the raw input if we don't have a formatting pattern for a
124 number.
125 - Simple offline geocoding function which takes into account the user's region.
126
127* Metadata changes
128 - Updates for CR, GN, JP, KE, PL, SG, SR, SX, TH, TK
129
Shaopeng Jiaa48b2d22011-11-16 15:46:59 +0100130November 10th, 2011: libphonenumber-4.2
131* Code changes
132 - Providing an "exact match" isEmergencyNumber method
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200133 - Improvement to PhoneNumberMatcher: requires national prefix to be present when matching
134 national-format numbers, unless matching for a region where it is explicitly marked in the
135 metadata that they may be omitted. Applies to leniency level VALID and higher.
Shaopeng Jiaa48b2d22011-11-16 15:46:59 +0100136 - Change formatNumberForMobileDialing not to modify the phoneNumber passed in.
137
138* Metadata changes
139 - Emergency numbers added for all remaining countries
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200140 - Collected data on which numbers we format with a national prefix are commonly written without one
141 and added this
Shaopeng Jiaa48b2d22011-11-16 15:46:59 +0100142 - Updates for AR, AT, BH, CZ, GR, IR, KM, LT, MX, PT, SE, SO, UG
143 - Addition of SX (Sint Maarten)
144
Shaopeng Jiaca1e43d2011-10-25 20:38:42 +0200145October 19th, 2011: libphonenumber-4.1
146* Code changes
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200147 - Update code and metadata for countries with IDD "8~10" to accept phone numbers where the "~" is
148 omitted.
149 - Modify formatInOriginalFormat to use raw_input (when present) when the number is considered as
150 invalid by the library.
151 - Add ShortNumberUtil to deal with international short phone numbers, such as short codes and
152 emergency numbers.
Shaopeng Jiaca1e43d2011-10-25 20:38:42 +0200153 - Increase the maximum phone-number length accepted when parsing (now set to
154 16).
155
156* Metadata changes
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200157 - Updates: BF, BN, CN, DE, DK, DO, FR, IN, KI, KW, MC, MD, ML, PA, QA, SB, UK, WS
Shaopeng Jiaca1e43d2011-10-25 20:38:42 +0200158 - Emergency number information also added to: AE, AF, AL, AM, AR, AT, AU, BA,
159 BB, BD, BE, BG, BH, BO, BR, BY, CA, CH, CL, CN, CO, CR, CY, CZ, DE, DJ, DK,
160 DO, DZ, EC, EE, EG, ES, FI, FJ, FO, FR, GB, GE, GF, GH, GI, GL, GR, GT, GY,
161 HK, HN, HR, HU, ID, IE, IL, IN, IR, IS, IT, JM, JO, JP, KR, KW, KY, KZ, LB,
162 LK, LT, LU, LV, MA, MC, MD, ME, MK, ML, MM, MN, MO, MT, MU, MV, MX, MY, NG,
163 NI, NL, NO, NP, OM, PA, PE, PH, PK, PL, PM, PT, PY, QA, RO, RS, RU, RW, SA,
164 SB, SD, SE, SG, SI, SK, SL, SM, SR, SV, SY, TD, TH, TJ, TM, TN, TR, TT, TW,
165 UA, UG, US, UY, UZ, VA, VE, VN, VU, ZA, ZM, ZW
166
167October 6th, 2011: libphonenumber-4.0
168* Code changes
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200169 - New function formatNumberForMobileDialing, which attempts to format a number in such a way that
170 the call can be connected from a mobile phone. If this is impossible, for example for numbers
171 that cannot be internationally dialled, then an empty string is returned.
Shaopeng Jiaca1e43d2011-10-25 20:38:42 +0200172 - Fallback functionality to English for non-CJK languages for geocoding
173
174* Metadata changes
175 - Collecting data for emergency numbers
176 - Updates: AR, AU, BR, CN, CZ, EG, GD, IE, IL, JM, KW, KH, SD, SO, TR, UG, UZ
177 - Geocoding data changes: AO, AR, AT, BJ, BR, CD, CG, CI, CL, CN, CV, DE, ES,
178 FR, GR, GW, HU, KM, MR, MZ, NL, PL, PT, SE, ST, SZ
179
180September 13th, 2011: libphonenumber-3.9
181* Code changes
182 - Enable AsYouTypeFormatter to handle long IDD and NDD.
183 - Allow the presence of an IDD following a +.
184 - Fix formatting of phone numbers which contain only 0s in the national number.
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200185 - Refactored some code in geocoding including AreaCodeMap and the storage strategies.
Shaopeng Jiaca1e43d2011-10-25 20:38:42 +0200186
187* Metadata changes
188 - Updates: AM, BE, BH, BJ, BR, BT, BZ, CI, CL, CN, DE, DK, DM, DZ, EC, EG, FJ,
189 GR, HR, HT, IN, IQ, IS, JM, KE, KG, KH, KR, LA, LB, LR, MA, MD, ML, MO, MX,
190 MY, NE, NG, PG, PH, PK, PY, QA, SA, SD, SG, SN, TD, TG, TH, TN, TT, UG, YE,
191 ZA, ZM
192 - New geocoding data for: AC, CG, CU, CV, EG, ET, FI, FI, FI, GL, JP, KM, MA,
193 MA, MU, MU, MU, MZ, RS, SH, SH, SL, SO, ST, TG, TG, TG, UG, ZM
194 - Updated geocoding data for: AR, DE
195
Shaopeng Jiaf7e02242011-08-15 17:03:30 +0200196August 11th, 2011: libphonenumber-3.8
197* Code changes
198 - Fix to demo to not throw null-ptr exceptions for invalid NANPA numbers
199 - Fixed AYTF to not accept plus signs in the middle of input
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200200 - PhoneNumberMatcher improvements - added STRICT_GROUPING and EXACT_GROUPING levels, numbers
201 followed/preceded by a currency symbol will not match, multiple numbers separated by phone-number
202 punctuation will now match. ", " is no longer accepted as an extension symbol when matching, only
203 when parsing. "x" is only accepted as a carrier code or extension marker, not otherwise.
204 - Changes to handling of leading zeroes - these will not be silently ignored anymore, but will be
205 stored as part of the number.
206 - PhoneNumberOfflineGeocoder - new method to get the description of a number that assumes the
207 validity of the number has already been checked and will not re-verify it.
Shaopeng Jiaf7e02242011-08-15 17:03:30 +0200208 - Split geocoding US binary data into multiple files.
209
210* Metadata changes
211 - Updates: AR, AT, AU, AZ, BE, BF, BH, BY, CA, CN, CO, CR, HT, HU, IT, KG, KH,
212 LB, LI, ME, NC, RS, SE, TT, US, VG, ZA
213 - New geocoding data for: AL, AM, AO, BF, BJ, BW, CD, CI, CZ, DZ, EE, GH, GM,
214 GN, GR, GW, HU, IS, KE, LK, LS, LT, LU, LV, MD, MG, MR, NA, PE, QN, SD, SK,
215 SN, SZ, TN, VE, VN, ZA, ZW
216 - Updated geocoding data for: GB, PT, US
217 - Revised sorting of geocoding data
218
Shaopeng Jia9651f4d2011-07-05 11:50:58 +0200219July 5th, 2011
220* Code changes
221 - Refactored AreaCodeMap to minimize binary and memory footprint by using 2 different strategies.
222 - Refactored BuildMetadataFromXml.java and added unittests.
223
224* Metadata changes
225 - Regenerate binaries for all existing area code mapping data with smaller sizes.
226 - Added city-level area code data mapping for US and Canada.
227
Shaopeng Jia249f28f2011-06-29 16:01:24 +0200228June 29th, 2011
229* Code changes
230 - Fixed issue 38, issue 39, issue 41 and issue 43
231
232* Metadata changes
233 - Added phone number area mapping files for
234 - JP in Japanese
235 - FR in French
236 - TW in English, Simplified and Traditional Chinese
237 - RU in English
238 - IT in English and Italian
239 - PT in Portuguese
240 - TR in English and Turkish
241 - CH in English, German, French and Italian
242 - Updates: CR, GE, IT, JP, KW, MH, MP, MU, PE, PM, RW, TG, TJ, TK
243
Shaopeng Jiad1db4c52011-06-23 09:54:42 +0200244June 14th, 2011
245* Code changes
246 - Added PhoneNumberOfflineGeocoder, supporting classes and their unittests.
247 - Added GenerateAreaCodeData to transform phone number area mapping files from text files to binary
248 files.
249 - Modified PhoneNumberParserServlet.java and phonenumberparser.jsp to incorporate
250 PhoneNumberOfflineGeocoding in the appengine demo.
251
252* Metadata changes
253 - Added phone number area mapping files for NANPA countries and GB in English, NL in Dutch, AR, CL
254 and ES in Spanish, AT and DE in German, SE in Swedish, BR in Portuguese, KR in English, Korean,
255 Simplified and Traditional Chinese, and CN in Simplified Chinese.
256
257June 10th, 2011
258* Code changes:
259 - Fixes for PhoneNumberMatcher to be more restrictive in valid mode and not match numbers
260 surrounded by Latin characters. This ensures, for example, the string abc123456789acg will not be
261 marked as a phone numbers.
262 - Enable PhoneNumberUtil to handle all digits, rather than a subset
263 - Fix for AYTF issue36 and improvement for US AYTF behaviour.
264* Metadata changes:
265 - Updates: BG, EG, ES, GH, PF, SC, SY, VA
266
Shaopeng Jia372bff82011-05-24 10:47:15 +0200267May 24th, 2011
268* Code changes:
269 - Phonenumber now implements Serializable.
270 - findNumbers doesn't accept numbers with mis-matched brackets as phone-numbers
271 - An offline phone number geocoder has been added. The current implementation just returns the
272 region name for the phone number; more detailed geocoding will be added later.
273* Metadata changes:
274 - New countries: GF, KP, NC, PA, PF, PW, PY, SB, SR, TO, UY, VU
275 - Updates: CY, CZ, ES, GB, GQ, JM, MQ, TN, VI
276
277May 9th, 2011
278* Code changes:
279 - Fixed potential for a null-ptr exception in getExampleNumber
280 - Potential speed improvement with replacement of StringBuffer with StringBuilder
281* Metadata changes
282 - Changed way that international formats are specified to make it easier to do so
283 - New countries: AX, CC, CX, WF
284 - Updates: AM, AR, AU, AW, CN, CO, CR, DM, EC, ET, FI, FJ, GH, IN, JP, KE, KM,
285 KN, LR, MD, MQ, MX, NP, PH, SC, SE, SM, SN, SY, UG, US, VC, VI, ZM
286
287Apr 26th, 2011
288* Code changes:
289 - Improved PhoneNumberMatcher for cases with other numbers before or after the phone number.
290 - Improved AsYouTypeFormatter not to use formatting rules containing non-formatting characters
291 (e.g. '*' in Israeli star numbers).
292* Metadata changes:
293 - New countries: FJ, FM, GY, NF, NI, NR, TV.
294 - Updates: AM, AZ, BF, BW, BZ, CI, CR, GB, GP, HK, JM, KH, LB, LY, MV, PE, PK, SZ, TJ, US.
295* Minor documentation updates
296
297Apr 11th, 2011
298* Bug fixes:
299 - Adding date exclusion pattern in PhoneNumberMatcher.
300 - Fixing bug with selecting a suitable region for numbers with leading zeros where mutiple regions
301 for that country code are possible.
302* Metadata changes:
303 - Updates: AG, AI, AS, BB, BM, BS, CA, DM, DO, ET, FO, GD, GE, GU, IN, JM, KN, KY, LC, MN, MP, MR,
304 MS, NO, PR, TC, TR, TT, US, VC, VG, VI
305 - New countries: CK, FK, GT, IO, KI, SJ, SV
306* Documentation updates and some small refactoring to AsYouTypeFormatter
307
308Mar 31st, 2011
309* New functionality:
310 - Can parse and format numbers in RFC-3966 format.
311 - Added isAlphaNumber to check to see if a number is a "vanity" or "alpha" number
312 - Can format a number made up of alpha-characters in an "out-of-country" format (e.g. 0011 1
313 800-SIX-FLAG to dial an American alpha-number from Australia).
314* Code changes:
315 - Renamed private vars, private methods and fixed comments to try and differentiate between country
316 (calling) codes and region codes.
317 == Non-backwards-compatible API changes: ==
318 - Renamed getSupportedCountries to getSupportedRegions, as this more accurately reflects that the
319 library is based around region codes.
320 - getNationalSignificantNumber is no longer a static method, but is instead an instance method.
321* Metadata changes:
322 - Bug-fixes and updates for AU, AZ, EE, FI, IN, JO, KW, KZ, MV, RU, RR, VA
323 - New country: ME
324
325Mar 22nd, 2011
326* Metadata changes:
327 - New mobile-number pattern for AU
328
Shaopeng Jia52699e02011-03-22 14:22:53 +0100329Mar 10th, 2011
330* New functionality:
331 - New function to format a number with the preferred domestic carrier code used when parsing,
332 falling back to a default calling code otherwise (formatNationalNumberWithPreferredCarrierCode).
333 - We now store the preferred domestic carrier code used when the user calls parseAndKeepRawInput
334 - New functionality to extract phone-numbers from text (findNumbers). This is just the first
335 version - it does not extract ALPHA numbers such as 0800 CALL ME, or numbers where alternate
336 endings are specified (such as 03-331 6005/6006).
337* Code changes:
338 - Tidying up the test file to use several pre-defined phone number constants
339 - Fixing several lint errors
340 - Added javadoc to formatNationalNumberWithCarrierCode
341 - Fixed bug where a null pointer exception was thrown when getAsYouTypeFormatter was called with an
342 invalid region code
343 - Improved AsYouTypeFormatter to deal with countries with variable-length patterns such as LU
344* Metadata changes:
345 - Bug-fixes and updates for the following countries: BF, BO, BR, CL, CO, CR, DK, FO, GE, KR, KW,
346 LA, LU, MU, SC, SH, TR, VE
347 - New country: SH
348
349Mar 10th, 2011
350* Code changes:
351 - releasing the code to run the demo on localhost or appengine.
352
353Mar 7th, 2011
354* Metadata changes:
355 - Adding support for AC
356
Shaopeng Jia74aa8622011-02-11 16:11:35 +0100357Feb 11th, 2011
358* Metadata changes:
359 - Update UAN number ranges for IM and JE.
360
361Feb 9th, 2011
362* Code changes:
363 - Better isNumberMatch method. This will now recognise numbers starting with a national prefix as
364 an NSN_MATCH, instead of SHORT_NSN_MATCH.
365 == Note Non-backwards-compatible API change here! ==
366 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one
367 or other of the numbers provided do not match.
368 - New number-type UAN now supported in the code. This represents Company Numbers or Universally
369 Accessible Numbers.
370* Metadata changes:
371 - Bug-fixes and updates for the following countries: AG, AZ, BA, BE, CA, CU, ES, FI, GB, GD, GG,
372 IE, IL, IM, IN, IR, IT, JE, JP, KR, KW, NG, NZ, PK, PS, PT, RU, SE, SG, SY, US
373 - New countries: CO, LU, LY, MC, SM
374 - Addition of "Personal Number" ranges to all NANPA countries
375
376Jan 31st, 2011
377* Code changes:
378 - Introducing equals() and hashCode() methods for the Phonenumber.PhoneNumber class
379
380Jan 28th, 2011
381* Code changes:
382 - Fixing critical bug with non-Android-compatible code. isEmpty() was being used and CANON_EQ in
383 reg-ex matches.
384
385Jan 20th, 2011
386* Code improvements:
387 - Handle null phone-numbers when parsing by throwing a NumberParseException.
388 - Handle extension written with an accented "o", as per Spanish, when parsing.
389 - Handle U+30FC dashes as phone-number punctuation.
390 - Allow "ZZ" or null regions to be specified for numbers starting with a full-width "+" symbol, or
391 with other characters (such as whitespace) before the leading +.
392 - new getLengthOfNationalDestinationCode function
393* Metadata changes:
394 - New types of numbers introduced: UAN (universal or "company" numbers) and short codes. Note that
395 "generalDesc" patterns do not encompass short-codes. No code-support for these has been
396 introduced as of yet. We are also now enabling the collection of data for information such as
397 area-code-optional, and no-international-dialling ranges.
398 - Data updates as per ITU notifications/bug fixes for the following countries: AM, BH, CD, CG, CR,
399 DE, DJ, EE, GB, GN, HU, IE, JO, JP, LB, LR, MA, MK, MN, MR, NA, PG, SC, SG, SO, SZ, VN, ZA, ZW
400 - Data added for the following countries: BZ, CU, EC, FO, GI, HN, HT, LK, MT, MV, NU, PS, SD
401 - Indentation fixes in reg-exes for the following countries: BG, GB
402 - Allow nationalPrefixForParsing to be specified for countries with no national prefix, to handle
403 possible carrier prefixes
404
405Jan 3rd, 2011
406* Metadata changes:
407 - Updates to JE
408 - Updated comments for GB/GG/IM/JE
409
410November 25th, 2010
411* Metadata changes:
412 - Updates to existing countries: AD, AG, AI, AN, AS, BB, BG, BM, BS, BW, CA, DM, DO, GD, GH, GM,
413 GU, IN, JM, KN, KY, KZ, LB, LC, MP, MS, PR, SY, TC, TT, TZ, US, VC, VG, VI.
414 - Reorganize reg-exes for better readability.
415 - Updated comments.
416
Lara Rennie256a5f72010-10-25 21:38:42 +0200417October 22nd, 2010
Shaopeng Jia74aa8622011-02-11 16:11:35 +0100418* Metadata changes:
419 - Updates to existing countries: AE, GB, GG, IM, JE
420
421October 15th, 2010
Lara Rennie256a5f72010-10-25 21:38:42 +0200422* Code improvements:
423 - Allowed parsing of numbers that start with "++" or a full-width "+" symbol
Shaopeng Jia74aa8622011-02-11 16:11:35 +0100424 - Allowed reg-exes for national and possible number patterns to have white space in them in the
Lara Rennie256a5f72010-10-25 21:38:42 +0200425 source XML file
426 - Added a more useful toString method for the phone number proto class
427* Metadata changes:
Shaopeng Jia74aa8622011-02-11 16:11:35 +0100428 - Updates to existing countries: AF, BF, BO, ES, GB, GG, IM, IS, JE, JE, JP, KR, PE, PT, RU, SE,
429 TT, ZW
Lara Rennie256a5f72010-10-25 21:38:42 +0200430* Bug fixes:
431 - Parsing empty strings with invalid region codes no longer throws a null pointer exception
432
Shaopeng Jiab2697412010-09-06 08:55:10 +0200433September 4th, 2010
434* Code improvement:
435 - Added new phone number type: pager
436* Metadata change:
437 - update to existing country: GG, IM, JE, RS, RU
438* Bug fixes:
439 - ArrayOutOfBoundException in AsYouTypeFormatter.getRememberedPosition()
440 - AsYouTypeFormatter for UK childline number
441
442September 1st, 2010
443* Bug fix on KZ metadata.
444
445August 17th, 2010
446* Code improvement:
447 - Refactored BuildMetadataProtoFromXml.java into BuildMetadataFromXml.java and
448 BuildMetadataProtoFromXml.java
449 - Added BuildMetadataProtoFromXml.java and JSArrayBuilder.java
450 - Refactored CountryCodeToRegionCodeMap and CountryCodeToRegionCodeMapForTesting into separate
451 files.
452
Shaopeng Jiaf59ccfc2010-08-17 09:58:47 +0200453August 16th, 2010
454* Bug fixes
455 - AsYouTypeFormatter for formatting Chinese geographical numbers entered in national format.
456 - AsYouTypeFormatter for formatting Chinese 400/800 numbers entered in national format.
457* Metadata change:
458 - new countries: AM, AN, BH, GL, IS
459 - adding national prefix 1 to all NANPA countries.
460 - update to existing countries: BF, FR, UK, PK, RE
461
462August 4th, 2010
Shaopeng Jiaf59ccfc2010-08-17 09:58:47 +0200463* Further improve startup performance
464 - Preload no country specific metadata at startup.
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200465 - Stop creating the file containing mapping from country calling code to region code and loading
466 it at startup; instead, do the initialization in PhoneNumberUtil.
Shaopeng Jiaf59ccfc2010-08-17 09:58:47 +0200467
Shaopeng Jiafa421402010-07-31 13:00:06 +0200468July 31th, 2010
469
470* Improve startup performance
471 - Separate generated metadata binary file to one file per region
472 - Preload US at start up, and load other region at the time when needed
Shaopeng Jia4b867ac2012-08-24 15:43:27 +0200473 - Create a file containing mapping from country calling code to region code, and load it at
474 startup
Shaopeng Jiafa421402010-07-31 13:00:06 +0200475 - Same change also applied to unittests
476
477July 30th, 2010
Shaopeng Jiafa421402010-07-31 13:00:06 +0200478* Metadata change:
479 - new country: TL
480 - update to existing country: AZ, CN, FR, GH, JO, LA, PG, PK, QA, SZ, UA, VN
481
482* Code improvement
483 - China local number formatting for AsYouTypeFormatter
Lara Rennie256a5f72010-10-25 21:38:42 +0200484 - improve extension parsing to handle number in the form of +1 (645) 123 1234 ext. 910#