Releases: thomasjohnkane/snooze
Releases · thomasjohnkane/snooze
1.0.8: Fix for breakage if snooze disabled but pruneAge set (#89)
Co-authored-by: atymic <[email protected]>
1.0.7
Disable Schedule
Feature/disable scheduling (#73) Co-authored-by: atymic <[email protected]>
Laravel 8.x Support
1.0.5 feat: support laravel 8 (#61)
v1.0.3 - Laravel 7 Support
- Dropped support for 5.3
- Added support for 7.0
[feature] Prune scheduled notifications
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
fix: pass notifiable object to shouldInterrupt (#31) - Pass object to method - Cover with tests + improve existing tests
1.0.0
- Initial Release
- Implements custom Trait
- Handles any notifiable class
- Handles cancelling by notifiable target
- Serializes notifications
- Allows for conditionally interrupting notifications