All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- README and other documents cleaned up in preparation for open sourcing.
- Docker-ised the development and testing.
- Added basic support for multiple PHP versions.
- Added the ability to test the commands locally via docker.
schemaDefinitionPath
now defaults toschema/<connectionName>
.- Code made open source.
- Travis CI support added.
- Added optional
schemaDefinitionPath
directive to config. - Fastdump now obeys
schemaDefinitionPath
anddbname
directives. - Enabled creation of databases.
- Removed redundant
schema-path
argument - Removed
version
fromcomposer.json
and rely on tags.
morphism-dump
now honours theexclude
config.- Only actual tables are dumped now. Views are ignored.
- Minor
composer.json
updates.
- Initial work. No earlier version tags available.