Interop Config 1.0.0
This release contains BC breaks, but upgrade path is simple.
Added
- #26:
dimensions()
method toRequiresConfig
to make configuration depth flexible
Deprecated
- Nothing
Removed
-
#26:
vendorName()
andpackageName()
method fromRequiresConfig
, replaced bydimensions()
method- It's recommended to remove the methods and use the values directly in
dimensions()
to increase performance
public function dimensions() { return [$this->vendorName(), $this->packageName()]; }
- It's recommended to remove the methods and use the values directly in
-
#26:
RequiresContainerId
interface is renamed toRequiresConfigId
- use the container id as a second argument by
options()
method.
- use the container id as a second argument by
Fixed
- #28: Throws exception if dimensions are set but default options are available and no mandatory options configured