Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Feb 10, 2020
1 parent 0c65d19 commit 3fd5e54
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## [Unreleased]

## [1.3.0] - 2020-02-10
### Added
- Allow memoization after including module with Memery. ([@AlexWayfer]) [#23]

### Changed
- Make `memoize` return the method name to allow chaining. ([@JelF]) [#22]

### Fixed
- Fix warnings in Ruby 2.7. ([@AlexWayfer]) [#19], [#25]

## [1.2.0] - 2019-10-19
### Added
- Add `:ttl` option for `memoize` method ([@AlexWayfer]) [#11]
Expand Down Expand Up @@ -27,14 +37,20 @@
[1.0.0]: https://github.com/tycooon/memery/compare/v0.6.0...v1.0.0
[1.1.0]: https://github.com/tycooon/memery/compare/v1.0.0...v1.1.0
[1.2.0]: https://github.com/tycooon/memery/compare/v1.1.0...v1.2.0
[Unreleased]: https://github.com/tycooon/memery/compare/v1.2.0...HEAD
[1.3.0]: https://github.com/tycooon/memery/compare/v1.2.0...v1.3.0
[Unreleased]: https://github.com/tycooon/memery/compare/v1.3.0...HEAD

[@tycooon]: https://github.com/tycooon
[@AlexWayfer]: https://github.com/AlexWayfer
[@JelF]: https://github.com/JelF

[#3]: https://github.com/tycooon/memery/pull/3
[#7]: https://github.com/tycooon/memery/pull/7
[#10]: https://github.com/tycooon/memery/pull/10
[#11]: https://github.com/tycooon/memery/pull/11
[#14]: https://github.com/tycooon/memery/pull/14
[#17]: https://github.com/tycooon/memery/pull/17
[#19]: https://github.com/tycooon/memery/pull/19
[#22]: https://github.com/tycooon/memery/pull/22
[#23]: https://github.com/tycooon/memery/pull/23
[#25]: https://github.com/tycooon/memery/pull/25

0 comments on commit 3fd5e54

Please sign in to comment.