generated from Sikessem/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Release Notes for the Sikessem Starter | ||
|
||
All notable changes to [Starter](https://github.com/sikessem/starter) will be documented in this file. | ||
|
||
## [v0.0.1](https://github.com/sikessem/starter/releases/tag/v0.0.1) - 2023-11-07 | ||
|
||
- Updated the [sikessem/framework](https://github.com/sikessem/framework) to the latest version. | ||
- Fixed and improved README by @szepeviktor in https://github.com/sikessem/starter/pull/1. | ||
- Fixed #2: Renamed the `app/res/views/` and `app/res/` directories to `templates/` and `resources/` respectively. | ||
- Moved files from the `app/src/` directory to the `app/` directory to respect the Laravel project structure. | ||
- Added a new directory `src/` with the namespace `My\` for developing application-independent packages. | ||
- Fixed #3: Improved workflows by separating assets building and app serving into jobs and added a workflow for end-to-end testing. | ||
|
||
## [Unreleased](https://github.com/sikessem/starter/compare/v0.0.1...HEAD) | ||
|
||
**Full Changelog:** [v0.0.0...v0.0.1](https://github.com/sikessem/starter/compare/v0.0.0...v0.0.1) |