|
1 | 1 | # Changelog
|
2 |
| -All notable changes to this project will be documented in this file. |
3 | 2 |
|
4 |
| -## [Unreleased] |
5 |
| -### Changed |
6 |
| -- Add Ruby 2.6 to Travis |
| 3 | +## [v0.16.1](https://github.com/matthewrudy/memoist/tree/v0.16.1) (2019-11-08) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.16.0...v0.16.1) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Remove ruby 1.9.2 from travis build matrix [\#84](https://github.com/matthewrudy/memoist/pull/84) ([unasuke](https://github.com/unasuke)) |
| 10 | +- Make Memoist.escape\_punctuation compatible with MRI 2.7 [\#82](https://github.com/matthewrudy/memoist/pull/82) ([casperisfine](https://github.com/casperisfine)) |
| 11 | +- add 2.5.1 to travis [\#77](https://github.com/matthewrudy/memoist/pull/77) ([matthewrudy](https://github.com/matthewrudy)) |
| 12 | +- Remove ghit.me [\#74](https://github.com/matthewrudy/memoist/pull/74) ([matthewrudy](https://github.com/matthewrudy)) |
| 13 | +- Place sample code for execution in README.md [\#73](https://github.com/matthewrudy/memoist/pull/73) ([3nan3](https://github.com/3nan3)) |
| 14 | +- Require Ruby \>=1.9.2 [\#69](https://github.com/matthewrudy/memoist/pull/69) ([matthewrudy](https://github.com/matthewrudy)) |
| 15 | + |
| 16 | +## [v0.16.0](https://github.com/matthewrudy/memoist/tree/v0.16.0) (2017-06-20) |
| 17 | + |
| 18 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.15.0...v0.16.0) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Fix undefined `memoized\_methods` error raised when a parent class has not call `memoize` [\#68](https://github.com/matthewrudy/memoist/pull/68) ([PikachuEXE](https://github.com/PikachuEXE)) |
| 23 | +- Add support for class-level cache flushing. [\#67](https://github.com/matthewrudy/memoist/pull/67) ([JoeMcB](https://github.com/JoeMcB)) |
| 24 | +- Add ruby 2.4 to travis \(bump 2.2 and 2.3 versions\) [\#64](https://github.com/matthewrudy/memoist/pull/64) ([jrafanie](https://github.com/jrafanie)) |
| 25 | +- Fix tests for Ruby \< 1.9.3 [\#56](https://github.com/matthewrudy/memoist/pull/56) ([matthewrudy](https://github.com/matthewrudy)) |
| 26 | +- Add return in comments for `flush\_cache`. [\#55](https://github.com/matthewrudy/memoist/pull/55) ([joshuapinter](https://github.com/joshuapinter)) |
| 27 | +- Update readme [\#53](https://github.com/matthewrudy/memoist/pull/53) ([biow0lf](https://github.com/biow0lf)) |
| 28 | + |
| 29 | +## [v0.15.0](https://github.com/matthewrudy/memoist/tree/v0.15.0) (2016-08-23) |
| 30 | + |
| 31 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.14.0...v0.15.0) |
| 32 | + |
| 33 | +**Merged pull requests:** |
| 34 | + |
| 35 | +- Remove test warnings [\#52](https://github.com/matthewrudy/memoist/pull/52) ([matthewrudy](https://github.com/matthewrudy)) |
| 36 | +- Use SVG badge over PNG [\#44](https://github.com/matthewrudy/memoist/pull/44) ([olivierlacan](https://github.com/olivierlacan)) |
| 37 | + |
| 38 | +## [v0.14.0](https://github.com/matthewrudy/memoist/tree/v0.14.0) (2015-12-15) |
| 39 | + |
| 40 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.13.0...v0.14.0) |
| 41 | + |
| 42 | +**Merged pull requests:** |
| 43 | + |
| 44 | +- Faster2: Cache the method, ivar, and arity and the ancestry memoized methods [\#38](https://github.com/matthewrudy/memoist/pull/38) ([jrafanie](https://github.com/jrafanie)) |
| 45 | + |
| 46 | +## [v0.13.0](https://github.com/matthewrudy/memoist/tree/v0.13.0) (2015-11-26) |
| 47 | + |
| 48 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.12.0...v0.13.0) |
| 49 | + |
| 50 | +**Merged pull requests:** |
| 51 | + |
| 52 | +- Faster memoist with less object allocations [\#36](https://github.com/matthewrudy/memoist/pull/36) ([jrafanie](https://github.com/jrafanie)) |
| 53 | +- Be optimistic about bundler version [\#35](https://github.com/matthewrudy/memoist/pull/35) ([lotyrin](https://github.com/lotyrin)) |
| 54 | +- Add syntax highlighting for code blocks. [\#34](https://github.com/matthewrudy/memoist/pull/34) ([joshuapinter](https://github.com/joshuapinter)) |
| 55 | + |
| 56 | +## [v0.12.0](https://github.com/matthewrudy/memoist/tree/v0.12.0) (2015-04-13) |
| 57 | + |
| 58 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.11.0...v0.12.0) |
| 59 | + |
| 60 | +**Merged pull requests:** |
| 61 | + |
| 62 | +- Fix forking link [\#30](https://github.com/matthewrudy/memoist/pull/30) ([brandondrew](https://github.com/brandondrew)) |
| 63 | +- Update README with :identifier info [\#29](https://github.com/matthewrudy/memoist/pull/29) ([fervic](https://github.com/fervic)) |
| 64 | + |
| 65 | +## [v0.11.0](https://github.com/matthewrudy/memoist/tree/v0.11.0) (2014-10-10) |
| 66 | + |
| 67 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.10.0...v0.11.0) |
| 68 | + |
| 69 | +**Merged pull requests:** |
| 70 | + |
| 71 | +- Call abs on arity when extracting reload [\#27](https://github.com/matthewrudy/memoist/pull/27) ([bradylove](https://github.com/bradylove)) |
| 72 | + |
| 73 | +## [v0.10.0](https://github.com/matthewrudy/memoist/tree/v0.10.0) (2014-08-13) |
| 74 | + |
| 75 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.9.3...v0.10.0) |
| 76 | + |
| 77 | +**Merged pull requests:** |
| 78 | + |
| 79 | +- Make memoize return a :symbol [\#24](https://github.com/matthewrudy/memoist/pull/24) ([matthewrudy](https://github.com/matthewrudy)) |
| 80 | +- Use Minitest [\#19](https://github.com/matthewrudy/memoist/pull/19) ([matthewrudy](https://github.com/matthewrudy)) |
| 81 | + |
| 82 | +## [v0.9.3](https://github.com/matthewrudy/memoist/tree/v0.9.3) (2014-06-01) |
| 83 | + |
| 84 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/v0.9.2...v0.9.3) |
| 85 | + |
| 86 | +**Merged pull requests:** |
| 87 | + |
| 88 | +- Remove Array caching hack [\#17](https://github.com/matthewrudy/memoist/pull/17) ([matthewrudy](https://github.com/matthewrudy)) |
| 89 | + |
| 90 | +## [v0.9.2](https://github.com/matthewrudy/memoist/tree/v0.9.2) (2014-04-16) |
| 91 | + |
| 92 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/0.9.0...v0.9.2) |
| 93 | + |
| 94 | +**Merged pull requests:** |
| 95 | + |
| 96 | +- Give double-memoize errors their own error class [\#15](https://github.com/matthewrudy/memoist/pull/15) ([zachhale](https://github.com/zachhale)) |
| 97 | +- Add tax-themed example for class method memoization fixes \#9 [\#10](https://github.com/matthewrudy/memoist/pull/10) ([fny](https://github.com/fny)) |
| 98 | + |
| 99 | +## [0.9.0](https://github.com/matthewrudy/memoist/tree/0.9.0) (2013-03-20) |
| 100 | + |
| 101 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/0.2.0...0.9.0) |
| 102 | + |
| 103 | +**Merged pull requests:** |
| 104 | + |
| 105 | +- Update README.md to include memoization bypass description [\#6](https://github.com/matthewrudy/memoist/pull/6) ([andreychernih](https://github.com/andreychernih)) |
| 106 | +- Adds a note about the MIT License [\#4](https://github.com/matthewrudy/memoist/pull/4) ([matiaskorhonen](https://github.com/matiaskorhonen)) |
| 107 | + |
| 108 | +## [0.2.0](https://github.com/matthewrudy/memoist/tree/0.2.0) (2012-08-15) |
| 109 | + |
| 110 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/0.1.0...0.2.0) |
| 111 | + |
| 112 | +**Merged pull requests:** |
| 113 | + |
| 114 | +- Improved performance of flush\_cache and prime\_cache when parameters are passed to them. [\#2](https://github.com/matthewrudy/memoist/pull/2) ([jrafanie](https://github.com/jrafanie)) |
| 115 | + |
| 116 | +## [0.1.0](https://github.com/matthewrudy/memoist/tree/0.1.0) (2012-01-24) |
| 117 | + |
| 118 | +[Full Changelog](https://github.com/matthewrudy/memoist/compare/7a5352d6b6c4219f37f329d2422985961c749748...0.1.0) |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments