Skip to content

Releases: freearhey/vue2-filters

v0.8.0-beta.3

09 Nov 16:30
Compare
Choose a tag to compare
v0.8.0-beta.3 Pre-release
Pre-release
Bump to v0.8.0-beta.3

v0.8.0-beta.2

04 Nov 15:00
Compare
Choose a tag to compare
v0.8.0-beta.2 Pre-release
Pre-release

Features

  • Added showPlusSign option to currency() filter (#76)

Improvements

  • Added the ability to change the format of the number() filter via global options (#77)

v0.8.0-beta.1

13 Oct 01:20
Compare
Choose a tag to compare
v0.8.0-beta.1 Pre-release
Pre-release

Features

  • Added number() filter (#77, #76)

v0.7.2

28 Aug 12:30
Compare
Choose a tag to compare

Improvements

v0.7.1

23 Aug 22:16
Compare
Choose a tag to compare

Fixes

  • Fix "Rounding error with currency" issue #74

v0.7.0

17 Jul 10:01
Compare
Choose a tag to compare

Fixes

  • Fix "CSP eval() error" issue #67

Features

  • Added ability to use the limitBy filter with the decimal ranges (via #71 by @Nfinished)
  • Added ability to change the default options of the filters. Thanks to @adammacias and @biwerr for the idea (resolve #65 #43)

v0.6.1

17 Jul 00:06
Compare
Choose a tag to compare

Fixes

v0.6.0

30 Mar 09:43
Compare
Choose a tag to compare

Notable Changes

  • The pluralize filter arguments order has been changed. In the new version to specify several variants of words you can do this by passing an array as first argument.

Improvements

  • The pluralize filter now support the word variants version for numbers greater than 10 (@ospencer via #54)
  • In the pluralize filter added option includeNumber (resolve #44)

Features

v0.5.1

06 Mar 17:16
Compare
Choose a tag to compare

Fixes

  • Fix "syntax error in IE11 when including via CDN" issue (#63)

v0.5.0

27 Feb 14:55
Compare
Choose a tag to compare

Notable Changes

  • The capitalize filter now capitalizes the first letter in each word in the sentence (@marcelodolza via #61)