Skip to content

Releases: TrevorPilley/phone-number-parser

3.8.0

28 Nov 07:16
Compare
Choose a tag to compare

Features

This release adds support for Liechtenstein, Uganda and contains number updates for Malta.

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

+ public static CountryInfo Liechtenstein { get; }
+ public static CountryInfo Uganda { get; }

3.7.4

20 Nov 15:33
Compare
Choose a tag to compare

Features

Updates to Canada and United States number ranges.

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

None

3.7.3

04 Nov 19:50
Compare
Choose a tag to compare

Features

None

Bug fixes

San Marino landlines starting 8 or 9 were incorrectly flagged as premium rate numbers, they are now identified correctly.

San Marino landlines can be dialled with or without the Italian NDC 0549 via the San Marino country code and also within the Italian country code.

Therefore the San Marino number 882555 can be dialled in the following ways:

  • +378882555
  • +3780549882555
  • +390549882555

However this is only applicable to landlines starting 0, 8 or 9, the Italian data file has been constrained accordingly (San Marino IP telephony, premium rate and mobiles cannot be dialled via the Italian country code).

Behaviour changes

None

API changes

CountryInfo

None

3.7.2

28 Oct 11:59
ec50976
Compare
Choose a tag to compare

Features

None

Bug fixes

#723 Add more german mobile provider numbers

Behaviour changes

None

API changes

CountryInfo

None

3.7.1

23 Oct 19:07
033f1af
Compare
Choose a tag to compare

Features

None

Bug fixes

#718 Can't parse phone number for Luxembourg

Behaviour changes

None

API changes

CountryInfo

None

3.7.0

22 Oct 13:59
b30340a
Compare
Choose a tag to compare

Features

This release adds support for Colombia and contains number updates for the following countries:

  • Luxembourg

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

+ public static CountryInfo Colombia { get; }

3.6.0

23 Sep 14:17
a98fc8a
Compare
Choose a tag to compare

Features

This release adds support for Turkey phone numbers.

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

+ public static CountryInfo Turkey { get; }

3.5.7

14 Sep 12:34
4a990d8
Compare
Choose a tag to compare

Features

None

Bug fixes

  • TryParse throws an exception in certain scenarios following changes implemented in 3.5.6.

Behaviour changes

None

API changes

None

3.5.6

12 Sep 15:11
Compare
Choose a tag to compare

Features

This release contains number updates for the following countries:

  • Netherlands

Bug fixes

  • German phone number with extensions specified in older format were incorrectly parsed with some or all of the extension number included in the subscriber number.

Behaviour changes

None

API changes

None

3.5.5

08 Aug 10:53
Compare
Choose a tag to compare

Features

This release contains number updates for the following countries:

  • Germany

Bug fixes

None

Behaviour changes

None

API changes

None