- Adds RuboCop task on the CI;
- Fix Money Filter to use the correct default Rails path for Currency and Percentage;
- Adds Code Quality;
- Adds Test Coverage;
- Migrates the build to Github Actions;
- Removes Git dependency for the build;
- Filter
date
now supports call object that responds tobeginning_of_day
orend_of_day
;
- Adds
date
support forDate
class.
- Support Rails 6.
money
filter now allows negative numbers.
- When using
slug
filter the original values were not saved.
- Added
slug
filter with the option to apply the value on other fields.
- When
type
options werecents
and had no decimal on the number, extra decimals were added.
raw
options was dropped sinceprepend
already works before type cast;- Multiple lines of
normalizy
will be evaluated from the bottom to top.
alias
configuration now accepts options;
- Multiple filters were not running together.
number
filter no more make cast automatically.number
now acceptcast
options with a method to be used on cast type;
- add
date
filter withformat
,time_zone
and I18n error message support; - add
money
filter withcast
,type
and I18n support; - add
percent
filter withcast
,type
and I18n support.
- First release.