Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2 KB

File metadata and controls

51 lines (36 loc) · 2 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.

0.2.3 - 2026-02-06

Added

  • Add Ruby 3.2 to the test matrix #7.
  • Add benchmark and ostruct dependencies #11.

Changed

  • Update Ruby versions under test (Ruby 4 compatibility) #11.
  • Stop supporting old Rubies #9.

Fixed

  • Fix RuboCop linting violation #12.
  • Fix Style/RedundantConstantBase violations #7.
  • Correct README example #8.

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.

0.1.0 - 2022-03-23