Releases: ryangjchandler/orbit
Releases · ryangjchandler/orbit
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
v1.2.0
What's Changed
- Add Allowed Plugins to avoid CI Errors by @ousid in #143
- chore: add support for Laravel 10 by @ryangjchandler in #150
New Contributors
Full Changelog: v1.1.4...v1.2.0
v1.1.4
What's Changed
- Typo in CacheCommand.php by @happytodev in #140
- Fix exception from autoloading when running
orbit:cache
by @theutz in #139
New Contributors
- @happytodev made their first contribution in #140
- @theutz made their first contribution in #139
Full Changelog: v1.1.3...v1.1.4
v2.0.0-beta1
What's Changed
- getLaravel directly from CacheCommand by @jwpage in #104
- Run phpstan workflow on pull_request by @jwpage in #108
- tests: scout support by @ryangjchandler in #106
- Keep snake-casing for backwards compatibility by @johncarter- in #128
- Use Finder::date() to limit files to iterate over by @johncarter- in #132
Full Changelog: v1.1.2...v2.0.0-beta1