Skip to content

Releases: opendevtools/telefonnummer

v2.1.0

05 Sep 06:49
Compare
Choose a tag to compare

2.1.0 (2019-09-05)

Features

  • add only mobile option to validator (15fd024)

v2.0.4

08 Jan 13:35
Compare
Choose a tag to compare

2.0.4 (2019-01-08)

Bug Fixes

v2.0.3

08 Jan 13:05
Compare
Choose a tag to compare

2.0.3 (2019-01-08)

Bug Fixes

  • actually handle non-numerical in validator (194942e)

v2.0.2

10 Dec 12:51
Compare
Choose a tag to compare

2.0.2 (2018-12-10)

Bug Fixes

  • parses internationalized phone number with leading zero (eff0010)

v2.0.1

27 Nov 19:58
Compare
Choose a tag to compare

2.0.1 (2018-11-27)

Bug Fixes

TypeScript and no default

02 Feb 08:45
Compare
Choose a tag to compare

Moved all of the code to TypeScript. Some minor edge cases actually emerged from the switch that have been fixed! ⭐️

Breaking changes

  • Removed the export default (parser)

Add Babel build step

04 Oct 09:57
Compare
Choose a tag to compare

Fix for IE11 not liking the ES2015 syntax.

Fixed issues

  • #3 - Broken in IE11

Migrate tests

24 Jul 19:44
Compare
Choose a tag to compare

Migrating tests to Jest

Validator

23 Jul 11:33
Compare
Choose a tag to compare

New features

  • Add phone number validator that handles mobile and landline numbers.