This website works better with JavaScript
Главная
Обзор
Помощь
Вход
waibao
/
NN2022100801
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Ветка:
master
Ветки
Метки
master
NN2022100801
/
addons
/
admin
/
node_modules
/
vanilla-masker
/
CHANGELOG.md
CHANGELOG.md
2.8 KB
Постоянная ссылка
История
Исходник
1.2.0 - 31/05/2017
Add support for negative values -
#119
1.1.1 - 16/02/2017
Fixed gz output file
Converted package.json dependencies into devDependencies
1.1.0 - 13/08/2015
Improved demo page layout -
See this pull request
Fixed bower.json -
See this pull request
When backspace is pressed the pattern is kept -
See this pull request
Enabled sauce-labs on Travis -
See this pull request
1.0.9 - 07/04/2015
Added optional placeholder feature for patterns -
See this pull request
1.0.8 - 27/01/2015
Bug fix
#29
-
See this pull request
1.0.7 - 26/01/2015
Bug fix
#28
-
See this issue
1.0.6 - 19/12/2014
Bug fix
#26
-
See this pull request
Bug fix
#24
-
See this pull request
1.0.5 - 06/12/2014
Bug fix -
See this pull request
1.0.4 - 02/12/2014
Added
unbindElementToMask()
function.
Added
unMask()
function.
1.0.3 - 29/10/2014
Added pattern "S" to support alphanumerics.
1.0.2 - 25/09/2014
Added Meteor Package support.
1.0.1 - 19/09/2014
Fix VMasker factory when element is empty array.
1.0.0 - 14/09/2014
Added VMasker factory as default.
Fix Windows Phone compatibility.
0.3.3
Fix ignore setSelectionRange cursor for IE8.
Fix ZeroCents behavior for maskMoney.
Fix last output state for single element.
Fix Bower main file.
0.3.2
Added suffixUnit support for maskMoney.
0.3.1
Fix mask when input has values.
Fix cursor navigation.
Fix delete char at specific position.
0.3.0
Accepting elements from mask function
Changed maskPhone, maskCPF, maskCNPJ and maskDate to maskPattern function
Added toPattern function
Fixed maskPattern when types pattern "A" in a mask which has only pattern "9"
Internet Explorer 8 support
Added AMD support (only client-side)
maskNumber function accepts negative numbers
0.2.0
Added zeroCents to maskMoney function
Added maskPhone, maskCPF, maskCNPJ and maskDate function
Added bindElementToMask function
0.1.0
Added maskMoney
Added Bower support
Added Demo page
Added JSHint
Mobile browser support
Added Grunt build
Added Travis-CI
Added CodeClimate