Skip to content

Commit

Permalink
Merge branch 'main' into 0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored Apr 10, 2024
2 parents b34b43e + b43537f commit 6cf1ff1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Commands/ModuleMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ private function generatePestFiles(): void
]);
}


private function installModule(): bool
{
$this->comment('Activating the new Module');
Expand Down

0 comments on commit 6cf1ff1

Please sign in to comment.