Releases: Sikessem/starter
Releases · Sikessem/starter
v0.2.0
Changes
- Streamlined the tests workflow by consolidating both frontend and backend tests into a single job.
Context
After reevaluating the project's deployment status and considering the current phase without kit deployment, this change promotes efficiency and simplicity in the testing process. Future adjustments can be made as deployment considerations become relevant.
Closes #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Improve the project structure
- Fix and improve README by @szepeviktor in #1
New Contributors
- @szepeviktor made their first contribution in #1
Full Changelog: v0.0.0...v0.1.0
v0.0.1
What's Changed
- 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.
New Contributors
- @szepeviktor made their first contribution in #1
Full Changelog: v0.0.0...v0.0.1