catalyst_builder_contracts 2.0.0-rc.1
catalyst_builder_contracts: ^2.0.0-rc.1 copied to clipboard
This is the contracts package for the catalyst_builder package. It includes annotations and marker interfaces.
2.0.0-rc.1 #
Breaking Changes #
- Removed
GenerateServiceProvider
annotation - Renamed
GenerateServiceProviderPlugin
toGenerateServiceContainerPlugin
- Renamed
ProviderAlreadyBootedException
toContainerAlreadyBootedException
- Renamed
ProviderNotBootedException
toContainerNotBootedException
- Renamed
ServiceProvider
toAbstractServiceContainer
- Renamed
ServiceProviderPlugin
toServiceContainerPlugin
2.0.0-dev.2 #
Breaking Changes #
- Changed
ServiceProvider
andServiceRegistry
to interfaces - Removed
EnhanceableProvider
and addedenhance
toServiceProvider
2.0.0-dev.1 #
1.0.0 #
- First public version
0.0.2 #
- Fix export of EnhanceableProvider
0.0.1 #
- Initial version