Skip to content

Releases: leafsphp/mvc-core

πŸš€ Merlin

28 Apr 21:33
c9e15c9
Compare
Choose a tag to compare

v4.3 - 28 Apr 2025

Fixed

  • Patched up PHP 7.4 issues
  • Patched up PHP 8.4 deprecations and warnings

Changed

  • Added new dependencies for all supported PHP versions

πŸš€ RS-25

14 Apr 13:00
Compare
Choose a tag to compare

v4.2 - 14 Apr 2025

Added

  • Added support for enum and set types on schema files
  • Added better support for column options on create/update
  • Added charset and collation options to schema column options

Fixed

  • Patched up length for char and text types in schema files
  • Added proper error handling to Aloe Console

πŸš€ RD-180

07 Apr 21:12
Compare
Choose a tag to compare

v4.1 - 7 Apr 2025

Added

  • Added support for billing if available

Fixed

  • Patched up environment for config execution

πŸš€ Raptor

09 Mar 00:25
Compare
Choose a tag to compare

v4.0 - 9 Mar 2025

Added

  • Allow partial config updates for auth, queue, redis, mail, ...

Fixed

  • Added extra special cases to automatic schema diff
  • Updated execution order of schema updates to prevent removing updated columns
  • Added missing env loaders to built-in config

Changed

  • Updated application modes

πŸš€ Raptor [BETA 2]

07 Mar 18:51
Compare
Choose a tag to compare
Pre-release

v4.0-beta.2 - 7 Mar 2025

Fixed

  • Added extra special cases to automatic schema diff

Changed

  • Updated application modes

πŸš€ Raptor [BETA]

28 Feb 18:09
Compare
Choose a tag to compare
Pre-release

v4.0-beta

Added

  • Automatically setup commands from Leaf modules
  • Added first-class support for inertia with React, Vue and Svelte
  • Added first-class support for Vite, Tailwind and asset bundling
  • Automatically detect and use frontend engine for everything view related
  • Added support for Schema files

Fixed

  • Automatically load Leaf view engines or any defined in config/view.php
  • Automatically sync Eloquent config to Leaf DB for one-time config
  • Patched up commands in WEB/API modes
  • Fixed config not loading correctly in console commands

Changed

  • Switched config to new API for optimized loading
  • Switched to new optimized PHP templating engine layer
  • Added first-class support for inertia with React, Vue and Svelte
  • Added first-class support for Vite, Tailwind and asset bundling
  • Moved all Leaf related config away from users

Removed

  • Removed config folder by default
  • Removed lib folder by default
  • Removed complete folder customization

πŸ‘» Mirage

10 Jan 18:11
Compare
Choose a tag to compare

v1.11.1 - 10 Jan 2025

Added

  • Added better MVC config support
  • Added support for application provider
  • Automatically load lib contents if folder exists
  • Add db sync config

*these are all internal changes

πŸ‘» Mirage

07 Jan 22:15
Compare
Choose a tag to compare

v1.11 - 7 Jan 2025

Added

  • Added better MVC config support
  • Added support for application provider
  • Automatically load lib contents if folder exists
  • Add db sync config

*these are all internal changes

πŸ‘» Phantasma '1'

17 Dec 20:39
Compare
Choose a tag to compare

v1.10.1 - 17 Dec 2024

Fixed

  • Patched up CSRF enabled flag (#22)

πŸ‘» Phantasma

12 Dec 10:47
Compare
Choose a tag to compare

v1.10.0 - 12 Dec 2024

Added

  • Added new initializer for MVC CLI
  • Added default config for sensible defaults
  • Added default paths

Fixed

  • Fixed CSRF always on issue #22

Changed

  • Moved controller namespace away from users