Skip to content

2.1.0

Compare
Choose a tag to compare
@goetas goetas released this 31 Aug 10:47
· 322 commits to master since this release
a612724

This release brings improved symfony 3.3+ support (autowiring), data time deserialization improvements and ability to use private services as listeners and handlers.

Implemented enhancements:

  • Allow event listener/susbcriber services to be private #593
  • Date deserialization (DateTime object) #582
  • Allow listeners and event subscribers to be private #594 (goetas)

Fixed bugs:

  • Handler DI #598
  • Allow subscribing handlers to be private #602 (goetas)

Closed issues:

  • Gedmo Unrecognized field: createdAt - Error! #599
  • Array deserialization problem #597
  • Integrate JMSSerializer into Symfony PropertyInfo? #591
  • Yml config should allow to configure the default accessType and readOnly options #586
  • Can't use symfony serializer when requesting the id "serializer" #583
  • XML Collection names and null values #581
  • Not work for Symfony 3.3? #579
  • possible to register a handler that will compare against abstract classes #577

Merged pull requests: