Releases: statamic/eloquent-driver
Releases · statamic/eloquent-driver
v1.1.0
What's Changed
- Use
jsonb
data type for PostgreSQL to increase perfomance by @helloiamlukas in #82 - Only fill entry model with id if it already has one, to prevent postgres error by @helloiamlukas in #68
- Add expectation to mocked version to fix assertion counts by @jasonvarga in #88
Full Changelog: v1.0.3...v1.1.0
v1.0.3
What's Changed
- Add originBehavior to collection by @ryanmitchell in #83
- Preserve order from CP when saving entries by @ryanmitchell in #57
- Fixed fatal error when
max_items: 1
is used with terms by @FrittenKeeZ in #85 - Fixed terms localization not working by @FrittenKeeZ in #86
New Contributors
- @FrittenKeeZ made their first contribution in #85
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix paginate methods in query builders by @ryanmitchell in #73
- Overwrite
lastModified()
by @helloiamlukas in #66 - Store entry to blink cache on save by @ryanmitchell in #64
- Modify entries import to defer import of entries with origin by @ryanmitchell in #76
- Apply selectedQueryColumns on transform too by @ryanmitchell in #58
- Prevent created_at being null while submitting a form submission by @enespolat24 in #60
New Contributors
- @helloiamlukas made their first contribution in #66
- @enespolat24 made their first contribution in #60
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Prevent eloquent eager loading relationships by @ryanmitchell in #59
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Minimum PHP version is now 8.0
- Minimum Statamic version is now 3.3
- Support for most items. (Collections, taxonomies, globals, forms, assets, blueprints, fieldsets, revisions) by @ryanmitchell in #42
New Contributors
- @ryanmitchell made their first contribution in #42
Full Changelog: v0.3.0...v1.0.0