Skip to content

1.1.0

Compare
Choose a tag to compare
@guvra guvra released this 09 Mar 10:37

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