Skip to content

Releases: InterNACHI/modular

2.2.0

06 Apr 01:01
d501689
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

18 Mar 19:04
Compare
Choose a tag to compare

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

Full Changelog: 2.0.0...2.1.0

2.0.0

19 May 14:30
Compare
Choose a tag to compare

Note
The 2.0.0 and 1.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

19 May 13:24
Compare
Choose a tag to compare

Added

  • Added support for factory model name resolution inside modules

Fixed

  • Added support for new make:command changes in Laravel 10

1.11.0

14 Feb 14:25
Compare
Choose a tag to compare

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

12 Aug 20:37
19b140f
Compare
Choose a tag to compare

Fixed

  • Improved path normalization on Windows (thanks to @Sophist-UK)

1.9.0

06 Jul 19:19
Compare
Choose a tag to compare

Fixed

  • Addressed issue where make:migration and make: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

1.8.0

04 Jun 17:05
Compare
Choose a tag to compare

Added

  • Added support for Blade component namespaces (i.e. <x-module::component.name />)

Fixed

  • Fixed issue with make:seeder command introduced in Laravel 9.6.0

1.7.0

11 Feb 16:13
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9.x

1.6.0

20 Jan 15:09
Compare
Choose a tag to compare

Added

  • Added support for custom module stubs

Fixed

  • Only register the make:livewire integration if Livewire is installed