Skip to content

Releases: Smile-SA/gdpr-dump

1.2.0

03 Jul 14:26
Compare
Choose a tag to compare

Features:

  • Allow referencing environment variables in the configuration

1.1.1

13 May 16:06
Compare
Choose a tag to compare

Changes:

  • Optimize the data converter hook (huge performance gain)
  • Raise minimum required version of ifsnop/mysqldump-php to ^2.9
  • Fix typos in documentation

Internal:

  • Add PHPStan static code analysis
  • Replace @expectedException annotation by $this->expectException() method
  • Add a unit test of the condition builder

1.1.0

09 Mar 10:37
Compare
Choose a tag to compare

Features:

  • Validate the config file before prompting for a password
  • Add parameter skip_conversion_if (table row is not converted if the condition evaluates to true)

Changes:

  • Remove unused parameter ignore from schema.json

Internal:

  • Move TableDependencyResolver to the Database namespace
  • Add Mysqldump extension logic:
    • ColumnTransformer class converted to DataConverterExtension
    • TableWheresBuilder class converted to TableFilterExtension

1.0.0

06 Feb 08:45
Compare
Choose a tag to compare

First stable release.