Releases: jonathanpmartins/v-money3
Releases · jonathanpmartins/v-money3
3.16.1 - Allow-blank fix
Fixing problem with allow-blank
option that did not work on precision other than 2.
3.16.0 - Introducing the number model modifier
v-model
will always return a string. Ifmasked
is set to true, it will be formatted, otherwise a fixed string representation of a float number will be received. To receive a float number directly in your model usev-model.number
. See #27
3.15.2 - Development Improvments
- New
npm run bump-lock
script to mirrorpackage.json
version. - Force the usage of node 16 on local tests.
3.15.1 - Minor improvements
3.15.0 - Exporting format function
- Exposing internal format and unformat functions. #28
3.14.3 - New Tests
- Setup tests with puppeteer.
- Eslint Added
- Returning a float instead of a string to the model. #27
- Fixing issues catch in the new tests that the old test didn't.
3.14.2 - Fixing directive bug
- Fixing an issue that broke a directive feature in the last release. #23
3.14.1 - Fixbugs
- Fixing bug where component were unusable with US format. #22
- Fixing a problem with component that continues to mask the input value even if masked were set to
false
.
3.14.0 - Fixing component misbehavior
3.13.9 - All dependencies upgraded
v3.13.9 debugging github workflow