Releases: ryangjchandler/orbit
Releases Β· ryangjchandler/orbit
v2.0.0-beta7
Added
- Added support for Laravel 12.
Removed
- Removed support for Laravel 11.
v1.4.1
What's Changed
- fix: falsy default values not being filled by @joelclermont in #176
New Contributors
- @joelclermont made their first contribution in #176
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Laravel 12.x Compatibility by @laravel-shift in #172
New Contributors
- @laravel-shift made their first contribution in #172
Full Changelog: v1.3.0...v1.4.0
v2.0.0-beta6
- Add explicit ext-pdo_sqlite dependency.
- Auto-add content column for Markdown driven models (only if not already present).
- Don't run properties through accessors before serialising.
v2.0.0-beta5
- Add support for Laravel 11.x β remove support for Laravel 10.x.
v1.3.0
v2.0.0-beta4
- Fixed an issue with existing content not being flushed out before re-seeding.
v2.0.0-beta3
- Fixed an issue where falsy default column values weren't filled into seeded records.
v2.0.0-beta2
This release is the first "official" beta release for Orbit 2.x.
Instead of listing all of the changes in the release notes here, I've documented the essential upgrade steps inside of UPGRADE-2.x.
Please use the upgrade guide to try out the beta. Please also open issues or discussions for things that went wrong or aren't working in your setup.
v1.2.1
- fix: add support for enum casts
Full Changelog: v1.2.0...v1.2.1