Skip to content

Releases: 2BAD/tsfix

v1.0.0

05 Mar 01:28
efd4b01
Compare
Choose a tag to compare

What's Changed

Added

  • AST-based import extraction using TypeScript's compiler API
    • More accurate parsing of complex TypeScript syntax
    • Better handling of edge cases and unusual formatting
  • Integration tests with real-world codebases

Changed

  • Updated CLI to support specifying extraction mode (--mode ast or --mode regex)
  • Default mode remains regex-based for backward compatibility
  • Replaced Prettier with Biome
  • Refactored integration tests to use CLI
  • Improved integration tests by using beforeAll/afterAll hooks and parallel test environments

Fixed

  • Fixed CJS module import issues with glob package
  • Resolved TypeScript mocking in tsconfig tests
  • Various import path corrections

Dependencies

  • Added execa package for process execution
  • Added types for debug package
  • Updated dependencies to latest versions

Full Changelog: v0.1.0...v1.0.0

v0.1.0

19 Jun 19:31
fe1f6bc
Compare
Choose a tag to compare