Tags: Flatroy/snooze
Tags
Feature: Meta JSON column for scheduled notifications (Easier Queryin… …g) (thomasjohnkane#90) * migration for meta column * allow creating a scheduled notification with meta information * added static function findByMeta * return type set for findByMeta * trailing comma * remove blank line and add null coalesce * readme updated * style fixes * add changelog note to run migrations on version upgrade * styleci fixes * styleci fixes * styleci fixes * parameter type added for meta
Fix for breakage if snooze disabled but pruneAge set (thomasjohnkane#89) Co-authored-by: atymic <[email protected]>
Feature/disable scheduling (thomasjohnkane#73) Co-authored-by: atymic <[email protected]>
feat: laravel 7 support + drop laravel <= 5.3 (thomasjohnkane#46)
feat: prune sent/cancelled notifications (thomasjohnkane#37) * feat: prune sent/cancelled notifications * docs: update readme + typos * fix: turn off by default
fix: pass notifiable object to shouldInterrupt (thomasjohnkane#31) - Pass object to method - Cover with tests + improve existing tests
test: more tests + minor bugfixes (thomasjohnkane#27) * test: more test + minor bugfixes * fix: missing typehints