Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 23:01
· 3 commits to main since this release

Minor Changes

  • #4 ba8214c Thanks @tyom! - Export TypeScript types and improve developer experience
    • New Features:
      • Export ContextOptions and DecoratorOptions types for better TypeScript support
      • Add automated changelog generation with changesets
      • Add GitHub Actions workflows for CI/CD and automated releases
    • Improvements:
      • Fix inconsistent error messages in context hooks
      • Remove unnecessary React Fragment wrapper in decorator
      • Enable noUnusedLocals TypeScript option for better code hygiene
      • Improve code formatting with updated Prettier and ESLint configurations
      • Update all dependencies to latest versions
    • Developer Experience:
      • Add comprehensive CONTRIBUTING.md documentation
      • Set up automated release process with pre-release support
      • Add support for alpha, beta, and next pre-release channels
      • Add Husky pre-commit hooks with lint-staged for automated code quality checks

All notable changes to this project will be documented in this file.