This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Releases: gsomoza/baleen-cli
Releases · gsomoza/baleen-cli
v0.5.1
v0.5.0
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
v0.3.0
v0.2.0
v0.1.0
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
Added
- Initial code for the simple console wrapper.