8000 Comparing 1.14.2...1.14.3 · guanguans/ai-commit · 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/ai-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.2
Choose a base ref
...
head repository: guanguans/ai-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.3
Choose a head ref
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 16, 2024

  1. chore(release): 1.14.2

    ityaozm@gmail.com committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    db6b038 View commit details
    Browse the repository at this point in the history
  2. Bump to 1.14.2

    guanguans authored and github-actions[bot] committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9b94c33 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump laminas/laminas-text from 2.9.0 to 2.11.0

    Bumps [laminas/laminas-text](https://github.com/laminas/laminas-text) from 2.9.0 to 2.11.0.
    - [Release notes](https://github.com/laminas/laminas-text/releases)
    - [Commits](laminas/laminas-text@2.9.0...2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: laminas/laminas-text
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    576f3dd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #182 from guanguans/dependabot/composer/laminas/la…

    …minas-text-2.11.0
    
    chore(deps-dev): bump laminas/laminas-text from 2.9.0 to 2.11.0
    github-actions[bot] authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    263b037 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. refactor(app/Commands): refactor CommitCommand.php

    - Use `diffCommand()` instead of `getDiffCommand()`.
    - Use `promptFor()` instead of `getPrompt()`.
    - Use `commitCommandFor()` instead of `getCommitCommand()`.
    ityaozm@gmail.com committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3e5539b View commit details
    Browse the repository at this point in the history
  2. style(app/Commands): refactor CommitCommand

    - Move the `diffCommand` method to be above the `commitCommandFor` method.
    - Remove redundant comments and condition checks.
    - Reorder methods in a more logical   order.
    - Refactor the `createProcess` method to improve readability and organization.
    ityaozm@gmail.com committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a0a77ae View commit details
    Browse the repository at this point in the history
Loading
0