From 5ce69215c00f5a4c6565b0fe90348ab9b44a71c1 Mon Sep 17 00:00:00 2001 From: Jonas Regner Date: Tue, 23 Jan 2024 08:46:06 +0100 Subject: [PATCH] docs: CHANGELOG.md --- CHANGELOG.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e598936..f04960b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [7.0.0-beta.7] +### Fixed +- Access before initialization by [@regnerisch](https://github.com/regnerisch) in [#100](https://github.com/akrillia/laravel-beyond/issues/100) reported by [@napruzzese](https://github.com/napruzzese) + ### Changed - Change directory structure back to v6, as it seems to be a better one by [@regnerisch](https://github.com/regnerisch) @@ -20,16 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0-beta.5] ### Added - Add tests by [@alexanderkroneis](https://github.com/alexanderkroneis) -- Add windows tests by [@alexanderkroneis](https://github.com/alexanderkroneis) in [#98](https://github.com/regnerisch/laravel-beyond/pull/98) -- Add deptrac config and publish command by [@regnerisch](https://github.com/regnerisch) [#38](https://github.com/regnerisch/laravel-beyond/issues/38) -- Add `MakeTestCommand` by [@regnerisch](https://github.com/regnerisch) [#92](https://github.com/regnerisch/laravel-beyond/issues/92) -- Add documentation to repository by [@regnerisch](https://github.com/regnerisch) [#34](https://github.com/regnerisch/laravel-beyond/issues/34) +- Add windows tests by [@alexanderkroneis](https://github.com/alexanderkroneis) in [#98](https://github.com/akrillia/laravel-beyond/pull/98) +- Add deptrac config and publish command by [@regnerisch](https://github.com/regnerisch) [#38](https://github.com/akrillia/laravel-beyond/issues/38) +- Add `MakeTestCommand` by [@regnerisch](https://github.com/regnerisch) [#92](https://github.com/akrillia/laravel-beyond/issues/92) +- Add documentation to repository by [@regnerisch](https://github.com/regnerisch) [#34](https://github.com/akrillia/laravel-beyond/issues/34) ### Fixed -- Fix wrong use statement by [@regnerisch](https://github.com/regnerisch) [#94](https://github.com/regnerisch/laravel-beyond/issues/94) +- Fix wrong use statement by [@regnerisch](https://github.com/regnerisch) [#94](https://github.com/akrillia/laravel-beyond/issues/94) ### Changed -- Rename `DataTransferObjects` to `DataObjects` by [@alexanderkroneis](https://github.com/alexanderkroneis) in [#97](https://github.com/regnerisch/laravel-beyond/pull/97) +- Rename `DataTransferObjects` to `DataObjects` by [@alexanderkroneis](https://github.com/alexanderkroneis) in [#97](https://github.com/akrillia/laravel-beyond/pull/97) ### Removed - Support for php8.1 by [@regnerisch](https://github.com/regnerisch) @@ -113,21 +116,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.1] - 2022-09-26 ### Fixed -- Fix `migration` and `factory` shortcut flags by [@krishnahimself](https://github.com/krishnahimself) in [#73](https://github.com/regnerisch/laravel-beyond/pull/73) +- Fix `migration` and `factory` shortcut flags by [@krishnahimself](https://github.com/krishnahimself) in [#73](https://github.com/akrillia/laravel-beyond/pull/73) ## [4.0.0] - 2022-09-23 ### Added -- `MakeDataTransferObjectFactoryCommand` by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#58](https://github.com/regnerisch/laravel-beyond/pull/58) -- Extend the default `Controller` of Laravel by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#63](https://github.com/regnerisch/laravel-beyond/issues/63) +- `MakeDataTransferObjectFactoryCommand` by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#58](https://github.com/akrillia/laravel-beyond/pull/58) +- Extend the default `Controller` of Laravel by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#63](https://github.com/akrillia/laravel-beyond/issues/63) - UPGRADE.md by [@alexgaal](https://github.com/alexgaal) ### Changed -- Reset folder structure by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#56](https://github.com/regnerisch/laravel-beyond/issues/56) +- Reset folder structure by [@regnerisch](https://github.com/regnerisch) reported by [@thewebartisan7](https://github.com/thewebartisan7) in [#56](https://github.com/akrillia/laravel-beyond/issues/56) - Use `regnerisch/laravel-command-hooks` instead of custom `BaseCommand` by [@regnerisch](https://github.com/regnerisch) - Rename `--overwrite` to `--force` to be more Laravel compatible by [@regnerisch](https://github.com/regnerisch) ### Fixed -- Fix commands not autoloaded by [@regnerisch](https://github.com/regnerisch) reported by [@dimzeta](https://github.com/dimzeta) in [#66](https://github.com/regnerisch/laravel-beyond/issues/66) +- Fix commands not autoloaded by [@regnerisch](https://github.com/regnerisch) reported by [@dimzeta](https://github.com/dimzeta) in [#66](https://github.com/akrillia/laravel-beyond/issues/66) ## [3.2.1] - 2022-09-22 ### Added @@ -135,24 +138,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.2.0] - 2022-09-22 ### Added -- `invokable` flag on `MakeControllerCommand` by [@dimzeta](https://github.com/dimzeta) in [#67](https://github.com/regnerisch/laravel-beyond/pull/67) +- `invokable` flag on `MakeControllerCommand` by [@dimzeta](https://github.com/dimzeta) in [#67](https://github.com/akrillia/laravel-beyond/pull/67) ### Fixed - Fix some CHANGELOG typos and links by [@regnerisch](https://github.com/regnerisch) ## [3.1.1] - 2022-09-15 ### Changed -- Use FQN instead of classname in `SetupCommand` output by [@Wulfheart](https://github.com/Wulfheart) in [#70](https://github.com/regnerisch/laravel-beyond/pull/70) +- Use FQN instead of classname in `SetupCommand` output by [@Wulfheart](https://github.com/Wulfheart) in [#70](https://github.com/akrillia/laravel-beyond/pull/70) ## [3.1.0] - 2022-09-01 ### Added -- Queueable Actions by [@thewebartisan7](https://github.com/thewebartisan7) in [#64](https://github.com/regnerisch/laravel-beyond/pull/64) +- Queueable Actions by [@thewebartisan7](https://github.com/thewebartisan7) in [#64](https://github.com/akrillia/laravel-beyond/pull/64) ### Changed - Change changelog schema from "Conventional changelog" to "Keep a changelog" by [@regnerisch](https://github.com/regnerisch) ### Fixed -- Drop table in `down` method by [@thewebartisan7](https://github.com/thewebartisan7) in [#55](https://github.com/regnerisch/laravel-beyond/pull/55) +- Drop table in `down` method by [@thewebartisan7](https://github.com/thewebartisan7) in [#55](https://github.com/akrillia/laravel-beyond/pull/55) ### Removed - Remove auto generation of changelog in release it by [@regnerisch](https://github.com/regnerisch)