Skip to content

Releases: leafsphp/mvc-core

πŸš€ BE-4 '1'

15 Nov 14:28

Choose a tag to compare

v4.7.1 - 15 Nov 2025

Fixed

  • Patched up incorrect parsing of serve command

πŸš€ BE-4

15 Nov 13:51

Choose a tag to compare

v4.7 - 15 Nov 2025

Added

  • Added support for automatic service injection in controllers

Fixed

  • Patched up exit code for console errors

Changed

  • Moved schema to leafs/schema module (no changes needed)
  • Merged leafs/aloe into core module (no changes needed)

Removed

  • Removed aloe command loading (requires switching to sprout)

πŸš€ Vinci '1'

19 Sep 00:17

Choose a tag to compare

v4.6.1 - 19 Sep 2025

Added

  • Added env loader with hard reload in dev

Fixed

  • Automatically initialize logging when logger module is installed

πŸš€ Vinci

14 Sep 01:43

Choose a tag to compare

v4.6 - 14 Sep 2025

Added

  • Added support for in-model seeders
  • Added faker() global
  • Added base seeder method to models

βš™οΈ Vulcain '1'

10 Sep 21:48

Choose a tag to compare

v4.5.1 - 10 Sep 2025

Added

  • Allow extracting db connection from schema files

βš™οΈ Vulcain

04 Sep 15:12

Choose a tag to compare

v4.5 - 4 Sep 2025

Added

  • Added support for queue schedule config

πŸš€ Archimedes '1'

08 Aug 23:49

Choose a tag to compare

v4.4.1 - 8 Aug 2025

Fixed

  • Made logger optional

πŸš€ Archimedes

17 Jul 16:58
eb89128

Choose a tag to compare

v4.4 - 17 Jul 2025

Added

  • Added support for REDIS_SESSION env
  • Auto connect to s3 compatible buckets if defined in env
  • Add support for s3 drop-in extension
  • Add support for schema seed options with multiple values by @mmagdiel
  • Add multi-db support on schema files
  • Add db:drop support

Fixed

  • Added more verbose error handling in dev mode
  • Patch up truncated table names
  • Fix automatic schema diffs on model relationships
  • Patched up schema options on column diffs
  • Patched up column default value false being ignored

Changed

  • Setup leaf before loading MVC config in process by @mychidarko

πŸš€ Merlin

28 Apr 21:33
c9e15c9

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

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