What's Changed
- Add --http-log CLI flag to replace DEBUG environment variable for HTTP request logging by @Copilot in #77
- Fix Go code quality issues in cmd/generate package: resource leaks, variable shadowing, and error handling by @Copilot in #82
- Add
--var
template variable support togenerate
command with command-specific reserved key validation by @Copilot in #83 - integration test suite by @Copilot in #91
- generate command by @pelikhan in #79
New Contributors
Full Changelog: v0.0.24...v0.0.25