Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@aryelu aryelu released this 05 Jul 14:56

[1.1.0] - 2025-01-17

Added

  • ESLint 9 support with comprehensive integration tests
  • ESM compatibility with proper module exports
  • Shared utility functions in utils/ directory for better code reuse
  • Type definitions in types/ directory for improved type safety
  • Rollup build system with source maps and declaration files
  • Enhanced test suite including ESLint 9 integration, ESM compatibility, and bug report scenarios

Changed

  • Updated peer dependency to ESLint >=9.0.0
  • Refactored rules to use shared helper functions for better maintainability
  • Improved build process with Rollup bundler instead of TypeScript compiler
  • Enhanced code organization with modular structure

Fixed

  • Improved module resolution and exports for better ESM compatibility
  • Enhanced type safety across all rules with shared type definitions