Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Releases: probil/v-mask

v1.0.0

27 Oct 21:20
Compare
Choose a tag to compare
  • Vue 2.X support
  • Sources now in ES6 + Babel
  • Added demo
  • Mask format changed due to Vue 2.X (limitations):

in version 0.X:

<input type="text" v-mask format="####-##">

in version 1.X

<input type="text" v-mask="'####-##'">

v0.1.0

27 Oct 21:21
Compare
Choose a tag to compare

Inital release