Releases: schmittjoh/JMSSerializerBundle
Releases · schmittjoh/JMSSerializerBundle
5.0.0-beta1
What's Changed
Full Changelog: 4.2.0...5.0.0-beta1
4.2.0
What's Changed
- Fix: update class and property name of metadata service in DataCollector by @ajdinmore in #904
- chore(composer): add allow-plugins section by @simPod in #897
- Add support for the
SymfonyUidHandler
by @mbabker in #887 - Improve configuration docs by @jdreesen in #849
- feat: allow to enable strict json deserializer by @simPod in #896
- Fix
TraceableFileLocator
by @jdreesen in #894 - save deserialzer info as well by @goetas in #905
New Contributors
- @ajdinmore made their first contribution in #904
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
- require symfony di 3.4+ by @goetas in #884
- Fixed dev toolbar styling issue by @acrobat in #888
- Stop collecting metadata from cache by @scyzoryck in #900
- Fix default profiler value by @dannyvw in #892
New Contributors
- @acrobat made their first contribution in #888
- @scyzoryck made their first contribution in #900
- @dannyvw made their first contribution in #892
Full Changelog: 4.0.2...4.1.0
4.0.2
What's Changed
- Fix undefined variable $metadata by @dpfaffenbauer in #881
New Contributors
- @dpfaffenbauer made their first contribution in #881
Full Changelog: 4.0.1...4.0.2
4.0.1
4.0.0
Highlight
Other changes
- Fix compatibility with PHP 8.1 #872 (W0rma)
- Add support for Symfony 6 #869 (mbabker)
- Update installation guide to include Flex based apps #866 (mbabker)
- add "jms_" prefix to serializer functions to avoid collisions with th… #862 (goetas)
- Allow to decorate handler registry and event dispatcher #861 (goetas)
For upgrading instructions, please refer to https://github.com/schmittjoh/JMSSerializerBundle/blob/master/UPGRADING.md
3.10.0
3.9.1
3.9.0
- Add option to include interface metadata #817 (marein)
- Register DocBlockDriver #824 (simPod)
- rewrite CacheClearerTest according to --prefer-lowest tests #842 (gam6itko)
- copy issue templates from schmittjoh/serializer #841 (gam6itko)
- add CONTRIBUTING.md and code fixing by phpcbf #840 (gam6itko)
- add CacheClearer #839 (gam6itko)
- Partially revert #820 for support PHP 8.1 Enum #836 (michaljusiega)
- Migrate CI to Github Actions #833 (simPod)