Skip to content

Releases: superbrave/gdpr-bundle

Fix license information

12 Feb 09:30
68140c6

Choose a tag to compare

Merge pull request #51 from superbrave/fix-license

Fix license typo

Added Symfony 4 support

11 Feb 15:37
79f4842

Choose a tag to compare

Added Symfony 4 support to the gdpr-bundle.

Added traversable normalization for the Exporter class

10 Feb 15:39
82882c0

Choose a tag to compare

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

10 Feb 09:02

Choose a tag to compare

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.

08 Jan 13:34

Choose a tag to compare

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

18 Dec 15:40
0a22598

Choose a tag to compare

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.

v1.0.0

19 Sep 10:00

Choose a tag to compare

This should be a string instead of an integer

0.4.0

29 May 12:57
9378473

Choose a tag to compare

  • Introduced README.md for installation and usage;
  • Renamed SuperBrave namespace to Superbrave;

0.3.0

18 May 10:20
a254549

Choose a tag to compare

SuperBrave is a company name, written out as a single word. The service names now use the superbrave_gdpr prefix instead of super_brave_gdpr

0.2.0

08 May 14:31
5efd22b

Choose a tag to compare

Initial release with anonymizer functionality.