Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.17 KB

Change log

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.

[[next-version]] - YYYY-MM-DD

Fixed

  • Declare missing return type for FuncService (#11).

[0.1.1-alpha3] - 2023-02-01

Added

  • The Constructor, FuncService, ServiceList, StringService, Extension, and ArrayExtension services now accept other service instances as dependencies, in addition to strings (#14).

Deprecated

  • The ResolveKeysCabableTrait::resolveKeys() method is now deprecated. Clients should use the resolveDeps() method instead (#14).

[0.1.1-alpha2] - 2022-01-05

Fixed

  • Service::fromFile() used to fail when trying an existing readable file.

[0.1.1-alpha1] - 2022-01-05

Added

  • Service::fromFile(), which helps split configuration into multiple files (#9).

[0.1.0] - 2022-01-05

Stable release.

[0.1.0-alpha2] - 2021-03-16

Remove

  • Support for PHP < 7.1 (#3).

Add

  • Support for PHP 8 (#3).
  • Extract resolveKeys() to trait (#3).

[0.1.0-alpha1] - 2021-03-15

Initial version.