Skip to content

Releases: cqfn/refrax

v0.1.0

26 Jun 14:22
cc63b92

Choose a tag to compare

Release Notes

New Features

  • Added empty project validation and String() methods for projects (#27, #31)
  • Implemented support for provider-specific tokens in environment variable lookups (#25, #30)

Documentation Updates

  • Updated installation instructions in README (#26, #29)
  • Improved README and added more files to ignore patterns (#17, #24)

Maintenance

  • Removed unused client test file

Changelog

  • cc63b92 chore(#master): remove client test file
  • 1f03fa1 feat(#27): Add empty project validation and String() methods for projects (#31)
  • f270336 feat(#25): Support provider-specific tokens in env lookup (#30)
  • fd79c61 docs(#26): Update installation instructions in README (#29)
  • a1023c7 docs(#17): Update README and add more ignored files (#24)

v0.0.1

25 Jun 10:06
6a9791d

Choose a tag to compare

Release Notes

New Features

  • Added .env file support for token configuration with token masking capability (#18, #20)
  • Implemented debug flag and improved refactoring flow using the fixer service (#4, #15)
  • Added DeepSeek AI provider support with token authentication (#8, #12)
  • Introduced project refactoring capabilities with mock facilitator and client implementations (#8, #9, #10)
  • Added refactor command with critic and facilitator server support (#8, #9)
  • Switched default branch from main to master and renamed server to facilitator (#5, #6)

Improvements

  • Enhanced logging and refactored critic/facilitator servers (#4, #14)
  • Improved message construction using MessageBuilder (#8, #11)
  • Added filesystem project support and improved command functionality (#8, #13)

Bug Fixes

  • Corrected GitHub owner name in GoReleaser configuration (#19, #23)

CI/CD

  • Added GitHub workflow for publishing releases with GoReleaser (#19, #22)
  • Implemented GitHub workflows for tests, linting, coverage, and releases (#1, #3)

Documentation

  • Added initial README.md and LICENSE.txt files

Changelog

  • 6a9791d fix(#19): Correct GitHub owner name in .goreleaser.yml (#23)
  • 1fd4f2b ci(#19): Add GitHub workflow for publishing releases with GoReleaser (#22)
  • e6d09be feat(#18): Add .env support for token and token masking (#20)
  • 93e8e51 feat(#4): add debug flag and improve refactoring flow with fixer service (#15)
  • 7d036a9 refactor(#4): Improve logging and refactor critic/facilitator servers (#14)
  • eb570b4 test(#8): add filesystem project support and refactor command improvements (#13)
  • edec9a3 feat(#8): Add DeepSeek AI provider support with token authentication (#12)
  • 0f56e2e refactor(#8): Use MessageBuilder for message construction (#11)
  • 13054d5 feat(#8): Implement project refactoring with mock facilitator and client (#10)
  • 648829c feat(#8): Add refactor command with critic and facilitator servers (#9)
  • 5473833 feat(#5): Switch from main to master branch and refactor server to facilitator (#6)
  • c078f8d ci(#1): Add GitHub workflows for tests, linting, coverage and releases (#3)
  • 13e73c3 chore: add initial README.md and LICENSE.txt files