Vue2 Filters Versions Save

A collection of Vue.js filters

v0.14.0

2 years ago

Features

  • Added wrap, reverse and repeat filters (#101). Thanks to @BastiaanJansen

v0.13.0

2 years ago

Improvements

  • Added billions (B) and trillions (T) units to number filter (#100). Thanks to @tsulli

v0.12.0

3 years ago

Features

  • Added decimalSeparator option to percent() filter (via #95). Thanks to @rezaeimehr

v0.11.1

3 years ago

Fixes

  • Fix "Change the number of digits after the decimal point does not work when rounding" issue #87

v0.11.0

4 years ago

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

4 years ago

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

  • Added percent filter. Thanks to @dderjoel

v0.10.0-beta.1

4 years ago

Features

  • Added percent() filter (#84)

v0.9.1

4 years ago

Fixes

  • Fix "Number filter throwing an error in IE 11" issue #81

v0.9.0

4 years ago

Features

  • Added bytes filter (#80). Thanks to @xJREB.

v0.8.0

4 years ago

Features

  • Added number() filter (#77, #76)
  • Added showPlusSign option to currency() filter (#76)