Skip to content

Releases: egeriis/eloquent-model-future

Committing to futures is not stabilized

23 Jan 13:52
Compare
Choose a tag to compare

Fixes some issues regarding to which futures were included when running the artisan command.

  • untillDate now includes all uncommitted dates since the beginning of time
  • When committing futures in the CommitToFutureCommand, use untillDate not forDate

Big applause to @egeriis! 🎉

Updated FuturePlanner API

14 Dec 15:25
Compare
Choose a tag to compare

Changelog

  • Rename FuturePlanner#for method to FuturePLanner#at.

This is a breaking change!

Package rename

15 Nov 10:02
Compare
Choose a tag to compare
  • Renamed package from laravel-model-future to eloquent-model-future
  • Fixed error in service provider where it would error when no futures were available