Releases: freearhey/vue2-filters
Releases · freearhey/vue2-filters
v0.13.0
Improvements
- Added billions (B) and trillions (T) units to number filter (#100). Thanks to @tsulli
v0.12.0
Features
- Added
decimalSeparator
option to percent()
filter (via #95). Thanks to @rezaeimehr
v0.11.1
Fixes
- Fix "Change the number of digits after the decimal point does not work when rounding" issue #87
v0.11.0
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
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
Features
- Added
percent()
filter (#84)
v0.9.1
Fixes
- Fix "Number filter throwing an error in IE 11" issue #81
v0.8.0
Features
- Added
number()
filter (#77, #76)
- Added
showPlusSign
option to currency()
filter (#76)