这是indexloc提供的服务,不要输入任何密码
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: koot-labs/telegram-bot-dialogs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: koot-labs/telegram-bot-dialogs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.0
Choose a head ref
  • 16 commits
  • 21 files changed
  • 3 contributors

Commits on Apr 21, 2024

  1. Do not test over PHP 8.0

    can not install PHPUnit 11
    alies-dev committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4086569 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Refactor Dialog and DialogManager for improved key generation

    The previous implementation of Dialog and DialogManager was refactored to improve key generation. Instead of using just chatId, it is now combined with userId to generate a unique key for a dialog. This solution further enhance balance between performance and security for reading and storing dialog states. Some unnecessary methods and properties were also cleaned up in the process.
    CrazyBoy49z committed Apr 23, 2024
    1 Configuration menu
    Copy the full SHA
    6c33b3d View commit details
    Browse the repository at this point in the history
  2. Add beforeAllStep and afterAllStep methods to Dialog

    Two new methods have been added to the Dialog class: "beforeAllStep" and "afterAllStep". These methods, which can be overridden for custom functionality, will run at the start and end of a Dialog sequence respectively. Additionally, a check has been implemented to determine when the Dialog has started.
    CrazyBoy49z committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    acc26f4 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate line in Dialog.php

    The same line setting variable $currentStepIndex to $this->next was unnecessarily repeated in the script. This redundancy was removed to enhance code efficiency and improve readability.
    CrazyBoy49z committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    130b8eb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #8 from CrazyBoy49z/fix_dialog_group

    Refactor Dialog and DialogManager for improved key generation
    lptn authored May 10, 2024
    Configuration menu
    Copy the full SHA
    46864d9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3793c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6923026 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    31bcd31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc03926 View commit details
    Browse the repository at this point in the history
  6. Update an example from docs

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    233c27f View commit details
    Browse the repository at this point in the history
  7. Update an example from docs

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    03d0576 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e207b38 View commit details
    Browse the repository at this point in the history
  9. Improve example Dialog

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b22c65e View commit details
    Browse the repository at this point in the history
  10. Minimize breaking changes

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9f8a666 View commit details
    Browse the repository at this point in the history
  11. Minimize breaking changes

    alies-dev committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a9295ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4066d16 View commit details
    Browse the repository at this point in the history
Loading