Releases: codecrafters-io/cli
Releases · codecrafters-io/cli
v36
Changelog
- 1a36513 Merge remote-tracking branch 'origin/main'
- 71b31ac Update Go version and dependencies; refactor logstream consumer import.
- 8641937 Update CODECRAFTERS_CLI_VERSION to v35 in install.sh
- b905341 Merge pull request #40 from codecrafters-io/support-gitignore
- fab322a Improve based on feedback
- d6c255e Support gitignore
- 3a4ccd1 Merge pull request #35 from codecrafters-io/ryan-gang-patch-1
- e17173c Update homepage
- e545daa Update CODECRAFTERS_CLI_VERSION to v34 in install.sh
v35
v34
v33
Changelog
- 4e2c31d Merge pull request #33 from codecrafters-io/add-support-for-previous
- 1f312ce Merge branch 'main' into add-support-for-previous
- d9d7c00 Update CODECRAFTERS_CLI_VERSION to v31 in install.sh
- 6ae81b9 fix: Fix typo
- 15cc226 refactor: Moved decision on what stage selection strategy to use one layer up in caller
- 6825907 fix: Pass in false for shouldTestPrevious when CreateSubmission is called in the submit command
- 9f58359 refactor: Change variable for storing --previous flag value from previous to shouldTestPrevious
- 73314e7 refactor: Update cli usage logs
- f57deed feat: Improve flag.Usage to reflect added --previous flag
- 95a5336 feat: Add support for the previous flag for the test command
v32
Changelog
- 1f312ce Merge branch 'main' into add-support-for-previous
- d9d7c00 Update CODECRAFTERS_CLI_VERSION to v31 in install.sh
- a0a96ed Merge pull request #34 from codecrafters-io/add-command-param
- 7dde834 Refactor submission creation in submit.go and test.go
- 6ae81b9 fix: Fix typo
- 15cc226 refactor: Moved decision on what stage selection strategy to use one layer up in caller
- 6825907 fix: Pass in false for shouldTestPrevious when CreateSubmission is called in the submit command
- 9f58359 refactor: Change variable for storing --previous flag value from previous to shouldTestPrevious
- 73314e7 refactor: Update cli usage logs
- f57deed feat: Improve flag.Usage to reflect added --previous flag
- 95a5336 feat: Add support for the previous flag for the test command
- 24cf378 Merge pull request #32 from codecrafters-io/bump-cli-version-to-30
- c9ae9f2 feat: Bump cli version to 30
v31
v30
v29
v26
v25
Changelog
- c96b4d7 Merge pull request #21 from codecrafters-io/add-submit-command
- 4d186c4 Add test and submit commands to codecrafters main.go
- 2e6dba9 Refactor codecrafters command usage and add submit command
- f028cd3 Fix submission creation with correct commit SHA
- f77e998 Commit message: "Add submit command and staticcheck.conf"
- 86a7b48 Refactor test command and add submission handler utility
- c0d01ee Merge pull request #20 from codecrafters-io/add-submit-command
- c099bfe Refactor error message in run() function to suggest running codecrafters test instead of an unknown command.
- 7c39787 Refactor codecrafters main.go: remove unused import and error variable, update usage instructions, and handle unknown command error.
- 6d8a937 Merge pull request #19 from codecrafters-io/revamp
- 973102c fixes #11
- ad6725d Merge pull request #18 from codecrafters-io/revamp
- 43390c8 fix #12
- fca5984 Refactor error handling in TestCommand and GetRepositoryDir
- f4dc1cf Merge pull request #17 from codecrafters-io/revamp
- ec27315 Refactor debug log messages in test.go
- f37d4a2 Refactor test command to include commit sha
- 08c2c52 simplify logging
- 494c213 Update remote URLs and server URLs in git_remote_test.go
- 4047d7c Refactor logging and Sentry integration in CodeCrafters CLI
- 4c1ab77 Update CODECRAFTERS_CLI_VERSION to v24 in install.sh