Skip to content

Releases: freearhey/vue2-filters

v0.14.0

21 Dec 10:47
Compare
Choose a tag to compare

Features

v0.13.0

17 Jun 15:47
Compare
Choose a tag to compare

Improvements

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

v0.12.0

08 Feb 04:15
980af68
Compare
Choose a tag to compare

Features

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

v0.11.1

19 Dec 07:40
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release

Features

  • Added percent() filter (#84)

v0.9.1

17 Dec 13:56
Compare
Choose a tag to compare

Fixes

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

v0.9.0

12 Dec 09:08
Compare
Choose a tag to compare

Features

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

v0.8.0

11 Nov 11:43
Compare
Choose a tag to compare

Features

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