Skip to content

Releases: laracraft-tech/laravel-date-scopes

v2.2.0

02 Jul 11:23
804605d
Compare
Choose a tag to compare

What's changed

v2.1.0

07 Mar 19:40
Compare
Choose a tag to compare
  • Laravel 11 Support

v2.0.1

12 Oct 13:42
Compare
Choose a tag to compare

What's changed

  • fixed php doc block

v2.0.0

12 Oct 13:12
613e5e0
Compare
Choose a tag to compare

What's Changed

  • It's now possible to pass startFrom as a parameter to query between certain ranges. For instance: Transaction::ofLastYear(startFrom: '2020-01-01'). You may need to change the order of your arguments or use named arguments. Checkout UPGRADING file for that.

v1.1.1

02 May 21:13
Compare
Choose a tag to compare

What's Changed

  • added tests for custom created_at column name

v1.1.0

02 May 20:37
Compare
Choose a tag to compare

What's Changed

  • support for custom created_at column names per model #5

v1.0.6

17 Apr 08:45
c4f3e74
Compare
Choose a tag to compare

Added

  • method doc blocks for IDE auto-completion

v1.0.5

15 Apr 22:58
Compare
Choose a tag to compare

Added

  • test suite
  • century scope

v1.0.4

15 Apr 17:30
Compare
Choose a tag to compare

Fixed

  • fixed overflow date units
  • fixed singular scopes
  • fixed second date unit

Added

  • added justNow scope

v1.0.3

14 Apr 21:54
Compare
Choose a tag to compare

Fixed

  • Fixed date overflows