Skip to content

Releases: jholm117/hackerrank-cli

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 09 Apr 15:32

Changelog

  • 49a3847 feat: add interviews search, --sort/--order/--limit flags

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Apr 15:17

Changelog

  • 55091ed feat: add --limit flag to all list commands (default 20)
  • 2d46a1b feat: add hack/update-tap.sh for automated Homebrew formula updates

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 09 Apr 14:36

Changelog

  • 194d847 feat: add candidates search and interview question titles
  • d225292 chore: remove unused codegen script
  • faf0ca0 docs: add changelog and codegen script for future use

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Apr 00:02

Changelog

  • 00ad282 feat: add interviews code command for interview pad extraction

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 20:28

Changelog

  • 2302c80 fix: mask token input in auth login, add auth tests
  • 50537a0 fix: mask token input in auth login

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 19:59

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