File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 1.1.0] - 2019-08-05
4+ ### Fixed
5+ - Optimize speed and memory for cached values returns. ([ @AlexWayfer ] ) [ #10 ]
6+
37## [ 1.0.0] - 2018-08-31
48### Added
5- - Add ` :condition ` option for ` .memoize ` method ([ @AlexWayfer ] ) [ #7 ]
9+ - Add ` :condition ` option for ` .memoize ` method. ([ @AlexWayfer ] ) [ #7 ]
610
711## [ 0.6.0] - 2018-04-20
812### Added
1519[ 0.5.0 ] : https://github.com/tycooon/memery/tree/v0.5.0
1620[ 0.6.0 ] : https://github.com/tycooon/memery/compare/v0.5.0...v0.6.0
1721[ 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
1924
2025[ @tycooon ] : https://github.com/tycooon
2126[ @AlexWayfer ] : https://github.com/AlexWayfer
2227
2328[ #3 ] : https://github.com/tycooon/memery/pull/3
2429[ #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 11# frozen_string_literal: true
22
33module Memery
4- VERSION = "1.0 .0"
4+ VERSION = "1.1 .0"
55end
You can’t perform that action at this time.
0 commit comments