Browse Source

added a changelog to keep track of changes and evolution of the plugin

Robin Herbots 15 years ago
parent
commit
2c8e3cd357
1 changed files with 14 additions and 0 deletions
  1. 14 0
      changelog.txt

+ 14 - 0
changelog.txt

@@ -0,0 +1,14 @@
+jquery.inputmask changelog
+==========================
+
+version 0.1.9
+
+- allow re-masking with another mask, when their is already a mask in place.
+  ex.
+
+      $(input).inputmask('d/m/y');
+      ... do some stuff ...
+      $(input).inputmask('999999999999');  // => input mask changes to the new mask and applies it to it's value
+
+version 0.????
+