Releases: InterNACHI/modular
Releases · InterNACHI/modular
2.3.0
What's Changed
- Fix
getApplicationBasePathnaming in testbench by @inxilpro in #111 - Handle the renamed static property in
Factoryby @samlev in #110 - Add Laravel 12 support + tests by @inxilpro in #112
- Using conventional directories for default test by @cheyner in #108
New Contributors
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Fix deprecated function signature by @da-mask in #63
- Fix PHP 8.4 deprecations by @ejunker in #106
- Enhance documentation for retrieving translations. by @zobay in #100
- Add void return type to migration stub by @michaelconnelly in #103
New Contributors
- @da-mask made their first contribution in #63
- @zobay made their first contribution in #100
- @michaelconnelly made their first contribution in #103
Full Changelog: 2.2.0...2.3.0
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.0and1.12.0releases 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:migrationandmake:livewirewere not loading the custom--moduleoption - Added additional tests for
make:commands to catch necessary changes quicker in the future - Passing a
--moduleflag for an unknown module now triggers a console error