Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@kubii kubii released this 27 Oct 12:17

Changes:

  • Merge pull request: Fix issue jaridmargolin#52 where input event isn't triggered. jaridmargolin#57
  • Fix memory leak: add public destroy method
  • New placeholder behavior. Now you can use a "string pattern" to define your placeholder. The char in your string at the index "i" will be used as placeholder at index "i". In the placeholder pattern the "|" char is ignored.