Releases: calebporzio/sushi
Releases · calebporzio/sushi
v2.5.2
What's Changed
- Update README.md by @brkfun in #120
- [Chore] Migrate phpunit config and remove duplicate test by @inmanturbo in #121
- extract cache-file-not-found-or-stale by @inmanturbo in #122
- Add PDO as explicit dependency by @renanbr in #123
New Contributors
- @brkfun made their first contribution in #120
- @inmanturbo made their first contribution in #121
- @renanbr made their first contribution in #123
Full Changelog: v2.5.1...v2.5.2
v2.5.1
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- Require sqlite php extension by @Machecek in #115
- Sushi models can relate to non-sushi models by @amadeann in #98
- Changed the Namespace in the documentation from "Model" to "Models" by @poldixd in #101
- Auto set primary key when keyType is string by @cappuc in #102
- Revert "Auto set primary key when keyType is string" by @calebporzio in #116
- Add after migration callback by @Robertbaelde in #108
- Replace deprecated phpunit configure by @kayw-geek in #110
- Make Sushi Cache Path more customizeable by @sawirricardo in #112
- Add ability to use complex data types and casts by @eta-orionis in #118
New Contributors
- @Machecek made their first contribution in #115
- @amadeann made their first contribution in #98
- @poldixd made their first contribution in #101
- @cappuc made their first contribution in #102
- @Robertbaelde made their first contribution in #108
- @kayw-geek made their first contribution in #110
- @sawirricardo made their first contribution in #112
- @eta-orionis made their first contribution in #118
Full Changelog: v2.4.5...v2.5.0
v2.4.5
What's Changed
- [2.x] Adds L11 and PHP 8.3 support by @nunomaduro in #114
New Contributors
- @nunomaduro made their first contribution in #114
Full Changelog: v2.4.4...v2.4.5
v2.4.4
Added support for Laravel 10
v2.4.3
Added
- Support for Laravel 9
v2.3.1
v2.3.0
Added
- You can now use Laravel's
exists
validation rule with Sushi models with thesushi.
connection prefix. #88 - Add
sushiShouldCache()
andsushiCacheReferencePath()
methods for caching->getRows()
datasets #94 - Make chunk insert size configurable using new
$sushiInsertChunkSize
property #92
Fixed
- Avoid error when creating database concurrently #93