Skip to content

Latest commit

 

History

History
222 lines (171 loc) · 10.6 KB

CHANGELOG.md

File metadata and controls

222 lines (171 loc) · 10.6 KB

Changelog

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

Changed

7.0.3 - 2024-07-31

Fixed

[7.0.2] - Deleted due version mismatch

Changed

[7.0.1] - Deleted due version mismatch

Changed

7.0.0 - 2024-07-26

Added

7.0.0-beta.8 - 2024-04-24

Added

Fixed

Changed

  • Refactor directory structure, tests and much more by @regnerisch

Removed

  • 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

Changed

  • Change directory structure back to v6, as it seems to be a better one by @regnerisch

7.0.0-beta.6 - 2023-12-01

Added

Changed

7.0.0-beta.5 - 2023-12-01

Added

Fixed

Changed

Removed

7.0.0-beta.4 - 2023-08-07

Added

Fixed

Changed

  • Replace pest with phpunit by @regnerisch
  • Changed beyond:make:{command} Module/ClassName to beyond:make:{command} Module.ClassName to support directories by @regnerisch

7.0.0-beta.3 - 2023-08-04

Changed

7.0.0-beta.2 - 2023-08-03

Added

Fixed

Changed

7.0.0-beta.1 - 2023-03-19

6.0.1 - 2023-02-22

6.0.0 - 2023-02-22

Added

Removed

5.4.1 - 2023-01-10

Added

5.3.2 - 2023-01-10

Fixed

  • Wrong namespace in UPGRADE.md by @alexgaal
  • Used wrong function of Schema when creating a migration by @alexgaal

5.3.1 - 2022-12-11

Added

  • Add test for PHP 8.2 to ensure compatibility by @alexgaal

5.2.1 - 2022-11-30

Fixed

5.2.0 - 2022-11-28

Added

5.1.0 - 2022-11-25

Added

Fixed

5.0.0 - 2022-11-16

Fixed

Changed

  • Changed namespace from Regnerisch to AkrilliA by @regnerisch
  • Changed package name from regnerisch/laravel-beyond to akrillia/laravel-beyond by @regnerisch

4.0.1 - 2022-09-26

Fixed

4.0.0 - 2022-09-23

Added

Changed

Fixed

3.2.1 - 2022-09-22

Added

3.2.0 - 2022-09-22

Added

  • invokable flag on MakeControllerCommand by @dimzeta in #67

Fixed

3.1.1 - 2022-09-15

Changed

  • Use FQN instead of classname in SetupCommand output by @Wulfheart in #70

3.1.0 - 2022-09-01

Added

Changed

  • Change changelog schema from "Conventional changelog" to "Keep a changelog" by @regnerisch

Fixed

Removed

  • Remove auto generation of changelog in release it by @regnerisch