@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [unreleased]
+## [3.1.63] - 2015-05-04
### Added
- Support for CommonJS (Browserify)
@@ -1,6 +1,6 @@
{
"name": "jquery.inputmask",
- "version": "3.1.63-48",
+ "version": "3.1.63",
"main": [
"./dist/inputmask/jquery.inputmask.js",
"./dist/inputmask/jquery.inputmask.extensions.js",
@@ -2,7 +2,7 @@
"name": "jquery_inputmask",
"repository": "robinherbots/jquery.inputmask",
"description": "jquery.inputmask is a jquery plugin which create an input mask.",
"keywords": [ "jquery", "plugins", "input", "form", "inputmask", "mask" ],
"main": "./dist/jquery.inputmask.bundle.js",
"scripts": [
"name": "robinherbots/jquery.inputmask",
"type": "library",
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"homepage": "http://robinherbots.github.io/jquery.inputmask",
@@ -3,7 +3,7 @@
* http://github.com/RobinHerbots/jquery.inputmask
* Copyright (c) 2010 - 2015 Robin Herbots
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 3.1.63-48
+* Version: 3.1.63
*/
!function(factory) {
"function" == typeof define && define.amd ? define([ "jquery", "./jquery.inputmask" ], factory) : "object" == typeof exports ? module.exports = factory(require("jquery"), require("./jquery.inputmask")) : factory(jQuery);
"function" == typeof define && define.amd ? define([ "jquery" ], factory) : "object" == typeof exports ? module.exports = factory(require("jquery")) : factory(jQuery);
!function($) {
function isInputEventSupported(eventName) {