Skip to content

Releases: nowo-tech/CodeReviewGuardian

Release v1.0.1

11 Jan 21:44

Choose a tag to compare

Release v1.0.1: Test fixes and development improvements

  • Fixed PHPUnit test failures by improving callback assertions
  • Added Xdebug configuration in Dockerfile for code coverage
  • Improved Makefile consistency (all commands use run --rm)
  • Better test stability and development experience

Changelog

  • 2026-01-11

Release v1.0.0

11 Jan 21:07

Choose a tag to compare

Release v1.0.0: First stable version

Changelog

  • 2026-01-11

Release v0.0.7

11 Jan 20:10

Choose a tag to compare

Release v0.0.7: Major refactoring - Script architecture restructured to modular design

Changelog

  • 2026-01-11

Release v0.0.6

11 Jan 17:48

Choose a tag to compare

Release v0.0.6: Fixes and improvements

  • Fixed YAML parser to correctly remove comments from values
  • Fixed PHP version check to avoid warnings in output
  • Added --debug mode for verbose debugging
  • Improved token handling: auto-adds to .env.dist if exists
  • Better error messages and debugging information

Changelog

  • 2026-01-11

Release v0.0.5

11 Jan 17:16

Choose a tag to compare

Release v0.0.5: Complete configuration implementation

  • Complete implementation of all YAML configuration options
  • All configurations parsed, validated and applied correctly
  • Fixed GitHub URLs across all documentation
  • Added AGENTS_CONFIG.md to Composer package
  • Enhanced configuration validation and error messages
  • Updated documentation (README, CHANGELOG, UPGRADING)

Changelog

  • 2025-12-26

Release v0.0.4

11 Jan 17:16

Choose a tag to compare

v0.0.4: Improved warning for disabled AI Agents

  • Changed info to warning when AI Agents are disabled
  • Added clear instructions on how to enable AI Agents
  • Added link to detailed documentation
  • Better user experience with actionable guidance

Changelog

  • 2025-12-26

Release v0.0.3

11 Jan 17:16

Choose a tag to compare

v0.0.3: Fix script update and rename config file

  • Fixed script file not being copied/updated during installation and updates
  • Script now always updates on composer install and composer update
  • Renamed configuration file from .code-review-guardian.yml to code-review-guardian.yaml
  • Removed leading dot and changed to .yaml extension for better visibility
  • Files now appear together alphabetically: code-review-guardian.sh and code-review-guardian.yaml

Changelog

  • 2025-12-26

Release v0.0.2

11 Jan 17:16

Choose a tag to compare

Release v0.0.2: Comprehensive tests, improved .env handling, and package distribution fixes

  • Comprehensive test suite with 100% code coverage (36 tests)

  • Token setup guide (docs/TOKEN_SETUP.md)

  • Improved environment variable handling (.env and .env.local support)

  • .gitattributes file for proper package distribution

  • Explicit files field in composer.json to ensure all files are included

  • Complete PHPDoc documentation in English

  • CI/CD pipeline requires 100% code coverage

  • Enhanced environment file loading order

  • Package distribution: bin/code-review-guardian.sh now explicitly included

  • .gitattributes configuration ensures proper file inclusion/exclusion

Changelog

  • 2025-12-26

Release v0.0.1

11 Jan 17:16

Choose a tag to compare

Release v0.0.1: Initial release

  • Provider-agnostic code review guardian for PHP projects
  • Multi-framework support (Symfony, Laravel, Generic)
  • Git Guardian Angel (GGA) integration
  • AI Agents support (OpenAI, Anthropic, GitHub Copilot)
  • Automatic framework detection
  • Comprehensive documentation

Changelog

  • 2025-12-26