Version 4.0.0
Added
- PHP 8 support. #78 #81
- Update to nikolaposa/version to version 4. Thanks @kevin-lot. #69 #73
Breaking changes
- Service
Shivas\VersioningBundle\Service\VersionManagerInterface
instead ofShivas\VersioningBundle\Service\VersionManager
. - Set service
Shivas\VersioningBundle\Formatter\FormatterInterface
to change formatter instead ofVersionManager
argument. Shivas\VersioningBundle\Formatter\NullFormatter
to disable formatting.- PHP type hints where possible.
- Consider changes of nikolaposa/version as well.