Skip to content

Releases: guanguans/ai-commit

1.9.2

03 Jan 03:14
Compare
Choose a tag to compare

1.9.2 - 2024-01-03

Feat

  • commands: add new line before and after commit tasks

Fix

  • CommitCommand: add newLine(3) before and after confirming commit message
  • commands: Automagically generate conventional commit message with AI

Refactor

  • CommitCommand: Refactor CommitCommand class

1.9.1

02 Jan 08:56
Compare
Choose a tag to compare

1.9.1 - 2024-01-02

Pull Requests

  • Merge pull request #74 from guanguans/dependabot/github_actions/actions/labeler-5
  • Merge pull request #76 from guanguans/dependabot/github_actions/actions/stale-9
  • Merge pull request #79 from guanguans/dependabot/github_actions/actions/upload-artifact-4

1.9.0

02 Jan 08:08
9a4583b
Compare
Choose a tag to compare

1.9.0 - 2023-12-25

Pull Requests

  • Merge pull request #83 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.7
  • Merge pull request #82 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.6
  • Merge pull request #81 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.5
  • Merge pull request #80 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.4
  • Merge pull request #78 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.3
  • Merge pull request #77 from guanguans/dependabot/composer/mockery/mockery-1.6.7
  • Merge pull request #75 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.2
  • Merge pull request #73 from guanguans/dependabot/composer/guzzlehttp/guzzle-7.8.1
  • Merge pull request #72 from guanguans/dependabot/composer/php-mock/php-mock-phpunit-2.9.0
  • Merge pull request #71 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.1
  • Merge pull request #70 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.63.0

1.8.6

16 Nov 09:49
Compare
Choose a tag to compare

Full Changelog: 1.8.5...1.8.6

1.8.5

13 Nov 07:13
Compare
Choose a tag to compare

1.8.5 - 2023-11-13

Refactor

  • monorepo-builder: update CreateGithubReleaseWorker to CreateGithubReleaseReleaseWorker

1.8.4

09 Nov 06:48
Compare
Choose a tag to compare

Full Changelog: 1.8.3...1.8.4

1.8.3

01 Nov 09:25
Compare
Choose a tag to compare

1.8.3 - 2023-11-01

Pull Requests

  • Merge pull request #69 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.62.1
  • Merge pull request #68 from guanguans/dependabot/composer/php-mock/php-mock-phpunit-2.8.0
  • Merge pull request #67 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.62.0
  • Merge pull request #66 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.60.4
  • Merge pull request #65 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.60.3
  • Merge pull request #64 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.60.2
  • Merge pull request #60 from guanguans/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
  • Merge pull request #63 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.60.1
  • Merge pull request #62 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.60.0
  • Merge pull request #59 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.59.0
  • Merge pull request #58 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.58.0
  • Merge pull request #57 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.57.0
  • Merge pull request #54 from guanguans/dependabot/github_actions/codecov/codecov-action-4
  • Merge pull request #51 from guanguans/dependabot/github_actions/actions/checkout-4
  • Merge pull request #56 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.56.1
  • Merge pull request #55 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.56.0
  • Merge pull request #53 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.55.1
  • Merge pull request #52 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.54.4
  • Merge pull request #50 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.54.3
  • Merge pull request #49 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.54.2
  • Merge pull request #48 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.54.1
  • Merge pull request #47 from guanguans/dependabot/composer/guzzlehttp/guzzle-7.8.0
  • Merge pull request #46 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.54.0
  • Merge pull request #45 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.53.0

1.8.2

18 Aug 08:29
21f9a15
Compare
Choose a tag to compare

Full Changelog: 1.8.1...1.8.2

1.8.1: Refactor(OpenAIGenerator): Error handling

18 Aug 08:14
Compare
Choose a tag to compare

1.8.1 - 2023-08-18

Docs

  • readme: Update ERNIE-Bot links

Feat

  • tests: Add ErnieTest.php
  • tests.Unit.Generators.ErnieBotGeneratorTest: add test for generating commit messages

Fix

  • Support: Sanitize data in Ernie and OpenAI

Refactor

  • generator: simplify buildWriter method
  • generator: Change visibility of ernie property
  • rector: apply rector
  • rector: apply rector

Test

  • ErnieBotGeneratorTest: add test for writer function

Pull Requests

  • Merge pull request #44 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.52.1

1.8.0: refactor(app): improve GeneratorManager

17 Aug 09:42
Compare
Choose a tag to compare

1.8.0 - 2023-08-17

Docs

  • readme: update broken links in README.md

Feat

  • Ernie: Add Ernie class
  • Generators: Add ErnieBotGenerator
  • generators: add ErnieBotTurbo generator

Refactor

  • Support: move sanitizeData method to FoundationSDK.php
  • Support: refactor Ernie class
  • app: improve GeneratorManager

Pull Requests

  • Merge pull request #43 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.50.0
  • Merge pull request #42 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.48.0
  • Merge pull request #41 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.47.0
  • Merge pull request #40 from guanguans/dependabot/composer/mockery/mockery-1.6.6
  • Merge pull request #39 from guanguans/dependabot/composer/mockery/mockery-1.6.5
  • Merge pull request #38 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.46.3
  • Merge pull request #37 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.46.2
  • Merge pull request #36 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.46.1
  • Merge pull request #35 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.45.3
  • Merge pull request #34 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.45.2
  • Merge pull request #33 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.45.1
  • Merge pull request #32 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.45.0