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

Releases: gsomoza/baleen-cli

v0.5.1

09 Oct 14:29
Compare
Choose a tag to compare

Fixed

  • #23: StatusHandler Diff Issue

Changed

  • External references in documentation.
  • New requirements.txt file for easier pip install.

v0.5.0

28 Sep 20:48
Compare
Choose a tag to compare

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.

v0.4.0

31 Aug 09:24
Compare
Choose a tag to compare

CHANGES

  • Easier overriding of configuration definitions.
  • Easier overriding of custom configuration classes.
  • More intuitive class names.

v0.3.0

21 Aug 20:38
Compare
Choose a tag to compare

Changes

  • Grouped service names with several constants under a single "Services" interface, for easier and consistent reference.

v0.2.0

13 Aug 17:20
Compare
Choose a tag to compare

Changes

  • Update storage automatically as each migration is executed up/down.

v0.1.0

13 Aug 10:00
Compare
Choose a tag to compare

Added

  • Progress bar shows by default when migrating batches.
  • Released packages do not include development files & folders.
  • More service provider tests.

Changed

  • Updated README.md with more badges and basic instructions on how to run.
  • Tests for configuration classes.
  • Tests for several Commands
  • Installed FlySystem and started to use it for RepositoryCommands
  • Changed migration:list's optional reverse option name to newest-first for better readability.
  • Removed LatestCommand inheritance from ListCommand because it didn't make sense.
  • Tests for ListCommand.

v0.0.1-alpha

22 Jul 22:27
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Added

  • Initial code for the simple console wrapper.