All Versions
118
Latest Version
Avg Release Cycle
43 days
Latest Release
128 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v5.6.3 Changes
February 20, 2018๐ Fixed
- Phpdocs
-
v5.6.2 Changes
February 19, 2018๐ Fixed
- ๐ Fixes environment detector
-
v5.6.1 Changes
February 18, 2018๐ Fixed
- Composer.json framework value.
-
v5.6.0 Changes
February 18, 2018โ Added
- โ Added
config/commands.php
to hold the ListCommand configuration. - โ Added
bootstrap/cache
folder to hold application services cache. - Core: Added
menu
method on base command class. - Core: Collision v2
๐ Changed
- โ
On tests, the
Integration
folder got renamed toFeature
. - โก๏ธ The value version on
config/app.php
should be updated toapp('git.version')
.
โ Removed
- ๐
bootstrap/autoload
andbootstrap/init
got removed. - โฑ App config
with-scheduler
is no longer available. You should useconfig/commands.php
for it. - 0๏ธโฃ App config
default-command
is no longer available. You should useconfig/commands.php
for it. - App config
commands-paths
is no longer available. You should useconfig/commands.php
for it. - App config
commandss
is no longer available. You should useconfig/commands.php
for it. - Database config
with-migrations
is no longer available. You should useconfig/commands.php
for it. - ๐ Database config
with-seeds
is no longer available. You should useconfig/commands.php
for it.
- โ Added
-
v4.0.26 Changes
February 01, 2018๐ Fixes
- ๐ Core: Fixes usage of facades in service providers.
-
v4.0.25 Changes
January 12, 2018๐ Fixes
- Core: Respects Service Provider Lifecycle.
-
v4.0.24 Changes
January 10, 2018๐ Fixes
- ๐ Core: Fixes bug on case sensative filesystems.
-
v4.0.23 Changes
January 10, 2018๐ Fixes
- ๐ Core: Removes
make
related commands from production env.
- ๐ Core: Removes
-
v4.0.22 Changes
January 09, 2018โ Added
- Core: Adds dotenv component.
-
v4.0.21 Changes
January 05, 2018โ Added
- Core: Helpers
abort
,abort_if
andabort_unless
.
๐ Changed
- Core: Symfony console exceptions are not captured by Collision.
- Core: Helpers