Commit e84f706 1 parent 9197d25 commit e84f706 Copy full SHA for e84f706
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.2.0] - 2019-10-19
4
+ ### Added
5
+ - Add ` :ttl ` option for ` memoize ` method ([ @AlexWayfer ] ) [ #11 ]
6
+ - Add benchmark script ([ @AlexWayfer ] ) [ #14 ]
7
+ - Add ` .memoized? ` method ([ @AlexWayfer ] ) [ #17 ]
8
+
3
9
## [ 1.1.0] - 2019-08-05
4
10
### Fixed
5
11
- Optimize speed and memory for cached values returns. ([ @AlexWayfer ] ) [ #10 ]
20
26
[ 0.6.0 ] : https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
21
27
[ 1.0.0 ] : https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
22
28
[ 1.1.0 ] : https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
23
- [ Unreleased ] : https://github.com/tycooon/memery/compare/v1.1.0...HEAD
29
+ [ 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
24
31
25
32
[ @tycooon ] : https://github.com/tycooon
26
33
[ @AlexWayfer ] : https://github.com/AlexWayfer
27
34
28
35
[ #3 ] : https://github.com/tycooon/memery/pull/3
29
36
[ #7 ] : https://github.com/tycooon/memery/pull/7
30
37
[ #10 ] : https://github.com/tycooon/memery/pull/10
38
+ [ #11 ] : https://github.com/tycooon/memery/pull/11
39
+ [ #14 ] : https://github.com/tycooon/memery/pull/14
40
+ [ #17 ] : https://github.com/tycooon/memery/pull/17
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Memery
4
- VERSION = "1.1 .0"
4
+ VERSION = "1.2 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments