Commit 26c3cf5 1 parent 40fa12b commit 26c3cf5 Copy full SHA for 26c3cf5
File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.1.0] - 2019-08-05
4
+ ### Fixed
5
+ - Optimize speed and memory for cached values returns. ([ @AlexWayfer ] ) [ #10 ]
6
+
3
7
## [ 1.0.0] - 2018-08-31
4
8
### Added
5
- - Add ` :condition ` option for ` .memoize ` method ([ @AlexWayfer ] ) [ #7 ]
9
+ - Add ` :condition ` option for ` .memoize ` method. ([ @AlexWayfer ] ) [ #7 ]
6
10
7
11
## [ 0.6.0] - 2018-04-20
8
12
### Added
15
19
[ 0.5.0 ] : https://github.com/tycooon/memery/tree/v0.5.0
16
20
[ 0.6.0 ] : https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
17
21
[ 1.0.0 ] : https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
18
- [ Unreleased ] : https://github.com/tycooon/memery/compare/v0.6.0...HEAD
22
+ [ 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
19
24
20
25
[ @tycooon ] : https://github.com/tycooon
21
26
[ @AlexWayfer ] : https://github.com/AlexWayfer
22
27
23
28
[ #3 ] : https://github.com/tycooon/memery/pull/3
24
29
[ #7 ] : https://github.com/tycooon/memery/pull/7
30
+ [ #10 ] : https://github.com/tycooon/memery/pull/10
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.0 .0"
4
+ VERSION = "1.1 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments