Skip to content

Tags: Flatroy/snooze

Tags

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: changelog update (thomasjohnkane#93)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for breakage if snooze disabled but pruneAge set (thomasjohnkane#89)

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

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: style (thomasjohnkane#88)

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/disable scheduling (thomasjohnkane#73)

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

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: support laravel 8 (thomasjohnkane#61)

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: laravel 7 support + drop laravel <= 5.3 (thomasjohnkane#46)

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: prune sent/cancelled notifications (thomasjohnkane#37)

* feat: prune sent/cancelled notifications

* docs: update readme + typos

* fix: turn off by default

1.0.1

Toggle 1.0.1's commit message
fix: pass notifiable object to shouldInterrupt (thomasjohnkane#31)

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

v1.0.0

Toggle v1.0.0's commit message
test: more tests + minor bugfixes (thomasjohnkane#27)

* test: more test + minor bugfixes

* fix: missing typehints