All notable changes to Starter will be documented in this file.
Full Changelog: v0.1.0...v0.2.0
v0.2.0 - 2023-11-21
- Improved documentation
- Improved the tests workflow
v0.1.0 - 2023-11-19
- Improved the structure of the
resources
directory
v0.0.1 - 2023-11-07
- Updated the sikessem/framework to the latest version.
- Fixed and improved README by @szepeviktor in #1.
- Fixed #2: Renamed the
app/res/views/
andapp/res/
directories totemplates/
andresources/
respectively. - Moved files from the
app/src/
directory to theapp/
directory to respect the Laravel project structure. - Added a new directory
src/
with the namespaceMy\
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.