Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 840 Bytes

Changelog

All Notable changes to laravel-modules will be documented in this file.

Next -

0.10 - 2016-08-10

Added

  • Experimental Laravel 5.3 support

Changed

  • Make sure the class name has Controller appended to it as well. Previously only the file had it suffixed.

Removed

  • Dependencies: pingpong/support and pingpong/generators

0.9 - 2016-07-30

Added

  • Adding a plain option to the generate controller command

Changed

  • Generate controller command now generates all resource methods

0.8 - 2016-07-28

Fixed

  • Module generation namespace now works with StudlyCase (Issue #14)
  • No module namespace fix (#13)

Changed

  • Using new service provider stub for module generation too

0.1 - 2016-06-27

Initial release