Skip to content

Commit

Permalink
docs: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Jan 23, 2024
1 parent db72f1e commit 5ce6921
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
Expand Down Expand Up @@ -113,46 +116,46 @@ 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
- Missing contributor by [@regnerisch](https://github.com/regnerisch)

## [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)
Expand Down

0 comments on commit 5ce6921

Please sign in to comment.