From a363ce947f5341a465e9329d090604ee1dbafdf6 Mon Sep 17 00:00:00 2001 From: Jonathan Martins Date: Sun, 22 Aug 2021 02:27:48 -0300 Subject: [PATCH] bump to 3.17.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- example/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18eb386..e21825e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [3.17.0] / 2021-08-22 + +- Codebase refactoring... See [AndrolGenhald](https://github.com/AndrolGenhald) +super helpful collaboration with this [pull request](https://github.com/jonathanpmartins/v-money3/pull/34) +and this critical [issue](https://github.com/jonathanpmartins/v-money3/issues/26). +- [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) +support introduced via native [BigNumber class](https://github.com/jonathanpmartins/v-money3/blob/main/src/BigNumber.js). +- `v-model` and `v-model.number` are now treated completely differently. +See [docs](https://github.com/jonathanpmartins/v-money3/blob/main/README.md) +and [examples](https://github.com/jonathanpmartins/v-money3/issues/38#issuecomment-903214235). +- Bundle compiled with `es2020` target. This is necessary to support full native BigInt. +- Many other changes... See [diff](https://github.com/jonathanpmartins/v-money3/compare/v3.16.1...v3.17.0). + + ## [3.16.1] / 2021-08-10 ### Fix @@ -243,6 +257,7 @@ Fixing a problem with cursor position when deleting a digit. - First Release with Vue 3 integration. +[3.17.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.16.1...v3.17.0 [3.16.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.16.0...v3.16.1 [3.16.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.15.2...v3.16.0 [3.15.2]: https://github.com/jonathanpmartins/v-money3/compare/v3.15.1...v3.15.2 diff --git a/README.md b/README.md index fc27e8d..dd9f208 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ An exception will be thrown if validation fails. Use it directly in the browser! ```html - + ``` Take a look at issue [#15](https://github.com/jonathanpmartins/v-money3/issues/15#issuecomment-830988807) and also this [codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html) working example. diff --git a/example/index.html b/example/index.html index 53f302e..87f0e5f 100644 --- a/example/index.html +++ b/example/index.html @@ -7,7 +7,7 @@ Hello v-money3! Money Mask for Vue 3 - +