Skip to content

Releases: biig-io/Melodiia

[0.5.1] - 2020-03-31

31 Mar 13:16
Compare
Choose a tag to compare

Fixed

  • Update CRUD Controller was not working as expected anymore, this has been fixed, update asap

[0.5.0] - 2020-03-28

28 Mar 13:15
Compare
Choose a tag to compare

Added

  • Full compatibility to Symfony 5.x

Changed

  • the crud controllers now allow partial data on patch by default

Fixed

  • Fix issue with subresources persistence
  • FormError are more consistent
  • CRUD controllers now output 400 error on malformed json instead or 500 error

[0.4.0] - 2019-08-06

06 Aug 12:47
23a5e90
Compare
Choose a tag to compare
  • #25 Improve compatibility of CRUD stuff, but breaks the compatibility

[0.3.3] - 2019-08-01

01 Aug 10:07
Compare
Choose a tag to compare
  • #22 Add possibility to define a custom data normalizer for ApiType

[0.3.2] - 2019-07-05

05 Jul 17:52
Compare
Choose a tag to compare

Changed

  • #19 Documentation is now using scheme of the application

[0.3.1] - 2019-06-17

17 Jun 15:35
Compare
Choose a tag to compare

Fixed

  • #17 fixes issue with GetAll controller with no filters
  • #16 adds a BC layer for Sf < 4.1 and removes deprecation usage triggers for new versions