Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

79 lines (41 loc) · 4.23 KB

1.0.2 (2021-07-06)

Bug Fixes

  • make server-side compatible (56d0c3c)
  • remove event listeners when the directive is destroyed (82ec936)

1.0.1 (2021-06-22)

Bug Fixes

  • input-mask.directive: render input with initial value passed in form-control (fe8a166), closes #3

1.0.1-beta.1 (2021-06-22)

Bug Fixes

  • input-mask.directive: render input with initial value passed in form-control (fe8a166), closes #3

1.0.0 (2021-05-18)

Bug Fixes

  • input-mask.directive: validate only input value and not control value (06ded54)
  • schematics: add dev dependency (56ed59e)
  • schematics: fix import statement and external dep (48e20a5)

Features

  • input-mask: allow users to pass parser to transform value (ba225db)
  • input-mask: create directive (f1b7004)
  • input-mask.directive: add validation support ootb (e94b159)
  • input-mask.directive: add wrapper function to create input mask options (5aa29f8)
  • add input-mask lib (e05db87)
  • initial commit (3b524d7)

1.0.0-beta.5 (2021-05-12)

Bug Fixes

  • input-mask.directive: validate only input value and not control value (06ded54)

1.0.0-beta.4 (2021-05-07)

Features

  • input-mask: allow users to pass parser to transform value (ba225db)

1.0.0-beta.3 (2021-04-28)

Bug Fixes

  • schematics: add dev dependency (56ed59e)

1.0.0-beta.2 (2021-04-28)

Bug Fixes

  • schematics: fix import statement and external dep (48e20a5)

1.0.0-beta.1 (2021-04-28)

Features

  • input-mask: create directive (f1b7004)
  • input-mask.directive: add validation support ootb (e94b159)
  • input-mask.directive: add wrapper function to create input mask options (5aa29f8)
  • add input-mask lib (e05db87)
  • initial commit (3b524d7)