All Versions
118
Latest Version
Avg Release Cycle
43 days
Latest Release
575 days ago

Changelog History
Page 10

  • v4.0.8 Changes

    November 22, 2017

    ๐Ÿ”„ Changed

    • Core: Disables Collision on production.
  • v4.0.4 Changes

    November 14, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Core: Fixes commands detector.
    • On the config/app.php the config commands-namespaces was replaced by commands-paths.
  • v4.0.2 Changes

    November 11, 2017

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Core: Fixes missing league/flysystem package.
  • v4.0.0 Changes

    November 08, 2017

    โž• Added

    • Core: All configs are auto detected.
    • Core: nunomaduro/collision added on require section of composer.
    • Core: Database component installer now publishes a database.php config.
    • ๐Ÿ— Core: Improves builder & renamer command signature.
    • โฑ Core: Adds with-scheduler config option.
    • Core: Adds command:make feature.
    • ๐Ÿ‘ Core: Adds support to Storage facade & Flysystem.
    • config/app.php added containing now only app config.

    ๐Ÿ”„ Changed

    • ๐Ÿšš The file config/config.php was removed.

    โœ‚ Removed

    • ๐Ÿšš nunomaduro/collision removed from composer.json.
  • v3.10.0 Changes

    November 01, 2017

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Uses symfony default command by default.
  • v3.9.2 Changes

    October 26, 2017

    โž• Added

    • Core: Auto-detect commands.
    • โœ‚ Removes commands entry from config.php.
  • v3.9.0 Changes

    October 25, 2017

    โž• Added

    • ๐Ÿšš Core: Moves cache config exists now by default on core.
    • ๐Ÿ›  Core: Fixes bug on renamer if the file with the same name already exists.
    • ๐Ÿšš Cache config remove from config.php.
  • v3.8.0 Changes

    October 20, 2017

    โž• Added

    • Requires from composer Laravel Zero Framework 3.8.*.
    • ๐Ÿšš Moves Collision from composer require-dev to require.
    • โž• Adds option with-migrations to database config.
    • Core: Migrations feature.
  • v3.7.0 Changes

    October 12, 2017

    โž• Added

    • โž• Adds Collision to composer require-dev.
    • โž• Adds Collision listener to phpunit.xml.
    • Core: Auto registers collision.
  • v3.6.11 Changes

    October 01, 2017

    โž• Added

    • Core: Adds config_path helper.