Skip to content

Releases: grosv/eloquent-sheets

Patch

07 Sep 23:01
17c382e
Compare
Choose a tag to compare

Close several bugs and update Laravel dependency to support Laravel 8. Note that L8 upgrade is blocked as of this release because of a dependency of a dependency not being updated yet.

Patch

01 May 02:16
07110a5
Compare
Choose a tag to compare

Make route cacheable by using a controller instead of a closure.

Check for cache existence before attempting to delete

31 Mar 23:00
Compare
Choose a tag to compare

In rare cases $model->invaidateCache() might be called before the cache is ever actually created, which would cause an error. I now check to make sure the file exists before I delete it.

Bump sushi version and added getters

31 Mar 22:01
Compare
Choose a tag to compare
  • Sushi to 2.0
  • Add getters for spreadsheetId and sheetId parameters

Bumped a minor version in case someone really needs to lock into the old version of Sushi for some reason.

Easy Mode

28 Mar 02:02
Compare
Choose a tag to compare
  • It is no longer necessary to have a column of ids. An autoincremented primary key will be automatically applied to each row when it's written to the sqlite database.

  • You may now use protected $headers = ['id', 'name', 'etc'] to define the keys of your records rather than defining a header row in your table.

v1

11 Mar 21:29
d359c63
Compare
Choose a tag to compare
v1

It's as good as it needs to be to call it stable. Let the world enjoy it!

Take it to the people

03 Mar 21:40
Compare
Choose a tag to compare
Take it to the people Pre-release
Pre-release

Let the people decide its fate