Releases: freearhey/vue2-filters
Releases · freearhey/vue2-filters
v0.14.0
21 Dec 10:47
Compare
Sorry, something went wrong.
No results found
v0.13.0
17 Jun 15:47
Compare
Sorry, something went wrong.
No results found
Improvements
Added billions (B) and trillions (T) units to number filter (#100 ). Thanks to @tsulli
v0.12.0
08 Feb 04:15
Compare
Sorry, something went wrong.
No results found
Features
Added decimalSeparator
option to percent()
filter (via #95 ). Thanks to @rezaeimehr
v0.11.1
19 Dec 07:40
Compare
Sorry, something went wrong.
No results found
Fixes
Fix "Change the number of digits after the decimal point does not work when rounding" issue #87
v0.11.0
25 Apr 14:36
Compare
Sorry, something went wrong.
No results found
Breaking Changes
percent
filter now by default returns the original number multiplied by 100 even if it is greater than 1 (#86 )
you can change the multiplier by passing a second parameter to the filter, like so: 0.1 | percent(0, 150)
v0.10.0
04 Mar 21:15
Compare
Sorry, something went wrong.
No results found
Breaking Changes
bytes
the word "byte" has been replaced with "bytes" for all cases except "1 byte"
"kilobytes" is now shortened as "kB" to match the SI Unit rules
Features
v0.10.0-beta.1
19 Feb 11:27
Compare
Sorry, something went wrong.
No results found
Features
Added percent()
filter (#84 )
v0.9.1
17 Dec 13:56
Compare
Sorry, something went wrong.
No results found
Fixes
Fix "Number filter throwing an error in IE 11" issue #81
v0.9.0
12 Dec 09:08
Compare
Sorry, something went wrong.
No results found
v0.8.0
11 Nov 11:43
Compare
Sorry, something went wrong.
No results found
Features
Added number()
filter (#77 , #76 )
Added showPlusSign
option to currency()
filter (#76 )