Releases: Dhii/services
Releases · Dhii/services
0.1.1-alpha3
Added
- The
Constructor
,FuncService
,ServiceList
,StringService
,Extension
, andArrayExtension
services now
accept other service instances as dependencies, in addition to strings (#14).
Deprecated
- The
ResolveKeysCabableTrait::resolveKeys()
method is now deprecated. Clients should use theresolveDeps()
method
instead (#14).
0.1.1-alpha2
Fixed
Service::fromFile()
used to fail when trying an existing readable file.
0.1.1-alpha1
Added
Service::fromFile()
, which helps split configuration into multiple files (#9).
0.1.0
0.1.0-alpha2
0.1.0-alpha1
Initial version.