Commit 3fd5e54 1 parent 0c65d19 commit 3fd5e54 Copy full SHA for 3fd5e54
File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.3.0] - 2020-02-10
4
+ ### Added
5
+ - Allow memoization after including module with Memery. ([ @AlexWayfer ] ) [ #23 ]
6
+
7
+ ### Changed
8
+ - Make ` memoize ` return the method name to allow chaining. ([ @JelF ] ) [ #22 ]
9
+
10
+ ### Fixed
11
+ - Fix warnings in Ruby 2.7. ([ @AlexWayfer ] ) [ #19 ] , [ #25 ]
12
+
3
13
## [ 1.2.0] - 2019-10-19
4
14
### Added
5
15
- Add ` :ttl ` option for ` memoize ` method ([ @AlexWayfer ] ) [ #11 ]
27
37
[ 1.0.0 ] : https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
28
38
[ 1.1.0 ] : https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
29
39
[ 1.2.0 ] : https://github.com/tycooon/memery/compare/v1.1.0...v1.2.0
30
- [ Unreleased ] : https://github.com/tycooon/memery/compare/v1.2.0...HEAD
40
+ [ 1.3.0 ] : https://github.com/tycooon/memery/compare/v1.2.0...v1.3.0
41
+ [ Unreleased ] : https://github.com/tycooon/memery/compare/v1.3.0...HEAD
31
42
32
43
[ @tycooon ] : https://github.com/tycooon
33
44
[ @AlexWayfer ] : https://github.com/AlexWayfer
45
+ [ @JelF ] : https://github.com/JelF
34
46
35
47
[ #3 ] : https://github.com/tycooon/memery/pull/3
36
48
[ #7 ] : https://github.com/tycooon/memery/pull/7
37
49
[ #10 ] : https://github.com/tycooon/memery/pull/10
38
50
[ #11 ] : https://github.com/tycooon/memery/pull/11
39
51
[ #14 ] : https://github.com/tycooon/memery/pull/14
40
52
[ #17 ] : https://github.com/tycooon/memery/pull/17
53
+ [ #19 ] : https://github.com/tycooon/memery/pull/19
54
+ [ #22 ] : https://github.com/tycooon/memery/pull/22
55
+ [ #23 ] : https://github.com/tycooon/memery/pull/23
56
+ [ #25 ] : https://github.com/tycooon/memery/pull/25
You can’t perform that action at this time.
0 commit comments