Skip to content

Releases: RonaldJerez/vue-input-facade

v2.0.1

05 Apr 04:20
Compare
Choose a tag to compare

2.0.1 (2022-04-05)

Bug Fixes

  • remove unecessary dependencies (35a95ee)

v2.0.0

14 Feb 21:49
Compare
Choose a tag to compare

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

06 Feb 21:33
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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

03 Feb 22:49
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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

03 Feb 19:37
6bea726
Compare
Choose a tag to compare

1.4.1 (2022-02-03)

Bug Fixes

v1.4.0

03 Feb 19:17
Compare
Choose a tag to compare

1.4.0 (2022-02-03)

Features

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

v2.0.0-beta.1

02 Feb 17:24
a4089eb
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

02 Feb 16:28
Compare
Choose a tag to compare

1.3.9 (2022-02-02)

Bug Fixes

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

v1.3.8

14 Dec 02:36
Compare
Choose a tag to compare

1.3.8 (2021-12-14)

Bug Fixes

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

v1.3.7

05 Oct 23:50
be91254
Compare
Choose a tag to compare

1.3.7 (2021-10-05)

Bug Fixes

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