Releases: InterNACHI/modular
Releases · InterNACHI/modular
2.2.0
What's Changed
- Update link to Laravel docs by @avosalmon in #87
- Fixed empty directory creation by @Wulfheart in #80
- Add void return type to ServiceProvider stub by @thearyanahmed in #70
- Improved event discovery (Laravel 10/11 compatible) by @inxilpro in #88
New Contributors
- @avosalmon made their first contribution in #87
- @Wulfheart made their first contribution in #80
- @thearyanahmed made their first contribution in #70
Full Changelog: 2.1.0...2.2.0
2.1.0
Note
This will be the last version to support Laravel 9 and PHP 8.0.
What's Changed
- Added Laravel 11 support
- Resolve some Windows-related relative path issues by @inxilpro in #55
- Support default Livewire V3 location by @skylerkatz in #62
- Resolves #75 Command $signature is being replaced with modular_name:command by @WebKenth in #76
New Contributors
- @skylerkatz made their first contribution in #62
- @WebKenth made their first contribution in #76
Full Changelog: 2.0.0...2.1.0
2.0.0
Note
The2.0.0
and1.12.0
releases are functionally the same. The only changes are in composer version constraints, removing code that was specific to Laravel 7, and a handful of refactors to PHP 8 language features.
Changed
- Dropped support for older versions of PHP and Laravel. If you are using Laravel 7 or 8, or PHP 7, please use the 1.x release.
1.12.0
1.11.0
Changed
- Updated version constraints to add Laravel 10 support and drop automated testing for old versions of PHP and Laravel
Full Changelog: 1.10.0...1.11.0
1.10.0
Fixed
- Improved path normalization on Windows (thanks to @Sophist-UK)
1.9.0
Fixed
- Addressed issue where
make:migration
andmake:livewire
were not loading the custom--module
option - Added additional tests for
make:
commands to catch necessary changes quicker in the future - Passing a
--module
flag for an unknown module now triggers a console error