Skip to content

Latest commit

 

History

History
102 lines (43 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

102 lines (43 loc) · 2.73 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2020-07-14)

2.0.0 (2020-07-09)

Build System

  • Fixed build process. Add full demo. Update packages. Fix import problems. (a715ba6), closes #2

Features

  • core: Add -dash support for phone formatting (5123f9b)
  • core: Add global method $filterPhone for more flexibility (29870e6)
  • options: Make area code optional (2809662)
  • Testing: Add unit tests with Mocha (e68659e)

Tests

  • test: Add various phone numbers in different format for testing (5fc3337)

BREAKING CHANGES

  • core: Update the component if you need to dashes support

1.2.2 (2019-07-03)

1.2.1 (2018-04-04)

1.2.0 (2018-04-04)

Features

  • core: Add global method $filterPhone for more flexibility (29870e6)

1.1.0 (2018-04-04)

Features

  • options: Make area code optional (2809662)

1.0.2 (2018-04-02)

1.0.1 (2018-04-02)

1.0.0 (2018-04-02)

Features

  • core: Add -dash support for phone formatting (5123f9b)

BREAKING CHANGES

  • core: Update the component if you need to dashes support

0.1.1 (2018-04-02)

0.1.0 (2018-04-02)

Features

  • Testing: Add unit tests with Mocha (e68659e)