Skip to content

Release v0.8.0

Choose a tag to compare

@jerfowler jerfowler released this 13 Sep 09:13
· 36 commits to main since this release

πŸš€ Release v0.8.0

✨ Major Features

  • Smart Response System with strict validation and compliance tracking
  • Native JSON operations throughout codebase (replaced fs-extra methods)
  • TypeScript strict mode full compliance with zero tolerance enforcement
  • Cross-device move support in fs-extra-safe implementation

πŸ› Bug Fixes

  • Fixed ensureDir test to match actual Node.js behavior with recursive:true
  • Resolved all TypeScript strict mode violations
  • Fixed all ESLint violations
  • Corrected test mocks for JSON operations

πŸ“Š Quality Metrics

  • Test Coverage: 95%+ maintained
  • TypeScript: 100% strict mode compliant
  • ESLint: Zero violations
  • CI/CD: All pipelines passing

πŸ”§ Technical Improvements

  • Replaced all fs.readJson/writeJson with native JSON.parse/JSON.stringify
  • Enhanced move() method with EXDEV cross-device error handling
  • Updated all test expectations for JSON string operations
  • Improved error handling and fallback mechanisms

πŸ€– Generated with Claude Code