Skip to content

Releases: calebporzio/sushi

v2.5.2

24 Apr 15:23
01dd34f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

05 Feb 14:43
Compare
Choose a tag to compare

Full Changelog: v2.5.0...v2.5.1

v2.5.0

04 Feb 14:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.5...v2.5.0

v2.4.5

17 Oct 14:43
932d097
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

11 Jan 16:20
8eeafda
Compare
Choose a tag to compare

Added support for Laravel 10

v2.4.3

18 Jan 22:50
cec0768
Compare
Choose a tag to compare

Added

  • Support for Laravel 9

v2.3.1

18 Aug 14:30
9139590
Compare
Choose a tag to compare

Fixed

  • Changed "sushi." connection prefix for exists validation to "Some\Class\Name." prefix so this can be used with multiple sushi models #96

v2.3.0

12 Aug 14:12
Compare
Choose a tag to compare

Added

  • You can now use Laravel's exists validation rule with Sushi models with the sushi. connection prefix. #88
  • Add sushiShouldCache() and sushiCacheReferencePath() methods for caching ->getRows() datasets #94
  • Make chunk insert size configurable using new $sushiInsertChunkSize property #92

Fixed

  • Avoid error when creating database concurrently #93

v2.2.0

16 Apr 22:02
3faf827
Compare
Choose a tag to compare

Added

  • Allow Sushi to work with empty data sets by specifying protected $schema property #84

Fixed

  • Use array_chunk for larger data sets #67
  • Fix checking and adding primary key #34

v2.1.1

02 Nov 18:16
8624f60
Compare
Choose a tag to compare

Added

  • Support for PHP 8 #81