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: v0.1.0
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: v0.2.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 3, 2023

  1. Update CHANGELOG

    guanguans authored and github-actions[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2a3e599 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. feat: add config command

    - add config command
    guanguans committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2265ed3 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    guanguans authored and github-actions[bot] committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e074e69 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies

    - Update PHPUnit to v10.0
    - Update PHPStan to v1.10
    - Update Rector to v0.15.7
    - Update PHP CS Fixer to v3.4
    - Update PHPUnit Snapshot Assertions to v4.2
    - Update PHPStan Deprecation Rules to v1.1
    - Update PHPStan PHPUnit to v1.3
    - Update PHPStan Psalm to v5.4
    - Update PHPStan Rector to v1.2
    - Update PHPStan Symfony to v1.2
    - Update PHPStan Twig to v1.1
    - Update PHPStan YAML to v1.1
    - Update Psalm to v5.4
    - Update Rector Psalm to v0.15.7
    - Update Snapshot Assertions to v4.2
    - Update Symfony YAML to v5.4
    - Update Twig to v1.1
    - Update YAML to v5.4
    - Remove DMS PHPUnit Array Subset Asserts
    - Remove JetBrains PHPStorm Attributes
    - Remove Nyholm NSA
    - Remove Symfony Var Dumper
    - Remove Symfony YAML
    - Remove Psalm PHPUnit
    guanguans committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    cd9685f View commit details
    Browse the repository at this point in the history
  4. chore: update Config

    guanguans committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    432a186 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Add ConfigManager to AppServiceProvider

    This is a breaking change, but it's a good one.
    
    The ConfigManager is now available as a singleton, so it can be used
    anywhere in the application.
    
    This is a breaking change because the ConfigManager is now a singleton,
    so it can no longer be instantiated.
    
    This is a good change because it makes the ConfigManager more useful.
    guanguans committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    21979a4 View commit details
    Browse the repository at this point in the history
  2. Add ai-commit phar file

    guanguans committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ff4e5bf View commit details
    Browse the repository at this point in the history
Loading