8000 Comparing 2.1.0...2.1.1 · guanguans/notify · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guanguans/notify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: guanguans/notify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.1
Choose a head ref
  • 14 commits
  • 59 files changed
  • 1 contributor

Commits on Mar 3, 2024

  1. chore(release): 2.1.0

    guanguans committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6416184 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. feat(telegram): Add constructor to Client class

    - Added constructor to Client class to set base URI to 'https://api.telegram.org/'
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    15d6a3e View commit details
    Browse the repository at this point in the history
  2. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5fd06e5 View commit details
    Browse the repository at this point in the history
  3. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2442282 View commit details
    Browse the repository at this point in the history
  4. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c4dd5c3 View commit details
    Browse the repository at this point in the history
  5. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e17b4a3 View commit details
    Browse the repository at this point in the history
  6. feat(telegram): Add AsJson trait to GetUpdatesMessage and ClientTest

    - Add AsJson trait to GetUpdatesMessage class
    - Add AsJson trait to ClientTest class
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    19af453 View commit details
    Browse the repository at this point in the history
  7. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    35c25c4 View commit details
    Browse the repository at this point in the history
  8. 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 '、'
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8340ca6 View commit details
    Browse the repository at this point in the history
  9. docs: Update push notification SDK list

    - Updated the list of push notification SDKs in the README files of various notification services.
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    646b083 View commit details
    Browse the repository at this point in the history
  10. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    75617ad View commit details
    Browse the repository at this point in the history
  11. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3809b6d View commit details
    Browse the repository at this point in the history
  12. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    36fefe5 View commit details
    Browse the repository at this point in the history
  13. 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
    guanguans committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d50eddb View commit details
    Browse the repository at this point in the history
Loading
0