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