Commit 9308e43 1 parent 36ff801 commit 9308e43 Copy full SHA for 9308e43
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 1.0.0] - 2018-08-31
4
+ ### Added
5
+ - Add ` :condition ` option for ` .memoize ` method ([ @AlexWayfer ] ) [ #7 ]
6
+
3
7
## [ 0.6.0] - 2018-04-20
4
8
### Added
5
9
- Readme example for memoizing class methods. ([ @AlexWayfer ] ) [ #3 ]
10
14
11
15
[ 0.5.0 ] : https://github.com/tycooon/memery/tree/v0.5.0
12
16
[ 0.6.0 ] : https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
17
+ [ 1.0.0 ] : https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
13
18
[ Unreleased ] : https://github.com/tycooon/memery/compare/v0.6.0...HEAD
14
19
15
20
[ @tycooon ] : https://github.com/tycooon
16
21
[ @AlexWayfer ] : https://github.com/AlexWayfer
17
22
18
23
[ #3 ] : https://github.com/tycooon/memery/pull/3
24
+ [ #7 ] : https://github.com/tycooon/memery/pull/7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Memery
4
- VERSION = "0.6 .0"
4
+ VERSION = "1.0 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments