All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
7.0.4 - 2024-07-31
- Changelog by @regnerisch
7.0.3 - 2024-07-31
- Version mismatch by @regnerisch
- Stubs by @regnerisch
- Changelog by @regnerisch
7.0.0 - 2024-07-26
- Documentation by @regnerisch
7.0.0-beta.8 - 2024-04-24
- Universal usable
--global
flag by @regnerisch
- Access before initialization by @regnerisch in #100 reported by @napruzzese
- Refactor directory structure, tests and much more by @regnerisch
- Removed Commands:
beyond:make:app
,beyond:make:middleware
,beyond:make:migration
,beyond:make:notification
,beyond:publish:deptrac
by @regnerisch
7.0.0-beta.7 - 2023-12-18
- Change directory structure back to v6, as it seems to be a better one by @regnerisch
7.0.0-beta.6 - 2023-12-01
- Add missing changes in CHANGELOG.md by @regnerisch
- Change module selection by @regnerisch
7.0.0-beta.5 - 2023-12-01
- Add tests by @alexanderkroneis
- Add windows tests by @alexanderkroneis in #98
- Add deptrac config and publish command by @regnerisch #38
- Add
MakeTestCommand
by @regnerisch #92 - Add documentation to repository by @regnerisch #34
- Fix wrong use statement by @regnerisch #94
- Rename
DataTransferObjects
toDataObjects
by @alexanderkroneis in #97
- Support for php8.1 by @regnerisch
7.0.0-beta.4 - 2023-08-07
- Add
beyond:make:migration
command by @regnerisch - Add phpstan and fix errors by @regnerisch
- Add support for additional directories
beyond:make:controller User.Admin/UserController
by @regnerisch
- Fix module choice attempts by @regnerisch
- Replace
pest
withphpunit
by @regnerisch - Changed
beyond:make:{command} Module/ClassName
tobeyond:make:{command} Module.ClassName
to support directories by @regnerisch
7.0.0-beta.3 - 2023-08-04
- Update dependencies by @regnerisch
7.0.0-beta.2 - 2023-08-03
- Add alias for
beyond:make:dto
by @regnerisch
- Fixed some messages by @regnerisch
- Swap deprecated rule interface by @regnerisch
- Swap default behaviour on
beyond:make:module
by @regnerisch
7.0.0-beta.1 - 2023-03-19
6.0.1 - 2023-02-22
6.0.0 - 2023-02-22
- Laravel 10.x support by @regnerisch
- Laravel-Command-Hooks Dependency by @regnerisch
5.4.1 - 2023-01-10
- Preparation for Laravel 10 by @alexgaal
5.3.2 - 2023-01-10
- Wrong namespace in UPGRADE.md by @alexgaal
- Used wrong function of
Schema
when creating a migration by @alexgaal
5.3.1 - 2022-12-11
- Add test for PHP 8.2 to ensure compatibility by @alexgaal
5.2.1 - 2022-11-30
- Old if conditions in MakeControllerCommand by @bleakprestiger
5.2.0 - 2022-11-28
- Observer Command by @krishnahimself
- Notification Command by @alexgaal
5.1.0 - 2022-11-25
- Trait Command by @dimzeta
- Factory stub in README.md by @krishnahimself
- Improved install instructions in README.md by @Wulfheart
5.0.0 - 2022-11-16
- Fix missing links in CHANGELOG.md by @regnerisch
- Changed namespace from
Regnerisch
toAkrilliA
by @regnerisch - Changed package name from
regnerisch/laravel-beyond
toakrillia/laravel-beyond
by @regnerisch
4.0.1 - 2022-09-26
- Fix
migration
andfactory
shortcut flags by @krishnahimself in #73
4.0.0 - 2022-09-23
MakeDataTransferObjectFactoryCommand
by @regnerisch reported by @thewebartisan7 in #58- Extend the default
Controller
of Laravel by @regnerisch reported by @thewebartisan7 in #63 - UPGRADE.md by @alexgaal
- Reset folder structure by @regnerisch reported by @thewebartisan7 in #56
- Use
regnerisch/laravel-command-hooks
instead of customBaseCommand
by @regnerisch - Rename
--overwrite
to--force
to be more Laravel compatible by @regnerisch
- Fix commands not autoloaded by @regnerisch reported by @dimzeta in #66
3.2.1 - 2022-09-22
- Missing contributor by @regnerisch
3.2.0 - 2022-09-22
- Fix some CHANGELOG typos and links by @regnerisch
3.1.1 - 2022-09-15
- Use FQN instead of classname in
SetupCommand
output by @Wulfheart in #70
3.1.0 - 2022-09-01
- Queueable Actions by @thewebartisan7 in #64
- Change changelog schema from "Conventional changelog" to "Keep a changelog" by @regnerisch
- Drop table in
down
method by @thewebartisan7 in #55
- Remove auto generation of changelog in release it by @regnerisch