All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add gem to
$LOAD_PATH
explicitly.
- Avoid overriding
#initialize
of integrator instances (resolves #1) - Change reported
::name
of integration module fromMemorb:___
toMemorb::Integration[___]
- Decreased RubyGems version requirement from
>= 2.6
to>= 2.5
.
- BREAKING CHANGE: Changed the activation alias from
memorb!
tomemoize
. - No longer keep a global registry of instance agents to reduce the risk of memory leakage.
- Updated Gemfile source to HTTPS.
- Removed undocumented
purge
method.
Initial release.