All notable changes to this project will be documented in this file, in reverse chronological order by release.
v1.1.1 [2023-11-15]
- Added
.vscode/
to .gitignore file
- Improved unit tests and moved tests to "Unit" directory
- Removed phpstan-phpunit from composer require-dev
- Removed .dist from phpunit.xml in .gitattributes export-ignore
v1.1.0 [2023-08-17]
- Added
bindInstance
method to Container class
- Renamed
Zaphyr\Container\Contracts\BootableServiceProvider
toZaphyr\Container\Contracts\BootableServiceProviderInterface
- First stable release version