Skip to content

Releases: gyro-project/mvc-bundle

v1.0.0-beta6

27 Sep 14:58
af42d10
Compare
Choose a tag to compare

What's Changed

  • PHP-7.4-Compatibility: Don't use constructor property promotion by @mantiz in #24
  • yield AfterResponseTask will delay code execution to kernel.terminate by @beberlei in #25

New Contributors

Full Changelog: v1.0.0-beta5...v1.0.0-beta6

v1.0.0-beta5

17 Nov 20:33
db28a28
Compare
Choose a tag to compare

What's Changed

  • Inject services directly instead of using container. by @beberlei in #23

Full Changelog: v1.0.0-beta4...v1.0.0-beta5

v1.0.0-beta4

19 Sep 07:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-beta3...v1.0.0-beta4

v1.0.0-beta3

16 Jan 00:11
9b3305e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

v1.0.0-beta2

15 Jan 23:28
8254f16
Compare
Choose a tag to compare

What's Changed

  • Symfony 5.4 support by @beberlei in #17
  • Remove composer/package-versions-deprecated and SymfonyVersion wrapper. by @beberlei in #18

Full Changelog: v0.10.1...v1.0.0-beta2

v0.10.1

31 Dec 16:09
e614f13
Compare
Choose a tag to compare
  • Bugfix: RedirectRoute does not respect third parameter $response and allows no change to status code (#15 with #16)

v0.10.0

29 Dec 01:15
7e8042b
Compare
Choose a tag to compare
  • Add PHP 8 support #11
  • Add EventDispatcher adapter for consistent Symfony 3,4,5 support #10
  • Bugfix: Failure when used with Flex #13