Skip to content

Releases: sikessem/starter

v0.2.0

21 Nov 16:37
Compare
Choose a tag to compare

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

19 Nov 03:06
Compare
Choose a tag to compare

What's Changed

  • Improve the project structure
  • Fix and improve README by @szepeviktor in #1

New Contributors

Full Changelog: v0.0.0...v0.1.0

v0.0.1

07 Nov 10:10
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.0...v0.0.1