v0.16.2 (2019-12-04)
Merged pull requests:
v0.16.1 (2019-11-08)
Merged pull requests:
- Remove ruby 1.9.2 from travis build matrix #84 (unasuke)
- Make Memoist.escape_punctuation compatible with MRI 2.7 #82 (casperisfine)
- add 2.5.1 to travis #77 (matthewrudy)
- Remove ghit.me #74 (matthewrudy)
- Place sample code for execution in README.md #73 (3nan3)
- Require Ruby >=1.9.2 #69 (matthewrudy)
v0.16.0 (2017-06-20)
Merged pull requests:
- Fix undefined
memoized\_methods
error raised when a parent class has not callmemoize
#68 (PikachuEXE) - Add support for class-level cache flushing. #67 (JoeMcB)
- Add ruby 2.4 to travis (bump 2.2 and 2.3 versions) #64 (jrafanie)
- Fix tests for Ruby < 1.9.3 #56 (matthewrudy)
- Add return in comments for
flush\_cache
. #55 (joshuapinter) - Update readme #53 (biow0lf)
v0.15.0 (2016-08-23)
Merged pull requests:
- Remove test warnings #52 (matthewrudy)
- Use SVG badge over PNG #44 (olivierlacan)
v0.14.0 (2015-12-15)
Merged pull requests:
v0.13.0 (2015-11-26)
Merged pull requests:
- Faster memoist with less object allocations #36 (jrafanie)
- Be optimistic about bundler version #35 (lotyrin)
- Add syntax highlighting for code blocks. #34 (joshuapinter)
v0.12.0 (2015-04-13)
Merged pull requests:
- Fix forking link #30 (brandondrew)
- Update README with :identifier info #29 (fervic)
v0.11.0 (2014-10-10)
Merged pull requests:
v0.10.0 (2014-08-13)
Merged pull requests:
- Make memoize return a :symbol #24 (matthewrudy)
- Use Minitest #19 (matthewrudy)
v0.9.3 (2014-06-01)
Merged pull requests:
- Remove Array caching hack #17 (matthewrudy)
v0.9.2 (2014-04-16)
Merged pull requests:
- Give double-memoize errors their own error class #15 (zachhale)
- Add tax-themed example for class method memoization fixes #9 #10 (fny)
0.9.0 (2013-03-20)
Merged pull requests:
- Update README.md to include memoization bypass description #6 (andreychernih)
- Adds a note about the MIT License #4 (matiaskorhonen)
0.2.0 (2012-08-15)
Merged pull requests:
- Improved performance of flush_cache and prime_cache when parameters are passed to them. #2 (jrafanie)
0.1.0 (2012-01-24)
* This Changelog was automatically generated by github_changelog_generator