Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.4.1
Fixed
- return type issue if no routes are defined.
0.3.12
Fixed
- double-rendering of views.
0.4.0
Changed
- no need to manually add the caffeine middleware anymore.
- made some internal optimizations.
- middleware code injection to avoid double-rendering.
- README to indicate compatibility changes.
0.3.11: Add domain configuration option
Added
- domain configuration option.
0.3.10: Merge pull request #29 from BigBearTech/master
Fixes
- uninitialized variable in routes.
0.3.9
Added
- configuration drip route.
0.3.8
Fixed
- implementation of helper class instead of direct function to prevent redeclaration conflicts.
0.3.7
Changed
- declaration of helper method to be in a helper class to avoid redeclaration issues.
0.3.6
Fixed
- cast route actions to array.
0.3.5
Fixed
- middleware group detection.