Releases: freearhey/vue2-filters
Releases · freearhey/vue2-filters
v0.8.0-beta.3
Bump to v0.8.0-beta.3
v0.8.0-beta.2
v0.8.0-beta.1
v0.7.2
v0.7.1
v0.7.0
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
v0.6.0
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 optionincludeNumber
(resolve #44)