Skip to content

Releases: thomasjohnkane/snooze

1.0.8: Fix for breakage if snooze disabled but pruneAge set (#89)

10 Sep 11:13
b8d523c
Compare
Choose a tag to compare

1.0.7

10 Sep 11:02
f927556
Compare
Choose a tag to compare
fix: style (#88)

Disable Schedule

28 Jun 00:50
b938359
Compare
Choose a tag to compare
Feature/disable scheduling (#73)

Co-authored-by: atymic <[email protected]>

Laravel 8.x Support

09 Sep 23:59
ea2539f
Compare
Choose a tag to compare
1.0.5

feat: support laravel 8 (#61)

v1.0.3 - Laravel 7 Support

03 Mar 20:50
45946c6
Compare
Choose a tag to compare
  • Dropped support for 5.3
  • Added support for 7.0

[feature] Prune scheduled notifications

16 Dec 02:19
0f3914b
Compare
Choose a tag to compare
feat: prune sent/cancelled notifications (#37)

* feat: prune sent/cancelled notifications

* docs: update readme + typos

* fix: turn off by default

[Bugfix] Pass notifiable to shouldInterrupt

14 Nov 00:47
Compare
Choose a tag to compare
fix: pass notifiable object to shouldInterrupt (#31)

- Pass object to method
- Cover with tests + improve existing tests

1.0.0

04 Nov 20:18
Compare
Choose a tag to compare
  • Initial Release
  • Implements custom Trait
  • Handles any notifiable class
  • Handles cancelling by notifiable target
  • Serializes notifications
  • Allows for conditionally interrupting notifications