Skip to content

1.0.0

Compare
Choose a tag to compare
@uNmAnNeR uNmAnNeR released this 29 Sep 06:01
· 859 commits to master since this release
  • major API changes and improvements
  • new Masked model abstraction
  • new InputMask view abstraction
  • new Number mask
  • new Date mask
  • Pipe mask was removed (use function composition and/or inherite from Masked instead)
  • Common: rename rawValue prop to value
  • Common: use updateOptions now to update any masked properties and sync with view
  • Pattern: change quote (') definition to back quote (`)
  • Pattern: lazy property is now of Boolean type
  • fix some bugs