Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 870 Bytes

File metadata and controls

18 lines (12 loc) · 870 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2025-03-24

Added

  • Initial release: normalizeE164, tryNormalizeE164, parseE164Parts, tryParseE164Parts, buildE164
  • isE164Syntax, isNationalLengthValid, isNationalLengthValidStrict, getNationalLengthBounds
  • formatE164ForDisplay, filterSupportedCountries, localizeSupportedCountryLabels, withLocalePickerLabels, withArabicPickerLabels
  • SUPPORTED_COUNTRIES, CALLING_CODE_PREFIXES, NATIONAL_LENGTH_BOUNDS, COUNTRY_LABELS_BY_LOCALE and per-locale maps
  • Automated tests; dual ESM/CJS build