Skip to content

Releases: wbotelhos/normalizy

v1.7.0

18 May 03:59
Compare
Choose a tag to compare

Features

Updates

  • Adds RuboCop task on the CI;

v1.6.0

18 May 03:58
Compare
Choose a tag to compare

Fixes

  • Fix Money Filter to use the correct default Rails path for Currency and Percentage;

Updates

  • Adds Code Quality;
  • Adds Test Coverage;
  • Migrates the build to Github Actions;
  • Removes Git dependency for the build;

v1.5.0

18 May 03:58
Compare
Choose a tag to compare

Features

  • Filter date now supports call object that responds to beginning_of_day or end_of_day;

v1.4.0

18 May 03:58
Compare
Choose a tag to compare

Features

  • Adds date support for Date class.

v1.3.0

18 May 03:58
Compare
Choose a tag to compare

Updates

  • Support Rails 6.

v1.2.0

18 May 03:58
Compare
Choose a tag to compare

Features

  • money filter now allows negative numbers.

v1.1.1

18 May 03:58
Compare
Choose a tag to compare

Fixes

  • When using slug filter the original values were not saved.

v1.1.0

18 May 03:58
Compare
Choose a tag to compare

Features

  • Added slug filter with the option to apply the value on other fields.

v1.0.1

18 May 03:58
Compare
Choose a tag to compare

Fixes

  • When type options were cents and had no decimal on the number, extra decimals were added.

v1.0.0

18 May 03:58
Compare
Choose a tag to compare

Updates

  • raw options was dropped since prepend already works before type cast;
  • Multiple lines of normalizy will be evaluated from the bottom to top.

Features

  • alias configuration now accepts options;

Fixes

  • Multiple filters were not running together.