Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 832 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 832 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

v1.1.1 [2023-11-15]

New:

  • Added .vscode/ to .gitignore file

Changed:

  • Improved unit tests and moved tests to "Unit" directory

Removed:

  • Removed phpstan-phpunit from composer require-dev

Fixed:

  • Removed .dist from phpunit.xml in .gitattributes export-ignore

v1.1.0 [2023-08-17]

New:

  • Added bindInstance method to Container class

Changed:

  • Renamed Zaphyr\Container\Contracts\BootableServiceProvider to Zaphyr\Container\Contracts\BootableServiceProviderInterface

v1.0.0 [2023-07-18]

New:

  • First stable release version