Skip to content

Latest commit

 

History

History
146 lines (65 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

146 lines (65 loc) · 5.04 KB

Changelog

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

3.3.3 (2022-03-03)

Bug Fixes

3.3.2 (2022-03-03)

3.3.1 (2022-02-14)

Bug Fixes

3.3.0 (2022-02-14)

Features

3.2.3 (2021-05-20)

Bug Fixes

  • empty input will no longer exceed call stack (fef98d7)
  • keep min or last value on deletion (79e124e)

3.2.2 (2021-05-18)

Bug Fixes

  • empty input will no longer exceed call stack (fef98d7)

3.2.1 (2021-05-10)

Bug Fixes

3.2.0 (2021-05-10)

Features

  • add options to return undefined when empty (47e63dd)

3.1.7 (2021-04-07)

Bug Fixes

  • remove touch event from click (3c00092)

3.1.6 (2021-04-06)

Bug Fixes

3.1.5 (2021-03-24)

Bug Fixes

  • inpu accepts numeric values (43d8d23)

3.1.4 (2021-03-24)

Bug Fixes

  • remove unnecessary check (59d7490)

3.1.3 (2021-03-24)

3.1.2 (2021-03-24)

3.1.1 (2021-03-24)

Bug Fixes

3.1.0 (2021-03-24)

Features

Bug Fixes

  • put back wrongly deleted underscore (79bc6d7)

3.0.2 (2021-01-12)

Bug Fixes

  • put back wrongly deleted underscore (79bc6d7)

3.0.1 (2021-01-12)

Bug Fixes

  • check whether touchFn exists (8b4efa1)

3.0.0 (2020-09-22)

⚠ BREAKING CHANGES

  • lib: Input is not longer limited to 15 digits

Features

  • lib: remove leading zeros even for larger numbers (8e62419), closes #2

2.2.0 (2020-05-03)

Features

  • lib: add start empty option 6b2d2f8

2.1.0 (2020-05-03)

Features

  • add standard-verion 8d58721
  • lib: make masked input as directive 2c24bfc