-
-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: guanguans/notify
base: 2.1.0
head repository: guanguans/notify
compare: 2.1.1
- 14 commits
- 59 files changed
- 1 contributor
Commits on Mar 3, 2024
-
Configuration menu - 8000 View commit details
-
Copy full SHA for 6416184 - Browse repository at this point
Copy the full SHA 6416184View commit details
Commits on Mar 4, 2024
-
feat(telegram): Add constructor to Client class
- Added constructor to Client class to set base URI to 'https://api.telegram.org/'
Configuration menu - View commit details
-
Copy full SHA for 15d6a3e - Browse repository at this point
Copy the full SHA 15d6a3eView commit details -
chore(messages): add messageThreadId property to message classes
- Added messageThreadId property to all message classes - Updated defined array with messageThreadId - Updated options array with caption_entities - Added addCaptionEntity method to handle caption entities
Configuration menu - View commit details
-
Copy full SHA for 5fd06e5 - Browse repository at this point
Copy the full SHA 5fd06e5View commit details -
feat(Telegram): Add support for multipart requests in Telegram messages
- Update `Message.php` to include support for multipart requests - Add `toHttpUri` method in `PhotoMessage.php` and `TextMessage.php` for specific endpoints - Update `PollMessage.php` to handle explanation entities
Configuration menu - View commit details
-
Copy full SHA for 2442282 - Browse repository at this point
Copy the full SHA 2442282View commit details -
feat(messages): Add toHttpUri method for sending various message types
- Added toHttpUri method to each message type class for sending messages via HTTP URI - Enhances flexibility and ease of sending different message types
Configuration menu - View commit details
-
Copy full SHA for c4dd5c3 - Browse repository at this point
Copy the full SHA c4dd5c3View commit details -
refactor(media): Improve media handling in MediaGroupMessage
- Added Symfony component OptionsResolver for handling media options - Implemented method to add media to the message - Updated method to configure OptionsResolver for media handling
Configuration menu - View commit details
-
Copy full SHA for e17b4a3 - Browse repository at this point
Copy the full SHA e17b4a3View commit details -
feat(telegram): Add AsJson trait to GetUpdatesMessage and ClientTest
- Add AsJson trait to GetUpdatesMessage class - Add AsJson trait to ClientTest class
Configuration menu - View commit details
-
Copy full SHA for 19af453 - Browse repository at this point
Copy the full SHA 19af453View commit details -
refactor(pushplus): Rename Pushplus to PushPlus and update namespaces
- Renamed Pushplus to PushPlus in various files - Updated namespaces to reflect the renaming - Refactored code for consistency
Configuration menu - View commit details
-
Copy full SHA for 35c25c4 - Browse repository at this point
Copy the full SHA 35c25c4View commit details -
feat(extract-platform): add script to extract platform information
- Added new script `extract-platform` to extract platform information - Script includes logic to list directories in `src` excluding `Foundation` directory - Script prints the list of directories separated by '、'
Configuration menu - View commit details
-
Copy full SHA for 8340ca6 - Browse repository at this point
Copy the full SHA 8340ca6View commit details -
docs: Update push notification SDK list
- Updated the list of push notification SDKs in the README files of various notification services.
Configuration menu - View commit details
-
Copy full SHA for 646b083 - Browse repository at this point
Copy the full SHA 646b083View commit details -
chore(composer): update SDK keywords
- Added 'bot' keyword - Removed specific SDK keywords and added general 'sdk' keyword - Updated SDK keyword list with additional services - Updated composer.json to reflect changes
Configuration menu - View commit details
-
Copy full SHA for 75617ad - Browse repository at this point
Copy the full SHA 75617adView commit details -
feat(dingtalk): add DingTalk notification support
- Updated the authenticator and client classes to support DingTalk notifications - Modified message creation for DingTalk notifications - Added functionality to send DingTalk notifications - Added optional features for configuring the DingTalk client
Configuration menu - View commit details
-
Copy full SHA for 3809b6d - Browse repository at this point
Copy the full SHA 3809b6dView commit details -
refactor(client): Remove Makeable trait from Client class
- Removed Makeable trait from Client class - Deleted Makeable.php file - Updated Message.php to remove references to Makeable trait
Configuration menu - View commit details
-
Copy full SHA for 36fefe5 - Browse repository at this point
Copy the full SHA 36fefe5View commit details -
refactor(message): Improve make method in Message class
- Refactored the make method in the Message class to handle different argument scenarios efficiently - Added logic to handle cases where no arguments are passed - Improved handling of default properties and defined/required properties
Configuration menu - View commit details
-
Copy full SHA for d50eddb - Browse repository at this point
Copy the full SHA d50eddbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.1.0...2.1.1