8000 Comparing 1.11.2...1.12.0 · 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.11.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.12.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Jun 11, 2024

  1. chore(release): 1.11.2

    ityaozm@gmail.com committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9e3d86b View commit details
    Browse the repository at this point in the history
  2. Bump to 1.11.2

    guanguans authored and github-actions[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    84e7c4f View commit details
    Browse the repository at this point in the history
  3. docs(config): Add commit type prompt in ai-commit.php

    - Added a new configuration option 'type_prompt' to provide commit type prompts.
    - This new feature enhances the commit message structure by prompting the user to specify the commit type.
    ityaozm@gmail.com committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    eb99fbf View commit details
    Browse the repository at this point in the history
  4. feat: add ability to select commit type

    ityaozm@gmail.com committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    66d7f2c View commit details
    Browse the repository at this point in the history
  5. feat(CommitCommand.php): Modify commit type selection logic

    ityaozm@gmail.com committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    200a78b View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump trufflesecurity/trufflehog from 3.78.0 to 3.78.1

    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.78.0 to 3.78.1.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
    - [Commits](trufflesecurity/trufflehog@v3.78.0...v3.78.1)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c99cfa0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #136 from guanguans/dependabot/github_actions/truf…

    …flesecurity/trufflehog-3.78.1
    
    chore(deps): bump trufflesecurity/trufflehog from 3.78.0 to 3.78.1
    github-actions[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3aedbee View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. perf(app): improve handle method performance

    - Removed unnecessary return statement in handle method
    - Removed commented out code
    ityaozm@gmail.com committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    76db059 View commit details
    Browse the repository at this point in the history
  2. test(test): improve commit command test coverage

    - Improved coverage for CommitCommandTest.php
    - Added more test cases for CommitCommand class
    - Updated test assertions for better accuracy
    - Closes #128
    ityaozm@gmail.com committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f31ab69 View commit details
    Browse the repository at this point in the history
Loading
0