Releases: matthewrudy/memoist
Releases · matthewrudy/memoist
v0.16.2
v0.16.1
- Prepare for 0.16.1 release - @sebjacobs
- Generate CHANGELOG file - @sebjacobs
- Build travis against jruby-9.1.9.0 - @sebjacobs
- Make Memoist.escape_punctuation compatible with MRI 2.7 - @byroot
- Remove ruby 1.9.2 from travis build matrix - @unasuke
- CHANGELOG - @matthewrudy
- travis: add ruby 2.6 - @matthewrudy
- add 2.5.1 to travis - @matthewrudy
- Remove ghit.me - @matthewrudy
- modify README.md - undefined
v0.16.0
- 0.16.0 - @matthewrudy
- rubocop -a - @matthewrudy
- Fix undefined
memoized_methods
error raisied when parent class does not callmemoize
- @PikachuEXE - Add support for class-level cache flushing. - @JoeMcB
- Use the latest minitest - @matthewrudy
- use assert_nil to avoid minitest deprecations - @matthewrudy
- Bump 2.2 and 2.3 versions to latest. - @jrafanie
- Add ruby 2.4 to travis - @jrafanie
- Fix travis with jruby-head - @matthewrudy
- Steal the ruby list from the rake travis.yml - @matthewrudy
- ruby < 1.9.3 needs an older version of rake - @matthewrudy
- Add return in comments for
flush_cache
. - @joshuapinter - Use https instead http - @biow0lf