Skip to content

Releases: uNmAnNeR/imaskjs

v3.2.2

09 Apr 12:53
Compare
Choose a tag to compare
  • Use Lerna and switch to fixed versioning mode
  • Switch PhantomJS to Puppeteer
  • Align cursor on focus

v3.1.2

02 Mar 10:22
Compare
Choose a tag to compare
  • fix bugs with number mask
  • some guide improvements
  • React and Vue plugins: mask option is now optional

v3.1.1

31 Jan 09:35
Compare
Choose a tag to compare
  • fix bugs in pattern and dynamic masks

v3.1.0

25 Jan 07:54
Compare
Choose a tag to compare
  • remove package.module from IMask core, React plugin and Vue plugin since package.module has to be in esm format (not ES6 format, only imports/exports) and has no practical benefit here. ES6 build for IMask is still available (dist/imask.es.js).

v3.0.0

24 Jan 10:40
Compare
Choose a tag to compare
  • release IMask Vue plugin
  • release api docs draft
  • babel loose mode is no longer used
  • Dynamic masks can now be used with lazy: false patterns
  • Number mask unmaskedValue is now in format ready to parse (only numbers and dot (.) as fraction delimeter)
  • definitions in Pattern mask inside block {} now is treated as input. Always escape definitions to make them fixed
  • [React plugin] breaking change: unmaskedValue property was removed. Use unmask property instead.
  • other bug fixes and improvements

v2.2.0

08 Dec 13:45
Compare
Choose a tag to compare

v2.1.1

02 Dec 18:22
Compare
Choose a tag to compare
  • fix bugs with number and pattern masks

v2.1.0

29 Nov 14:13
Compare
Choose a tag to compare
  • split pattern placeholder option to placeholderChar and placeholderLazy
  • unwrap postFormat options
  • use pkg.module option (thanks to @marcobiedermann)
  • ready to publish React plugin (thanks to @yordis)

v2.0.1

20 Nov 09:59
Compare
Choose a tag to compare
  • fix bugs with pattern and dynamic masks
  • add tests
  • update docs

v2.0.0

18 Nov 16:42
Compare
Choose a tag to compare
  • dynamic/on-the-fly masking, e.g.
    phone or email
  • fix some bugs and refactor