- 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