Skip to content

Releases: leafsphp/mvc-core

πŸš€ RD-180

07 Apr 21:12

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

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

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

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

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

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

Choose a tag to compare

v1.10.1 - 17 Dec 2024

Fixed

  • Patched up CSRF enabled flag (#22)

πŸ‘» Phantasma

12 Dec 10:47

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

πŸ‘» Phantasm

01 Dec 13:35

Choose a tag to compare

v1.9.0 - 1 Dec 2024

Added

  • Added default config to use if config is not defined
  • Added new loader for console commands

Fixed

  • Patched up CSRF autoloading

Changed

  • Move namespaces to core

πŸ‘» Bodach

29 Nov 23:56

Choose a tag to compare

v1.8.0 - 29 Nov 2024

Fixed

  • Added default paths to unify older and newer Leaf MVC versions

Changed

  • Initialize packages only if module is installed and configuration file exists