v2.5.0
What's Changed
- Require sqlite php extension by @Machecek in https://github.com/calebporzio/sushi/pull/115
- Sushi models can relate to non-sushi models by @amadeann in https://github.com/calebporzio/sushi/pull/98
- Changed the Namespace in the documentation from "Model" to "Models" by @poldixd in https://github.com/calebporzio/sushi/pull/101
- Auto set primary key when keyType is string by @cappuc in https://github.com/calebporzio/sushi/pull/102
- Revert "Auto set primary key when keyType is string" by @calebporzio in https://github.com/calebporzio/sushi/pull/116
- Add after migration callback by @Robertbaelde in https://github.com/calebporzio/sushi/pull/108
- Replace deprecated phpunit configure by @kayw-geek in https://github.com/calebporzio/sushi/pull/110
- Make Sushi Cache Path more customizeable by @sawirricardo in https://github.com/calebporzio/sushi/pull/112
- Add ability to use complex data types and casts by @eta-orionis in https://github.com/calebporzio/sushi/pull/118
New Contributors
- @Machecek made their first contribution in https://github.com/calebporzio/sushi/pull/115
- @amadeann made their first contribution in https://github.com/calebporzio/sushi/pull/98