Skip to content

v2.1.0

Compare
Choose a tag to compare
@probil probil released this 27 Mar 08:31
· 730 commits to master since this release

Features

  • Filter for static values (closes #147)
<template>
  <span>{{ '9999999999' | VMask('(###) ###-####') }}</span>
  <!-- renders -->
  <span> (999) 999-9999</span>
</template>

Thanks, @JotaVeUltra

Other changes

  • re-build with latest dependencies