Releases: leafsphp/mvc-core
Releases Β· leafsphp/mvc-core
π BE-4 '1'
v4.7.1 - 15 Nov 2025
Fixed
- Patched up incorrect parsing of serve command
π BE-4
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'
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
v4.6 - 14 Sep 2025
Added
- Added support for in-model seeders
- Added
faker()global - Added base seeder method to models
βοΈ Vulcain '1'
v4.5.1 - 10 Sep 2025
Added
- Allow extracting db connection from schema files
βοΈ Vulcain
v4.5 - 4 Sep 2025
Added
- Added support for queue schedule config
π Archimedes '1'
v4.4.1 - 8 Aug 2025
Fixed
- Made logger optional
π Archimedes
v4.4 - 17 Jul 2025
Added
- Added support for
REDIS_SESSIONenv - 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
falsebeing ignored
Changed
- Setup leaf before loading MVC config in process by @mychidarko
π Merlin
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
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