Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.0 source code.tar.gz | 2022-10-15 | 15.4 kB | |
3.0 source code.zip | 2022-10-15 | 24.1 kB | |
README.md | 2022-10-15 | 1.5 kB | |
Totals: 3 Items | 41.0 kB | 0 |
What's Changed
- Send logic moved to drivers by @llabbasmkhll in https://github.com/laravel-notification-channels/telegram/pull/146
- Drop support for Laravel < 9.
- Convert tests to Pest and improve coverage in https://github.com/laravel-notification-channels/telegram/pull/151.
- Add TelegramUpdatesTests.
- Add PHPStan for static analysis using GitHub Action.
- Add Changelog updater workflow.
- Add Codecov for code coverage workflow.
- Improve GitHub action workflows.
- Clean and improve code.
- Remove the scrutinizer.
- Add
line()
method (adapted from a PR) by @llabbasmkhll in https://github.com/laravel-notification-channels/telegram/pull/149. - Upgrade required and dev packages.
- Normalize composer JSON file.
- Add type hints and return types were supported.
- Rename
TelegramSender
contract toTelegramSenderContract
- Harden error handling for JSON encode and decode methods.
- Improve doc blocks.
- Add
toArray()
method to TelegramUpdates to retrieve payload. - Restructure the tests directory.
- Add data to notification failed event in https://github.com/laravel-notification-channels/telegram/pull/156
- Add More Tests in https://github.com/laravel-notification-channels/telegram/pull/157
New Contributors
- @llabbasmkhll made their first contribution in https://github.com/laravel-notification-channels/telegram/pull/146
Full Changelog: https://github.com/laravel-notification-channels/telegram/compare/2.1.0...3.0.0