Releases: opendevtools/telefonnummer
Releases · opendevtools/telefonnummer
v2.1.0
2.1.0 (2019-09-05)
Features
- add only mobile option to validator (15fd024)
v2.0.4
2.0.4 (2019-01-08)
Bug Fixes
v2.0.3
2.0.3 (2019-01-08)
Bug Fixes
- actually handle non-numerical in validator (194942e)
v2.0.2
2.0.2 (2018-12-10)
Bug Fixes
- parses internationalized phone number with leading zero (eff0010)
v2.0.1
2.0.1 (2018-11-27)
Bug Fixes
TypeScript and no default
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
Fix for IE11 not liking the ES2015 syntax.
Fixed issues
Validator
New features
- Add phone number validator that handles mobile and landline numbers.