Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 1.3 KB

Release Notes for the Sikessem Starter

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/ 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.