Releases: caffeinated/modules
Releases · caffeinated/modules
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0
- Completely restructured the local repository implementation - should see speed improvements.
- No longer need to add the
enabled
key to your module manifest files. Please remove these from your manifest files!
- No longer need to add the
- Renamed
getProperty()
toget()
- Renamed
setProperty()
toset()
- Removed
module:cache
Artisan command - Added
module:optimize
Artisan command (Note: You must run this command any time you make modifications to your module manifest files/remove modules.) - Added
-Q
/--quick
option to themake:module
Artisan command. This emulates the previous behavior where the manifest will simply be populated with default values rather than run through the make:module wizard.