File tree 3 files changed +18
-8
lines changed
3 files changed +18
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.7.0
2
+
3
+ ### Features
4
+
5
+ - Adds ` truncate ` filter; [ #3 ] ( https://github.com/wbotelhos/normalizy/pull/3 ) by [ rafaeldev] ( https://github.com/rafaeldev )
6
+
7
+ ### Updates
8
+
9
+ - Adds RuboCop task on the CI;
10
+
1
11
## v1.6.0
2
12
3
13
### Fixes
9
19
- Adds Code Quality;
10
20
- Adds Test Coverage;
11
21
- Migrates the build to Github Actions;
12
- - Removes Git dependency for build;
22
+ - Removes Git dependency for the build;
13
23
14
24
## v1.5.0
15
25
16
26
### Features
17
27
18
- - Filter ` date ` now supports call object that respond to ` beginning_of_day ` or ` end_of_day ` ;
28
+ - Filter ` date ` now supports call object that responds to ` beginning_of_day ` or ` end_of_day ` ;
19
29
20
30
## v1.4.0
21
31
39
49
40
50
### Fixes
41
51
42
- - When use ` slug ` filter the original values was not saved.
52
+ - When using ` slug ` filter the original values were not saved.
43
53
44
54
## v1.1.0
45
55
46
56
### Features
47
57
48
- - Added ` slug ` filter with option to apply the value on other field .
58
+ - Added ` slug ` filter with the option to apply the value on other fields .
49
59
50
60
## v1.0.1
51
61
52
62
### Fixes
53
63
54
- - When ` type ` options was ` cents ` and had no decimal on number, extra decimal were added.
64
+ - When ` type ` options were ` cents ` and had no decimal on the number, extra decimals were added.
55
65
56
66
## v1.0.0
57
67
73
83
### Updates
74
84
75
85
- ` number ` filter no more make cast automatically.
76
- - ` number ` now accept ` cast ` options with method to be used on cast type;
86
+ - ` number ` now accept ` cast ` options with a method to be used on cast type;
77
87
78
88
### Features
79
89
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- normalizy (1.6 .0 )
4
+ normalizy (1.7 .0 )
5
5
activerecord (>= 4.1 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Normalizy
4
- VERSION = '1.6 .0'
4
+ VERSION = '1.7 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments