Sha256: a87afa91e987723068016c608d1ad4bb477ec06e992e06d82f710c3a59b5e14a
Contents?: true
Size: 969 Bytes
Versions: 1
Compression:
Stored size: 969 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.2] - 2022-11-03 ### Changed - Avoid overriding `#initialize` of integrator instances (resolves [#1](https://github.com/pjrebsch/memorb/issues/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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
memorb-0.2.2 | CHANGELOG.md |