Skip to content

Releases: r7kamura/mem

v0.2.0

23 Aug 01:28
a346f23
Compare
Choose a tag to compare

What's Changed

Changed

Others

  • Rewrite .gitignore in line with recent bundler trends by @r7kamura in #9
  • Rewrite readme installation section by @r7kamura in #10
  • Add RuboCop and correct some offenses by @r7kamura in #11
  • Add CI by @r7kamura in #13
  • Change version to 0.2.0 by @github-actions in #14

New Contributors

  • @r7kamura made their first contribution in #9
  • @github-actions made their first contribution in #14

Full Changelog: v0.1.5...v0.2.0


Starting with this version, we have moved the release notes from CHANGELOG.md to GitHub Releases. The contents of the past CHANGELOG.md are described below.

0.1.5

  • Fix method visibility

0.1.4

  • Add support for removing memoization

0.1.3

  • Support memoize/core_ext only use

0.1.2

  • Add memoize/core_ext

0.1.1

  • Define setter on .memoize

0.1.0

  • Change interface from extend Mem to include Mem
  • Change stored data structure from ivar to hash table
  • Add some instance methods to inspect memoized table

0.0.2

  • Remove dependency on ActiveSupport

0.0.1

  • 1st release