Vue Input Facade Versions Save

A lightweight and dependency free input masking library created specific for Vue

v2.0.1

2 years ago

2.0.1 (2022-04-05)

Bug Fixes

  • remove unecessary dependencies (35a95ee)

v2.0.0

2 years ago

2.0.0 (2022-02-14)

Bug Fixes

  • allow to delete static charactes at end (f5ed5b2)
  • static characters can also be optional (e57b657)
  • escape: first character escaped (#49) (aca01db)

Features

  • alternations: add support for alternations / pipe (1ce86ca)
  • add support for repeating characters (347252d)
  • core.js: allow for turning on and off the masking (52ab873)
  • add support optional characters (a4089eb), closes #23

BREAKING CHANGES

  • alternations: The pipe character must be escaped if used as a static string.
  • The asterisk is now a special character, if you were using it before in your masks it must be escaped or changed in your token definition.
  • The "?" is now a special character, if you are using this character as part of your mask you must now escape it, or change the token used for optional characters in your token definition.

v2.0.0-beta.3

2 years ago

2.0.0-beta.3 (2022-02-06)

Bug Fixes

  • static characters can also be optional (e57b657)

Features

  • alternations: add support for alternations / pipe (1ce86ca)

BREAKING CHANGES

  • alternations: The pipe character must be escaped if used as a static string.

v2.0.0-beta.2

2 years ago

2.0.0-beta.2 (2022-02-03)

Bug Fixes

Features

  • add support for repeating characters (347252d)
  • core.js: allow for turning on and off the masking (52ab873)

BREAKING CHANGES

  • The asterisk is now a special character, if you were using it before in your masks it must be escaped or changed in your token definition.

v1.4.1

2 years ago

1.4.1 (2022-02-03)

Bug Fixes

v1.4.0

2 years ago

1.4.0 (2022-02-03)

Features

  • core.js: allow for turning on and off the masking (77a7bf0)

v2.0.0-beta.1

2 years ago

2.0.0-beta.1 (2022-02-02)

Features

  • add support optional characters (a4089eb), closes #23

BREAKING CHANGES

  • The "?" is now a special character, if you are using this character as part of your mask you must now escape it, or change the token used for optional characters in your token definition.

v1.3.9

2 years ago

1.3.9 (2022-02-02)

Bug Fixes

  • handle composition events for better international keyboard support (39b743f)

v1.3.8

2 years ago

1.3.8 (2021-12-14)

Bug Fixes

  • core.js: ignore composition text input events (bccc119)

v1.3.7

2 years ago

1.3.7 (2021-10-05)

Bug Fixes

  • directive.js: fix handling events for multiple elements (#41) (be91254)