diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5eedf..1dde926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to `modular` will be documented in this file. +## 0.1.1 - 2024-04-09 + +### What's Changed + +* Updated README, Format code using Pint by @coolsam726 in https://github.com/savannabits/modular/pull/27 + +**Full Changelog**: https://github.com/savannabits/modular/compare/0.1.0...0.1.1 + +## 0.1.0 - 2024-04-09 + +### What's Changed + +* New Feat: Generate Views together with Tests by @coolsam726 in https://github.com/savannabits/modular/pull/16 +* Ran Laravel Pint by @coolsam726 in https://github.com/savannabits/modular/pull/17 +* Modification: changed the src path to app in generated modules by @coolsam726 in https://github.com/savannabits/modular/pull/22 +* New Feature: Console Command Generator Command added by @coolsam726 in https://github.com/savannabits/modular/pull/23 +* New Feature: Provider Generation Command by @coolsam726 in https://github.com/savannabits/modular/pull/24 +* New Features: Job Creation and Tests Creation by @coolsam726 in https://github.com/savannabits/modular/pull/26 + +**Full Changelog**: https://github.com/savannabits/modular/compare/v0.0.2...0.1.0 + +## v0.0.2 - 2024-04-07 + +### What's Changed + +* Removed Support for Laravel 10 by @coolsam726 in https://github.com/savannabits/modular/pull/10 +* 0.x dev - Dependency Updates and Test Workflow updates by @coolsam726 in https://github.com/savannabits/modular/pull/11 +* Further Tests workflow adjustment by @coolsam726 in https://github.com/savannabits/modular/pull/12 +* Bug Fixed: Was failing to recognize existing model when creating a si… by @coolsam726 in https://github.com/savannabits/modular/pull/13 +* New Feature: Generate Policies by @coolsam726 in https://github.com/savannabits/modular/pull/14 +* New Feature: Generate Request Class by @coolsam726 in https://github.com/savannabits/modular/pull/15 + +**Full Changelog**: https://github.com/savannabits/modular/compare/v0.0.1...v0.0.2 + ## v0.0.1 - 2024-04-06 ### What's Changed diff --git a/src/Commands/TestMakeCommand.php b/src/Commands/TestMakeCommand.php index 3fc3341..88628c4 100644 --- a/src/Commands/TestMakeCommand.php +++ b/src/Commands/TestMakeCommand.php @@ -24,7 +24,6 @@ protected function getPath($name): string * Get the default namespace for the class. * * @param string $rootNamespace - * @return string */ protected function getDefaultNamespace($rootNamespace): string {