Skip to content

Version 4.0.0

Compare
Choose a tag to compare
@dontub dontub released this 15 May 17:49
· 17 commits to master since this release

Added

Breaking changes

  • Service Shivas\VersioningBundle\Service\VersionManagerInterface instead of Shivas\VersioningBundle\Service\VersionManager.
  • Set service Shivas\VersioningBundle\Formatter\FormatterInterface to change formatter instead of VersionManager argument.
  • Shivas\VersioningBundle\Formatter\NullFormatter to disable formatting.
  • PHP type hints where possible.
  • Consider changes of nikolaposa/version as well.