Releases: RonaldJerez/vue-input-facade
Releases · RonaldJerez/vue-input-facade
v2.0.1
v2.0.0
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.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.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
v1.4.0
v2.0.0-beta.1
2.0.0-beta.1 (2022-02-02)
Features
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.