Skip to content

Releases: TrevorPilley/phone-number-parser

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

3.5.4

05 Aug 07:51
Compare
Choose a tag to compare

Features

This release contains number updates for the following countries:

  • Poland
  • North Macedonia

Bug fixes

None

Behaviour changes

None

API changes

None

3.5.3

10 Jun 09:07
Compare
Choose a tag to compare

Features

This release contains number updates for the following countries:

  • Czech Republic
  • Denmark
  • Gibraltar

Bug fixes

None

Behaviour changes

None

API changes

None

3.5.2

29 May 19:16
Compare
Choose a tag to compare

Features

This release contains number updates for the following countries:

  • France
  • Nigeria
  • South Africa
  • Hong Kong
  • Singapore
  • Brazil
  • Australia
  • Papua New Guinea
  • Belarus

Bug fixes

None

Behaviour changes

None

API changes

None

3.5.1

30 Apr 19:17
Compare
Choose a tag to compare

Features

None

Bug fixes

TryParse(string, out IEnumerable<PhoneNumber>) returns true if no numbers matched.

Behaviour changes

None

API changes

None

3.5.0

15 Apr 13:29
Compare
Choose a tag to compare

Features

This release adds support for Bosnia and Herzegovina, Iceland, North Macedonia and Tanzania phone numbers.

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

+ public static CountryInfo BosniaAndHerzegovina { get; }
+ public static CountryInfo Iceland { get; }
+ public static CountryInfo NorthMacedonia { get; }
+ public static CountryInfo Tanzania { get; }

3.4.0

05 Apr 13:13
1bf2886
Compare
Choose a tag to compare

Features

This release adds support for Montenegro phone numbers, moves to .NET 8 and contains some minor changes to follow best practices for performance.

Bug fixes

None

Behaviour changes

None

API changes

CountryInfo

+ public static CountryInfo Montenegro { get; }