All notable changes to laravel-expo-notifier
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
- fix: prevent duplicate ticket_id received from expo by @dtangdev in #34
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.14...0.0.15
- fix: set jsonData when creating ExpoMessage from JSON by @joemugen in #30
- feat: adds support for legacy FPM API use by @joemugen in #31
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.12...0.0.13
- feat(config): makes the push notifications per request limit configurable by @joemugen in #26
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.11...0.0.12
- bugfix: adds tests and fix bug sending more than 100 not batched notifications by @joemugen in #25
- @joemugen made their first contribution in #25
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.10...0.0.11
- add missing params to json_decode by @dtangdev in #23
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.9...0.0.10
- Manage instable responseItem details format from API by @dtangdev in #21
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.8...0.0.9
- Update README.md to explicitly say publishing the configuration is a must by @andonovn in #17
- Prevent json_decode on responseItem details which is array by @eightyfive in #20
- @andonovn made their first contribution in #17
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.7...0.0.8
- Laravel 10 support by @JamesHemery in #16
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.6...0.0.7
- fix: dto id type by @JamesHemery in #15
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.5...0.0.6
- chore: #2 replace cs fixer by pint by @JamesHemery in #13
- fix: #11 unique token owner by @JamesHemery in #12
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.4...0.0.5
- Delete behavior that batch notifications by default
- Delete UrgentExpoNotificationInterface
- Add shouldBatch method on ExpoMessage
- Refactor internal sending
- Add InvalidExpoToken event and DeleteInvalidExpoToken listener (optionnal)
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.3...0.0.4
- Add subtitle to ExpoMessage
- Add mutableContent to ExpoMessage
- Fix ExpoMessage serialization
- Channel no longer send notifications if
to
is empty - Fix notify method of service to serialize messages as Expo message object
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.2...0.0.3
- Add possibility to delete one value by @dtangdev in #5
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/compare/0.0.1...0.0.2
- First release 🎉
- Automatically batch non-urgent notifications
- Check push receipts to clear bad tokens
- @dtangdev made their first contribution in #1
Full Changelog: https://github.com/YieldStudio/laravel-expo-notifier/commits/0.0.1