Skip to content

Latest commit

 

History

History
130 lines (73 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

130 lines (73 loc) · 6.93 KB

Changelog

v0.16.2 (2019-12-04)

Full Changelog

Merged pull requests:

  • Fix regression introduced by frozen symbol fix #86 (sebjacobs)

v0.16.1 (2019-11-08)

Full Changelog

Merged pull requests:

v0.16.0 (2017-06-20)

Full Changelog

Merged pull requests:

  • Fix undefined memoized\_methods error raised when a parent class has not call memoize #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)

Full Changelog

Merged pull requests:

v0.14.0 (2015-12-15)

Full Changelog

Merged pull requests:

  • Faster2: Cache the method, ivar, and arity and the ancestry memoized methods #38 (jrafanie)

v0.13.0 (2015-11-26)

Full Changelog

Merged pull requests:

v0.12.0 (2015-04-13)

Full Changelog

Merged pull requests:

v0.11.0 (2014-10-10)

Full Changelog

Merged pull requests:

v0.10.0 (2014-08-13)

Full Changelog

Merged pull requests:

v0.9.3 (2014-06-01)

Full Changelog

Merged pull requests:

v0.9.2 (2014-04-16)

Full Changelog

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)

Full Changelog

Merged pull requests:

0.2.0 (2012-08-15)

Full Changelog

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)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator