Skip to content

Latest commit

 

History

History
102 lines (65 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

102 lines (65 loc) · 2.77 KB

1.2.0 - 31/05/2017

  • Add support for negative values - #119

1.1.1 - 16/02/2017

  • Fixed gz output file
  • Converted package.json dependencies into devDependencies

1.1.0 - 13/08/2015

1.0.9 - 07/04/2015

1.0.8 - 27/01/2015

1.0.7 - 26/01/2015

1.0.6 - 19/12/2014

1.0.5 - 06/12/2014

1.0.4 - 02/12/2014

  • Added unbindElementToMask() function.
  • Added unMask() function.

1.0.3 - 29/10/2014

  • Added pattern "S" to support alphanumerics.

1.0.2 - 25/09/2014

  • Added Meteor Package support.

1.0.1 - 19/09/2014

  • Fix VMasker factory when element is empty array.

1.0.0 - 14/09/2014

  • Added VMasker factory as default.
  • Fix Windows Phone compatibility.

0.3.3

  • Fix ignore setSelectionRange cursor for IE8.
  • Fix ZeroCents behavior for maskMoney.
  • Fix last output state for single element.
  • Fix Bower main file.

0.3.2

  • Added suffixUnit support for maskMoney.

0.3.1

  • Fix mask when input has values.
  • Fix cursor navigation.
  • Fix delete char at specific position.

0.3.0

  • Accepting elements from mask function
  • Changed maskPhone, maskCPF, maskCNPJ and maskDate to maskPattern function
  • Added toPattern function
  • Fixed maskPattern when types pattern "A" in a mask which has only pattern "9"
  • Internet Explorer 8 support
  • Added AMD support (only client-side)
  • maskNumber function accepts negative numbers

0.2.0

  • Added zeroCents to maskMoney function
  • Added maskPhone, maskCPF, maskCNPJ and maskDate function
  • Added bindElementToMask function

0.1.0

  • Added maskMoney
  • Added Bower support
  • Added Demo page
  • Added JSHint
  • Mobile browser support
  • Added Grunt build
  • Added Travis-CI
  • Added CodeClimate