Skip to content

Releases: swagindustries/Melodiia

[0.10.4] 2024-06-25

21 Jul 11:02
680d2df
Compare
Choose a tag to compare

Added

  • Add support for any version of Symfony 7 #79
  • Make the Melodiia data mapper a service so it's overridable more easily globally #78

[0.10.3] 2024-06-04

04 Jun 07:52
4e50e74
Compare
Choose a tag to compare

Added

Removed

[0.10.2] 2023-09-03

03 Sep 16:30
e678e10
Compare
Choose a tag to compare

Fixed

  • Symfony 6.x compatibility - #66

Added

  • Improved Symfony 6.3 compatibility and prepare Symfony 7 - #70

Changed

  • Test suite now runs on PHP 8.2

[0.10.1] 2023-01-15

15 Jan 18:04
ddbe9b8
Compare
Choose a tag to compare
  • Fix a bug in dependency requirement detection

[0.10.0] 2022-02-07

07 Feb 08:45
Compare
Choose a tag to compare

Added

  • Symfony 6 support

[0.9.0] 2021-12-13

13 Dec 08:30
cac068d
Compare
Choose a tag to compare

Added

  • Compatibility with PHP 8.1

Changed

  • Fix #54 to be able to build a melodiia application on any PAAS service

Fixed

  • The error listener is now working properly!

Removed

  • Compatibility with Sf 4.x

[0.8.0] 2020-11-26

26 Nov 18:35
Compare
Choose a tag to compare

Added

  • Add json-api header in responses

Changed

  • Removed hard dependency to the form component (it is still required for many features)

Removed

  • Automatic extension of the Symfony DateTimeType. There's a good DateTimeType available, we do not need more.

[0.7.3] 2020-12-18

21 Dec 11:49
Compare
Choose a tag to compare

Added

  • Compatibility to PHP 8
  • Ability to stop a deletion from events

Fixed

  • Test suite for PHP 7.3/Symfony 4.4

[0.7.2] 2020-08-19

19 Aug 17:25
Compare
Choose a tag to compare

Changed

  • Twig and Doctrine are now soft deps

[0.7.1] 2020-08-19

19 Aug 16:46
Compare
Choose a tag to compare

Added

  • Docs
  • Symfony Recipe

Fixed

  • Filters (the feature were not working anymore)