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.2] - 2022-05-03
Added
- Support Ruby 2.5 & 2.6 #6.
0.2.1 - 2022-04-19
Added
- Added
Omnes::Bus#clear
for autoloading #4.
Changed
- Fix re-adding autodiscovered subscriptions on subsequent calls #5.
0.2.0 - 2022-04-15
Added
- Be able to fetch subscriptions by id from the bus #1.
- Use ad-hoc configuration system (and make Omnes zero-deps) #2.
- Bind a publication context to subscriptions #3.