Releases: jholm117/hackerrank-cli
Releases · jholm117/hackerrank-cli
Release list
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Changelog
- 00ad282 feat: add interviews code command for interview pad extraction
v0.1.1
v0.1.0
Changelog
- 624cf04 chore: go mod tidy
- 493ced0 test: add tests for candidates list, get, and code commands
- 956cf95 test: add tests for interviews list, get, and transcript commands
- e98faa1 test: add tests for tests list and get commands
- 8f1da5f fix: split Candidate types for list vs detail responses, add README
- 6e47618 ci: add golangci-lint, ci-checks script, pre-push hook, and GitHub Actions
- 7f2fb43 ci: add goreleaser config and release workflow
- 1c06347 feat: add candidates list, get, and code commands
- f9e8430 feat: add interviews list, get, and transcript commands
- 1cf7c33 feat: add tests list and get commands
- 31b83a2 feat: add auth login/logout/status commands
- dec7a4f feat: add API client with pagination
- 8afb821 feat: add output package with table and JSON formatters
- fa28a87 feat: add config package with token precedence
- 9cd59e8 init: project scaffolding with root command
- ae637de docs: add implementation plan
- 37ad23f docs: add hackerrank-cli design spec