Skip to content

Commit 5722a2c

Browse files
committed
update uglify & rebuild fix RobinHerbots#2000
1 parent aa846aa commit 5722a2c

32 files changed

+67
-57
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## [4.0.1 - 2018-09-14]
3+
## [4.0.2 - 2018-09-14]
4+
5+
(4.0.1 => 4.0.2 rebuild dist with newer version of uglify #2000)
46

57
### Updates
68
- <strong>remove phone alias</strong> (~ use https://github.com/RobinHerbots/inputmask.phone or https://github.com/andr-04/inputmask-multi instead) #1981

Gruntfile.js

+16-8
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ module.exports = function (grunt) {
2727
beautify: true,
2828
mangle: false,
2929
compress: false,
30-
preserveComments: false,
31-
ASCIIOnly: true
30+
output: {
31+
ascii_only : true,
32+
comments: false
33+
}
3234
}
3335
};
3436
uglifyConfig[dstFileMin] = {
@@ -38,8 +40,10 @@ module.exports = function (grunt) {
3840
banner: createBanner(dstFileMin),
3941
mangle: false,
4042
compress: false,
41-
preserveComments: false,
42-
ASCIIOnly: true
43+
output: {
44+
ascii_only : true,
45+
comments: false
46+
}
4347
}
4448
};
4549
}
@@ -52,8 +56,10 @@ module.exports = function (grunt) {
5256
beautify: true,
5357
mangle: false,
5458
compress: false,
55-
preserveComments: false,
56-
ASCIIOnly: true
59+
output: {
60+
ascii_only : true,
61+
comments: false
62+
}
5763
}
5864
};
5965
uglifyConfig["bundlemin"] = {
@@ -63,8 +69,10 @@ module.exports = function (grunt) {
6369
banner: createBanner("jquery.inputmask.bundle.js"),
6470
mangle: false,
6571
compress: false,
66-
preserveComments: false,
67-
ASCIIOnly: true
72+
output: {
73+
ascii_only : true,
74+
comments: false
75+
}
6876
}
6977
};
7078

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inputmask",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"main": [
55
"./index.js",
66
"./css/inputmask.css"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "robinherbots/inputmask",
33
"description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"type": "library",
66
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
77
"homepage": "http://robinherbots.github.io/Inputmask",

dist/inputmask/bindings/inputmask.binding.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/dependencyLibs/inputmask.dependencyLib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/global/document.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
if (typeof define === "function" && define.amd) define(function() {

dist/inputmask/global/window.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
if (typeof define === "function" && define.amd) define(function() {

dist/inputmask/inputmask.date.extensions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/inputmask.extensions.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {
@@ -17,11 +17,11 @@
1717
})(function(Inputmask) {
1818
Inputmask.extendDefinitions({
1919
A: {
20-
validator: "[A-Za-zА-яЁёÀ-ÿµ]",
20+
validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
2121
casing: "upper"
2222
},
2323
"&": {
24-
validator: "[0-9A-Za-zА-яЁёÀ-ÿµ]",
24+
validator: "[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
2525
casing: "upper"
2626
},
2727
"#": {
@@ -67,7 +67,7 @@
6767
},
6868
definitions: {
6969
"*": {
70-
validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ!#$%&'*+/=?^_`{|}~-]"
70+
validator: "[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5!#$%&'*+/=?^_`{|}~-]"
7171
},
7272
"-": {
7373
validator: "[0-9A-Za-z-]"

dist/inputmask/inputmask.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {
@@ -99,15 +99,15 @@
9999
},
100100
definitions: {
101101
9: {
102-
validator: "[0-91-9]",
102+
validator: "[0-9\uff11-\uff19]",
103103
definitionSymbol: "*"
104104
},
105105
a: {
106-
validator: "[A-Za-zА-яЁёÀ-ÿµ]",
106+
validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
107107
definitionSymbol: "*"
108108
},
109109
"*": {
110-
validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ]"
110+
validator: "[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]"
111111
}
112112
},
113113
aliases: {},

dist/inputmask/inputmask.numeric.extensions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/inputmask/jquery.inputmask.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory) {

dist/jquery.inputmask.bundle.js

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(modules) {
@@ -107,11 +107,11 @@
107107
})(function(Inputmask) {
108108
Inputmask.extendDefinitions({
109109
A: {
110-
validator: "[A-Za-zА-яЁёÀ-ÿµ]",
110+
validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
111111
casing: "upper"
112112
},
113113
"&": {
114-
validator: "[0-9A-Za-zА-яЁёÀ-ÿµ]",
114+
validator: "[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
115115
casing: "upper"
116116
},
117117
"#": {
@@ -157,7 +157,7 @@
157157
},
158158
definitions: {
159159
"*": {
160-
validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ!#$%&'*+/=?^_`{|}~-]"
160+
validator: "[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5!#$%&'*+/=?^_`{|}~-]"
161161
},
162162
"-": {
163163
validator: "[0-9A-Za-z-]"
@@ -284,15 +284,15 @@
284284
},
285285
definitions: {
286286
9: {
287-
validator: "[0-91-9]",
287+
validator: "[0-9\uff11-\uff19]",
288288
definitionSymbol: "*"
289289
},
290290
a: {
291-
validator: "[A-Za-zА-яЁёÀ-ÿµ]",
291+
validator: "[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",
292292
definitionSymbol: "*"
293293
},
294294
"*": {
295-
validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ]"
295+
validator: "[0-9\uff11-\uff19A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]"
296296
}
297297
},
298298
aliases: {},

dist/min/inputmask/bindings/inputmask.binding.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* https://github.com/RobinHerbots/Inputmask
44
* Copyright (c) 2010 - 2018 Robin Herbots
55
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6-
* Version: 4.0.1
6+
* Version: 4.0.2
77
*/
88

99
(function(factory){if(typeof define==="function"&&define.amd){define(["jquery"],factory)}else if(typeof exports==="object"){module.exports=factory(require("jquery"))}else{window.dependencyLib=factory(jQuery)}})(function($){return $});

dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)