Browse Source

Inputmask 3.3.5

Robin Herbots 8 years ago
parent
commit
ed591a76f3
42 changed files with 80 additions and 80 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      bower.json
  3. 1 1
      component.json
  4. 1 1
      composer.json
  5. 2 2
      dist/inputmask/bindings/inputmask.binding.js
  6. 2 2
      dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js
  7. 2 2
      dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js
  8. 2 2
      dist/inputmask/dependencyLibs/inputmask.dependencyLib.js
  9. 2 2
      dist/inputmask/global/document.js
  10. 2 2
      dist/inputmask/global/window.js
  11. 2 2
      dist/inputmask/inputmask.date.extensions.js
  12. 2 2
      dist/inputmask/inputmask.extensions.js
  13. 2 2
      dist/inputmask/inputmask.js
  14. 2 2
      dist/inputmask/inputmask.numeric.extensions.js
  15. 2 2
      dist/inputmask/inputmask.phone.extensions.js
  16. 2 2
      dist/inputmask/inputmask.regex.extensions.js
  17. 2 2
      dist/inputmask/jquery.inputmask.js
  18. 2 2
      dist/inputmask/phone-codes/phone-be.js
  19. 2 2
      dist/inputmask/phone-codes/phone-nl.js
  20. 2 2
      dist/inputmask/phone-codes/phone-ru.js
  21. 2 2
      dist/inputmask/phone-codes/phone-uk.js
  22. 2 2
      dist/inputmask/phone-codes/phone.js
  23. 2 2
      dist/jquery.inputmask.bundle.js
  24. 2 2
      dist/min/inputmask/bindings/inputmask.binding.min.js
  25. 2 2
      dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.min.js
  26. 2 2
      dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.min.js
  27. 2 2
      dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.min.js
  28. 2 2
      dist/min/inputmask/global/document.min.js
  29. 2 2
      dist/min/inputmask/global/window.min.js
  30. 2 2
      dist/min/inputmask/inputmask.date.extensions.min.js
  31. 2 2
      dist/min/inputmask/inputmask.extensions.min.js
  32. 2 2
      dist/min/inputmask/inputmask.min.js
  33. 2 2
      dist/min/inputmask/inputmask.numeric.extensions.min.js
  34. 2 2
      dist/min/inputmask/inputmask.phone.extensions.min.js
  35. 2 2
      dist/min/inputmask/inputmask.regex.extensions.min.js
  36. 2 2
      dist/min/inputmask/jquery.inputmask.min.js
  37. 2 2
      dist/min/inputmask/phone-codes/phone-be.min.js
  38. 2 2
      dist/min/inputmask/phone-codes/phone-nl.min.js
  39. 2 2
      dist/min/inputmask/phone-codes/phone-ru.min.js
  40. 2 2
      dist/min/inputmask/phone-codes/phone-uk.min.js
  41. 2 2
      dist/min/inputmask/phone-codes/phone.min.js
  42. 2 2
      dist/min/jquery.inputmask.bundle.min.js

+ 1 - 1
CHANGELOG.md

@@ -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 - 1
bower.json

@@ -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",

+ 1 - 1
component.json

@@ -2,7 +2,7 @@
 	"name": "Inputmask",
 	"repository": "robinherbots/Inputmask",
 	"description": "Inputmask is a jquery plugin which create an input mask.",
-	"version": "3.3.5-223",
+	"version": "3.3.5",
 	"keywords": [
 		"jquery",
 		"plugins",

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
   "name": "robinherbots/inputmask",
   "description": "Inputmask is a jquery plugin which create an input mask.",
-  "version": "3.3.5-223",
+  "version": "3.3.5",
   "type": "library",
   "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
   "homepage": "http://robinherbots.github.io/Inputmask",

+ 2 - 2
dist/inputmask/bindings/inputmask.binding.js

@@ -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) {

+ 2 - 2
dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js

@@ -1,9 +1,9 @@
 /*!
 * dependencyLibs/inputmask.dependencyLib.jqlite.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) {

+ 2 - 2
dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js

@@ -1,9 +1,9 @@
 /*!
 * dependencyLibs/inputmask.dependencyLib.jquery.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) {

+ 2 - 2
dist/inputmask/dependencyLibs/inputmask.dependencyLib.js

@@ -1,9 +1,9 @@
 /*!
 * dependencyLibs/inputmask.dependencyLib.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) {

+ 2 - 2
dist/inputmask/global/document.js

@@ -1,9 +1,9 @@
 /*!
 * global/document.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" == typeof define && define.amd ? define(function() {

+ 2 - 2
dist/inputmask/global/window.js

@@ -1,9 +1,9 @@
 /*!
 * global/window.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" == typeof define && define.amd ? define(function() {

+ 2 - 2
dist/inputmask/inputmask.date.extensions.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.date.extensions.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) {

+ 2 - 2
dist/inputmask/inputmask.extensions.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.extensions.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) {

+ 2 - 2
dist/inputmask/inputmask.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.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) {

+ 2 - 2
dist/inputmask/inputmask.numeric.extensions.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.numeric.extensions.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) {

+ 2 - 2
dist/inputmask/inputmask.phone.extensions.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.phone.extensions.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) {

+ 2 - 2
dist/inputmask/inputmask.regex.extensions.js

@@ -1,9 +1,9 @@
 /*!
 * inputmask.regex.extensions.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) {

+ 2 - 2
dist/inputmask/jquery.inputmask.js

@@ -1,9 +1,9 @@
 /*!
 * jquery.inputmask.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) {

+ 2 - 2
dist/inputmask/phone-codes/phone-be.js

@@ -1,9 +1,9 @@
 /*!
 * phone-codes/phone-be.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) {

+ 2 - 2
dist/inputmask/phone-codes/phone-nl.js

@@ -1,9 +1,9 @@
 /*!
 * phone-codes/phone-nl.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) {

+ 2 - 2
dist/inputmask/phone-codes/phone-ru.js

@@ -1,9 +1,9 @@
 /*!
 * phone-codes/phone-ru.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) {

+ 2 - 2
dist/inputmask/phone-codes/phone-uk.js

@@ -1,9 +1,9 @@
 /*!
 * phone-codes/phone-uk.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) {

+ 2 - 2
dist/inputmask/phone-codes/phone.js

@@ -1,9 +1,9 @@
 /*!
 * phone-codes/phone.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) {

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

@@ -1,9 +1,9 @@
 /*!
 * jquery.inputmask.bundle.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) {

File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/bindings/inputmask.binding.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.min.js


+ 2 - 2
dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.min.js

@@ -1,9 +1,9 @@
 /*!
 * dependencyLibs/inputmask.dependencyLib.jquery.min.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(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});

File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/dependencyLibs/inputmask.dependencyLib.min.js


+ 2 - 2
dist/min/inputmask/global/document.min.js

@@ -1,9 +1,9 @@
 /*!
 * global/document.min.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"==typeof define&&define.amd?define(function(){return document}):"object"==typeof exports&&(module.exports=document);

+ 2 - 2
dist/min/inputmask/global/window.min.js

@@ -1,9 +1,9 @@
 /*!
 * global/window.min.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"==typeof define&&define.amd?define(function(){return window}):"object"==typeof exports&&(module.exports=window);

File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.date.extensions.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.extensions.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.numeric.extensions.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.phone.extensions.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/inputmask.regex.extensions.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/jquery.inputmask.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/phone-codes/phone-be.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/phone-codes/phone-nl.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/phone-codes/phone-ru.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/phone-codes/phone-uk.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/inputmask/phone-codes/phone.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/jquery.inputmask.bundle.min.js