Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Gelio Gelio released this 01 Apr 15:40

BREAKING CHANGES

  • --auto-update will no longer add new file paths to the registry

    When there were errors that could be ignored because the error code is already
    ignored in other files, --auto-update used to add these new file paths to
    the registry. This allowed regressions to sneak in, since a file that was
    already conforming to the stricter config could re-appear in the registry of
    ignored files.

    In situations like this one, these file paths will be no longer added to the
    registry, and the program will fail when there are errors in files that could
    be ignored.

    If you need to start ignoring these errors, use the --init flag to
    regenerate the registries.

    See #16 for more information.

Engineering:

  • Include TypeScript 5.0 in integration tests.

Full Changelog: v1.3.0...v2.0.0