Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.08 KB

File metadata and controls

68 lines (47 loc) · 1.08 KB

0.7.11

0.7.10 2026-01-14

  • Added the has method to the Registry.

0.7.9 2026-01-13

0.7.8 2026-01-13

0.7.7 2026-01-13

0.7.6 2025-12-27

  • Added the PRS-11 ContainerInterface.

0.7.5 2025-11-28

0.7.4 2025-11-21

  • Added get and set magic methods to the Registry.

0.7.3 2025-11-11

  • Converted to camelcase.

0.7.2 2025-11-06

0.7.1 2025-11-06

  • Added a reset method to the Registry.
  • Updated composer.

0.7.0

  • Refactoring.
  • Added Redis singleton.

0.6.7

0.6.6 2025-01-27

0.6.5

0.6.4

0.6.3

0.6.2

  • Updated interfaces.

0.6.1 2024-12-05

  • Added mixed return type to the runnable interface.

0.6.0

Scheduled Release

0.5.10 2022-05-23

  • Fixed the return type of Command\Invoker::process method.

0.5.10 2022-04-04

  • Scheduled release

0.5.9 2022-04-03

  • More composer updates.

0.5.8 2022-04-03

  • Composer update

0.5.7 2022-03-31

0.5.6 2021-10-02

  • Added the Command pattern.

0.5.5 2020-08-19

  • Made Runnable Argv default to an array.

0.5.4

  • Refactored Observerable into a trait.
  • Created observer unit tests.