Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.29 KB

Change Log

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 to schema/<connectionName>.
  • Code made open source.
  • Travis CI support added.
  • Added optional schemaDefinitionPath directive to config.
  • Fastdump now obeys schemaDefinitionPath and dbname directives.
  • Enabled creation of databases.
  • Removed redundant schema-path argument
  • Removed version from composer.json and rely on tags.
  • morphism-dump now honours the exclude config.
  • Only actual tables are dumped now. Views are ignored.
  • Minor composer.json updates.
  • Initial work. No earlier version tags available.