Releases: ryangjchandler/orbit
Releases Β· ryangjchandler/orbit
v1.4.3
v2.0.0-rc1
What's Changed
- [2.x] Add Laravel 13 support by @ryangjchandler in #181
Full Changelog: v2.0.0-beta7...v2.0.0-rc1
v1.4.2
What's Changed
- Add 13.x support for Orbit 1.x by @ryangjchandler in #180
Full Changelog: v1.4.1...v1.4.2
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.