Skip to content

Latest commit

 

History

History
109 lines (71 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

109 lines (71 loc) · 4.6 KB

v1.1.0 (Thu Aug 25 2022)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v1.0.8 (Sat Oct 02 2021)

🐛 Bug Fix

  • fix: Enforce extension on all imports so it does not break #9 (@Namchee)

🔩 Dependency Updates

Authors: 2


v1.0.7 (Sat Oct 02 2021)

🐛 Bug Fix

  • fix(ci): Add npmignore to exclude build from gitignore #5 (@Namchee)

Authors: 1


v1.0.6 (Mon Aug 09 2021)

🐛 Bug Fix

  • fix: Add proper package description #4 (@Namchee)
  • chore: Migrate to native ES modules #3 (@Namchee)

Authors: 1


v1.0.2 (Fri Mar 26 2021)

🐛 Bug Fix

  • chore(ci): Add custom token to bypass branch protection rules #2 (@Namchee)
  • refactor: Apply looser precheck hook #1 (@Namchee)

Authors: 1


v1.0.1 (Fri Mar 19 2021)

⚠️ Pushed to master

  • fix(ci): Add publish information to ensure package access is public (@Namchee)
  • fix(ci): Downgrade target from typescript config to fix node versioning issues (@Namchee)
  • fix(build): Reconfigure jest and recreate package-lock (@Namchee)
  • chore(build): Add declaration file (@Namchee)
  • chore(build): Add simple build setup (@Namchee)
  • docs: Add basic documentation (@Namchee)
  • feat: Add number formatting feature (@Namchee)
  • test: Add format spec (@Namchee)
  • feat: Add region prefix property to fixed line (@Namchee)
  • feat: Add +62 checking (@Namchee)
  • feat: Add type-specific parser functions (@Namchee)
  • refactor: Remove safe option as it adds zero value to the function (@Namchee)
  • test: Add proper test suite for parser (@Namchee)
  • feat: Add length check when parsing numbers (@Namchee)
  • feat: Add basic parser function (@Namchee)
  • test: Add parser spec (@Namchee)
  • feat: Add 'safe' options to force number parsing (@Namchee)
  • feat: Initialize library structure (@Namchee)
  • feat: Add GSM prefix (@Namchee)
  • feat: Add area 9 codes (@Namchee)
  • feat: Add area 7 prefix codes (@Namchee)
  • feat: Add area 6 prefix codes (@Namchee)
  • feat: Add area 5 prefix codes (@Namchee)
  • refactor: Remove AREA_PREFIX for cleaner metadata (@Namchee)
  • feat: Add area 3 prefix (@Namchee)
  • feat: Add metadata for Area 2 (@Namchee)
  • Initial commit (@Namchee)

Authors: 1