Releases: superbrave/gdpr-bundle
Fix license information
Added Symfony 4 support
Added Symfony 4 support to the gdpr-bundle.
Added traversable normalization for the Exporter class
This change will allow you to export traversable data in objects when their appropriate annotations are set. You can also add your own custom normalizers which will be called if the normal chain can't handle the normalization. This release can cause some behavioural changes for the export.
Added traversable normalization for the Exporter class
This change will allow you to export traversable data in objects when their appropriate annotations are set. You can also add your own custom normalizers which will be called if the normal chain can't handle the normalization. This release will also be made available for 2.0. This release can cause some behavioural changes for the export.
Updated dependency packages and removed PHP 5.6 support.
Due to security alerts, this version has been released. Dependency packages has been updated and PHP 5.6 support has been removed.
Add an encoding option to the Exporter
Adds a target encoding options to the exportObject() function in the Exporter class, which allows the caller to determine the encoding type of the resulting export. This is useful when exporting data with a known encoding type e.g. from a database.