|
| 1 | +## v1.6.0 |
| 2 | + |
| 3 | +### Fixes |
| 4 | + |
| 5 | +- Fix Money Filter to use the correct default Rails path for Currency and Percentage; |
| 6 | + |
| 7 | +### Updates |
| 8 | + |
| 9 | +- Adds Code Quality; |
| 10 | +- Adds Test Coverage; |
| 11 | +- Migrates the build to Github Actions; |
| 12 | +- Removes Git dependency for build; |
| 13 | + |
1 | 14 | ## v1.5.0
|
2 | 15 |
|
3 |
| -- Features: |
4 |
| - - Filter `date` now supports call object that respond to `beginning_of_day` or `end_of_day`; |
| 16 | +### Features |
| 17 | + |
| 18 | +- Filter `date` now supports call object that respond to `beginning_of_day` or `end_of_day`; |
5 | 19 |
|
6 | 20 | ## v1.4.0
|
7 | 21 |
|
8 |
| -- Features: |
9 |
| - - Adds `date` support for `Date` class. |
| 22 | +### Features |
| 23 | + |
| 24 | +- Adds `date` support for `Date` class. |
10 | 25 |
|
11 | 26 | ## v1.3.0
|
12 | 27 |
|
13 |
| -- Changes: |
14 |
| - - Support Rails 6. |
| 28 | +### Updates |
| 29 | + |
| 30 | +- Support Rails 6. |
15 | 31 |
|
16 | 32 | ## v1.2.0
|
17 | 33 |
|
18 |
| -- Features: |
19 |
| - - `money` filter now allows negative numbers. |
| 34 | +### Features |
| 35 | + |
| 36 | +- `money` filter now allows negative numbers. |
20 | 37 |
|
21 | 38 | ## v1.1.1
|
22 | 39 |
|
23 |
| -- Fixes: |
24 |
| - - When use `slug` filter the original values was not saved. |
| 40 | +### Fixes |
| 41 | + |
| 42 | +- When use `slug` filter the original values was not saved. |
25 | 43 |
|
26 | 44 | ## v1.1.0
|
27 | 45 |
|
28 |
| -- Features: |
29 |
| - - Added `slug` filter with option to apply the value on other field. |
| 46 | +### Features |
| 47 | + |
| 48 | +- Added `slug` filter with option to apply the value on other field. |
30 | 49 |
|
31 | 50 | ## v1.0.1
|
32 | 51 |
|
33 |
| -- Fixes: |
34 |
| - - When `type` options was `cents` and had no decimal on number, extra decimal were added. |
| 52 | +### Fixes |
| 53 | + |
| 54 | +- When `type` options was `cents` and had no decimal on number, extra decimal were added. |
35 | 55 |
|
36 | 56 | ## v1.0.0
|
37 | 57 |
|
38 |
| -- Changes: |
39 |
| - - `raw` options was dropped since `prepend` already works before type cast; |
40 |
| - - Multiple lines of `normalizy` will be evaluated from the bottom to top. |
| 58 | +### Updates |
| 59 | + |
| 60 | +- `raw` options was dropped since `prepend` already works before type cast; |
| 61 | +- Multiple lines of `normalizy` will be evaluated from the bottom to top. |
41 | 62 |
|
42 |
| -- Features: |
43 |
| - - `alias` configuration now accepts options; |
| 63 | +### Features |
44 | 64 |
|
45 |
| -- Fixes: |
46 |
| - - Multiple filters were not running together. |
| 65 | +- `alias` configuration now accepts options; |
| 66 | + |
| 67 | +### Fixes |
| 68 | + |
| 69 | +- Multiple filters were not running together. |
47 | 70 |
|
48 | 71 | ## v0.2.0
|
49 | 72 |
|
50 |
| -- Changes: |
51 |
| - - `number` filter no more make cast automatically. |
52 |
| - - `number` now accept `cast` options with method to be used on cast type; |
| 73 | +### Updates |
| 74 | + |
| 75 | +- `number` filter no more make cast automatically. |
| 76 | +- `number` now accept `cast` options with method to be used on cast type; |
| 77 | + |
| 78 | +### Features |
53 | 79 |
|
54 |
| -- Features: |
55 |
| - - add `date` filter with `format`, `time_zone` and I18n error message support; |
56 |
| - - add `money` filter with `cast`, `type` and I18n support; |
57 |
| - - add `percent` filter with `cast`, `type` and I18n support. |
| 80 | +- add `date` filter with `format`, `time_zone` and I18n error message support; |
| 81 | +- add `money` filter with `cast`, `type` and I18n support; |
| 82 | +- add `percent` filter with `cast`, `type` and I18n support. |
58 | 83 |
|
59 | 84 | ## v0.1.0
|
60 | 85 |
|
|
0 commit comments