Releases: caffeinated/modules
Releases · caffeinated/modules
v4.2.0
- Laravel 5.4 support
- Validation is ran against manifest files and will report any issues to avoid any unresolved conflicts
- Running
module:optimize
will no longer error if a module has been renamed/removed, and will properly update
- Other various bug fixes!
v4.1.6
Merge pull request #298 from TZK-/generator/test
Add a generator for tests
v4.1.5
- Added Laravel 5.4 support
v4.1.4
Fixing double backslash on make:module:controller (#278)
v4.1.2
Apply fixes from StyleCI (#271)
v4.1.1
Fix module:migrate:rollback for modules (#264)
- Rolls back a batch which was created through module:migrate
- Rolls back only the migrations for the provided slug, even if multiple migrations were executed in the same batch
v4.1
Merge pull request #262 from psoots/ps/custom-structure
Allow configuring module subdirectories
v4.0.9
Update make:module help text to be more clear
v4.0.8
Merge pull request #259 from psoots/helper-wrap
Wrap module_ helpers in function_exists conditionals