Releases: nWidart/laravel-modules
Releases Β· nWidart/laravel-modules
v11.1.4
What's Changed
- corrected app_folder path for updating phpunit by @dcblogdev in #1955
Full Changelog: v11.1.3...v11.1.4
v11.1.3
What's Changed
- added command to add enabled modules to code coverage includes by @dcblogdev in #1954
Full Changelog: v11.1.2...v11.1.3
v11.1.2
v11.1.1
What's Changed
- fix function name by @alissn in #1940
- Delete cache of module_status.json by @alissn in #1941
- Fix Migration Auto-Discovery for Active Modules by @alissn in #1945
- Fix Translation Auto-Discovery for Enabled Modules by @alissn in #1946
- [feat] handle load files of module by @alissn in #1947
Full Changelog: v11.1.0...v11.1.1
v11.1.0
What's Changed
- Update provider.stub by @solomon-ochepa in #1874
- Improvement: Remove Cached JSON File Reading for Faster Performance by @alissn in #1876
- Clean Up Old Snapshots by @alissn in #1884
- Add Event Handling and Constants for Module Actions by @alissn in #1883
- Auto Registration of Module Migrations by @alissn in #1889
- Change
Multiselect
toMultisearch
in BaseCommand by @alissn in #1910 - Lavavel Pint as a dev-dependency by @SamuelMwangiW in #1918
- Update ModuleGenerator methods DocBlock by @solomon-ochepa in #1882
- Update controller.stub by @solomon-ochepa in #1899
- Update event-provider.stub by @solomon-ochepa in #1901
- Update model.stub by @solomon-ochepa in #1902
- Streamline Provider Registrations with a Single File by @alissn in #1879
- Fix for Running Root Migrations Before Module Migrations by @alissn in #1919
- Auto-Register Module Language Files by @alissn in #1920
- Optimize FileRepository by @solomon-ochepa in #1898
- Blazing Fast Module Loading ππ by @alissn in #1921
- Optimize unit tests by @solomon-ochepa in #1923
- Update route-provider.stub by @solomon-ochepa in #1925
- Update provider.stub by @solomon-ochepa in #1926
- Refactor
module:model-show
Command for Improved Model Detection by @alissn in #1931 - Update class typo to interface on stub by @rupeshstha in #1932
- Add Issue Template for Improved Support by @alissn in #1939
New Contributors
- @SamuelMwangiW made their first contribution in #1918
- @rupeshstha made their first contribution in #1932
Full Changelog: v11.0.11...v11.1.0
v11.0.11
What's Changed
- Create module:make-class command by @solomon-ochepa in #1802
- Fixes Invokable Controller Stub by @omerbaflah in #1854
- Add Confirmation Option for Command Execution by @alissn in #1864
- Refactor and Improve
module:migrate
andmodule:migrate:fresh
Commands by @alissn in #1866 - Create module:make-repository command [W.I.P] by @solomon-ochepa in #1831
- moved tests into folders by @dcblogdev in #1871
- added and ran pint with laravel preset by @dcblogdev in #1872
Full Changelog: v11.0.10...v11.0.11
v11.0.10
What's Changed
- [feat] add
direction
option to commandmodule:seed
by @alissn in #1846 - Updated vite-module-loader.js by @dcblogdev in #1847
- Added invokable option into make-controller command by @AbdulkarimOmer in #1848
- Update action stubs by @omerbaflah in #1849
- Update service stubs by @omerbaflah in #1850
- Update controller, service, helper, and action methods by @dcblogdev in #1851
New Contributors
- @AbdulkarimOmer made their first contribution in #1848
- @omerbaflah made their first contribution in #1849
Full Changelog: v11.0.9...v11.0.10
v11.0.9
What's Changed
- added make-event-provider command by @dcblogdev in #1845
Full Changelog: v11.0.8...v11.0.9
v11.0.8
Added
make-action
command by @dcblogdev in #1837make:cast
command by @dcblogdev in #1840make-enum
command by @dcblogdev in #1836make:exception
command by @dcblogdev in #1841make:interface
command by @dcblogdev in #1842make-helper
command by @dcblogdev in #1838make:trait
command by @dcblogdev in #1839make:scope
command by @dcblogdev in #1843
Changed
- missing return type for make service command by @dcblogdev in #1835
- Remove custom namespaces from generator [factory and seeder]. by @solomon-ochepa in #1832
Full Changelog: v11.0.7...v11.0.8
v11.0.7
What's Changed
- Changed wording for command descriptions to be consistent. by @kowston in #1825
- Feature/restrict fresh migration to module scope by @dcblogdev in #1826
- added invokable and force options into make-service command by @dcblogdev in #1828
- Fixed public path for octane setup by @korridor in #1829
- Path Namespace - generate a well-formatted StudlyCase namespace from paths. by @solomon-ochepa in #1827
- enforce config option by @dcblogdev in #1830
New Contributors
Full Changelog: v11.0.6...v11.0.7