Skip to content

v0.4.1

Choose a tag to compare

@chamren86 chamren86 released this 18 Jun 15:22
· 20 commits to main since this release

Release Notes

v0.4.1 - Testing Infrastructure & Pre-commit (2026-06-17)

Added

  • πŸ› οΈ Pre-commit validation script (npm run precommit)
  • πŸ› οΈ Pre-push validation script (npm run prepush)
  • ⚑ Quick unit test script (npm run test:unit)
  • πŸ”¬ Full test suite script (npm run test:full)
  • 🐳 act integration for local GitHub Actions testing
  • πŸ“š Comprehensive test documentation
  • πŸ“¦ VSIX packaging support

Changed

  • πŸ”„ Migrated from mocha to vitest (faster, better ESM support)
  • πŸ”„ Improved security module logic
  • πŸ”„ Updated test scripts and configuration
  • πŸ”„ Improved .vscodeignore for cleaner VSIX packaging

Fixed

  • πŸ› Security test edge cases
  • πŸ› shouldRedactOrBlock function logic
  • πŸ› Docker detection in precommit script
  • πŸ› VSIX packaging security warnings