input-mask

One more input masks library

MIT License

Downloads
596
Stars
5
Committers
3

Bot releases are visible (Hide)

input-mask - 0.0.9 Latest Release

Published by krutoo almost 2 years ago

  • core: reducer now accepts undefined as state argument
  • IRange: .head, .last now is deprecated, use .start, .end instead
  • dom: getData().ready now is deprecated, use .completed instead
  • dom: onChange option is deprecated, use onInput or .getData() instead
  • dom: State.applyDiff method added
  • dom: applying selection range logic moved to State.applySelection
  • dom/utils: generics of on() now is optional