浏览代码

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

Robin Herbots 15 年之前
父节点
当前提交
2c8e3cd357
共有 1 个文件被更改,包括 14 次插入0 次删除
  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.????
+