Releases: Smile-SA/gdpr-dump
Releases · Smile-SA/gdpr-dump
1.2.0
1.1.1
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
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