Robin Herbots 12 年 前
コミット
1ecd4ec04e

+ 1 - 1
build.properties

@@ -7,7 +7,7 @@ distdir = dist
 
 build.major = 2
 build.minor = 3
-build.revision = 48
+build.revision = 49
 
 target = jquery.inputmask.bundle.js
 target.min = jquery.inputmask.bundle.min.js

+ 4 - 0
build.xml

@@ -50,6 +50,8 @@
             </fileset>
             <arg line="-jar" />
             <arg path="${GoogleCompiler}" />
+			<arg value="--compilation_level" />
+			<arg value="ADVANCED_OPTIMIZATIONS" />
             <arg value="--warning_level" />
             <arg value="QUIET" />
             <arg value="--js_output_file" />
@@ -68,6 +70,8 @@
             </fileset>
             <arg line="-jar" />
             <arg path="${GoogleCompiler}" />
+			<arg value="--compilation_level" />
+			<arg value="ADVANCED_OPTIMIZATIONS" />
             <arg value="--warning_level" />
             <arg value="QUIET" />
             <arg value="--js_output_file" />

+ 1 - 1
component.json

@@ -1,6 +1,6 @@
 {
     "name": "jquery.inputmask",
-    "version": "2.3.48",
+    "version": "2.3.49",
     "main": "./dist/jquery.inputmask.bundle.js",
     "dependencies": {
         "jquery": ">=1.5"

BIN
dist/jQuery.InputMask.2.3.48.nupkg


BIN
dist/jQuery.InputMask.2.3.49.nupkg


+ 6 - 6
dist/jquery.inputmask.bundle.js

@@ -3,7 +3,7 @@
 * http://github.com/RobinHerbots/jquery.inputmask
 * Copyright (c) 2010 - 2013 Robin Herbots
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 2.3.48
+* Version: 2.3.49
 */
 
 (function ($) {
@@ -1679,7 +1679,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2013 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 2.3.48
+Version: 2.3.49
 
 Optional extensions on the jquery.inputmask base
 */
@@ -1781,7 +1781,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2012 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 2.3.48
+Version: 2.3.49
 
 Optional extensions on the jquery.inputmask base
 */
@@ -2258,7 +2258,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2013 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 2.3.48
+Version: 2.3.49
 
 Optional extensions on the jquery.inputmask base
 */
@@ -2427,7 +2427,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2013 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 2.3.48
+Version: 2.3.49
 
 Regex extensions on the jquery.inputmask base
 Allows for using regular expressions as a mask
@@ -2597,7 +2597,7 @@ Input Mask plugin extensions
 http://github.com/RobinHerbots/jquery.inputmask
 Copyright (c) 2010 - 2013 Robin Herbots
 Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-Version: 2.3.48
+Version: 2.3.49
 
 Phone extension based on https://github.com/andr-04/inputmask-multi
 When using this extension make sure you specify the correct url to get the masks

ファイルの差分が大きいため隠しています
+ 50 - 77
dist/jquery.inputmask.bundle.min.js


ファイルの差分が大きいため隠しています
+ 12 - 15
dist/min/jquery.inputmask.date.extensions.js


ファイルの差分が大きいため隠しています
+ 2 - 3
dist/min/jquery.inputmask.extensions.js


ファイルの差分が大きいため隠しています
+ 27 - 48
dist/min/jquery.inputmask.js


ファイルの差分が大きいため隠しています
+ 5 - 6
dist/min/jquery.inputmask.numeric.extensions.js


+ 1 - 1
dist/min/jquery.inputmask.phone.extensions.js

@@ -1 +1 @@
-$.extend($.inputmask.defaults.aliases,{phone:{url:"phone-codes/phone-codes.json",mask:function(a){a.definitions={p:{validator:function(){return!1},cardinality:1},"#":{validator:"[0-9]",cardinality:1}};var b=[];$.ajax({url:a.url,async:!1,dataType:"json",success:function(a){b=a}});b.splice(0,0,"+p(ppp)ppp-pppp");return b}}});
+$.extend($.g.e.d,{phone:{url:"phone-codes/phone-codes.json",h:function(a){a.f={p:{b:function(){return!1},a:1},"#":{b:"[0-9]",a:1}};var b=[];$.c({url:a.url,async:!1,dataType:"json",i:function(a){b=a}});b.splice(0,0,"+p(ppp)ppp-pppp");return b}}});

ファイルの差分が大きいため隠しています
+ 4 - 4
dist/min/jquery.inputmask.regex.extensions.js


+ 1 - 1
jquery.inputmask.jquery.json

@@ -8,7 +8,7 @@
 		"inputmask",
 		"mask"
     ],
-    "version": "2.3.48",
+    "version": "2.3.49",
     "author": {
         "name": "Robin Herbots",
         "url": "http://github.com/RobinHerbots/jquery.inputmask"

BIN
tools/compiler.jar