@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [UNRELEASED]
+## [3.3.5 - 2017-04-10]
### Added
- add example webpack setup (thx to Kevin Suen)
- build-in regex support without extension
@@ -1,6 +1,6 @@
{
"name": "Inputmask",
- "version": "3.3.5-223",
+ "version": "3.3.5",
"main": [
"./dist/inputmask/inputmask.js",
"./dist/inputmask/inputmask.extensions.js",
@@ -2,7 +2,7 @@
"repository": "robinherbots/Inputmask",
"description": "Inputmask is a jquery plugin which create an input mask.",
"keywords": [
"jquery",
"plugins",
"name": "robinherbots/inputmask",
"type": "library",
"keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
"homepage": "http://robinherbots.github.io/Inputmask",
@@ -1,9 +1,9 @@
/*!
* bindings/inputmask.binding.js
-* https://github.com/RobinHerbots/jquery.inputmask
+* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2017 Robin Herbots
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
-* Version: 3.3.5-223
+* Version: 3.3.5
*/
!function(factory) {
* dependencyLibs/inputmask.dependencyLib.jqlite.js
* dependencyLibs/inputmask.dependencyLib.jquery.js
* dependencyLibs/inputmask.dependencyLib.js
* global/document.js
"function" == typeof define && define.amd ? define(function() {
* global/window.js
* inputmask.date.extensions.js
* inputmask.extensions.js
* inputmask.js
* inputmask.numeric.extensions.js
* inputmask.phone.extensions.js
* inputmask.regex.extensions.js
* jquery.inputmask.js
* phone-codes/phone-be.js
* phone-codes/phone-nl.js
* phone-codes/phone-ru.js
* phone-codes/phone-uk.js
* phone-codes/phone.js
* jquery.inputmask.bundle.js
* dependencyLibs/inputmask.dependencyLib.jquery.min.js
!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=a(require("jquery")):window.dependencyLib=a(jQuery)}(function(a){return a});
* global/document.min.js
"function"==typeof define&&define.amd?define(function(){return document}):"object"==typeof exports&&(module.exports=document);
* global/window.min.js
"function"==typeof define&&define.amd?define(function(){return window}):"object"==typeof exports&&(module.exports=window);