Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@gsomoza gsomoza released this 28 Sep 20:48
· 11 commits to master since this release

CHANGED

  • Changed CommandsProvider to use a "message" key instead of "class" for the $commands property.
  • Renamed DefaultProvider to ApplicationProvider.
  • Renamed Services::TIMELINE_COMPARATOR to Services::COMPARATOR.
  • Removed ConfigHelper.
  • Refactored Container\ServicesProvider into Providers for simplicity.
  • Updated to Baleen Migrations 0.7.
  • Make Ant build without coverage by default.
  • Support for command factories.
  • ExecuteHandler no longer updates storage during --dry-run mode.
  • Renamed Commands to Messages.
  • Made MigrationFactory a service.

FIXED

  • Storage collections don't get sorted in config:status command.
  • Fix --editor-cmd functionality for the migrations:create command.

ADDED

  • config:status command (alias: status).
  • Sphinx Documentation.
  • Auto-generated PHP class reference.
  • Better DocBlock documentation for some classes.