Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.02 KB

Changelog

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.

[Unreleased]

[0.2.3] - 2022-11-04

Changed

  • Add gem to $LOAD_PATH explicitly.

[0.2.2] - 2022-11-03

Changed

  • Avoid overriding #initialize of integrator instances (resolves #1)
  • Change reported ::name of integration module from Memorb:___ to Memorb::Integration[___]

[0.2.1] - 2021-05-13

Changed

  • Decreased RubyGems version requirement from >= 2.6 to >= 2.5.

[0.2.0] - 2021-05-11

Changed

  • BREAKING CHANGE: Changed the activation alias from memorb! to memoize.
  • No longer keep a global registry of instance agents to reduce the risk of memory leakage.
  • Updated Gemfile source to HTTPS.

Removed

  • Removed undocumented purge method.

[0.1.0] - 2020-06-08

Initial release.