Skip to content

v0.4.0

Choose a tag to compare

@fansenze fansenze released this 09 Apr 03:29

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: filter nested configs covered by parent global ignores by @fansenze in #589
  • fix: make config files field drive lint scope instead of tsconfig include by @fansenze in #588
  • fix: add nil TypeChecker guard in no-ex-assign rule by @fansenze in #600
  • fix: add missing RequiresTypeInfo meta to 7 typescript-eslint rules by @fansenze in #601
  • fix: avoid false positives in ban-ts-comment by @simplyme0823 in #607
  • fix: use pathToFileURL in bin/rslint.cjs for Windows compatibility (#594) by @fansenze in #605
  • fix: remove filepath.EvalSymlinks from file args for consistent path matching by @fansenze in #618

Documentation 📖

  • docs: add RequiresTypeInfo guidance to port-rule skill by @fansenze in #602
  • docs(website): restructure documentation and add preset indicators by @fansenze in #612

Other Changes

  • chore(deps): update pnpm to v10.33.0 by @renovate[bot] in #583
  • chore(deps): update module golang.org/x/text to v0.35.0 by @renovate[bot] in #581
  • chore: enhance golangci-lint with nil-safety and type-assertion linters by @fansenze in #604
  • ci: remove website build job by @chenjiahan in #608
  • chore(website): upgrade Rspress to v2.0.8 by @chenjiahan in #609
  • chore(deps): pin dependencies by @renovate[bot] in #444
  • chore: sync prettier config and format files by @chenjiahan in #611
  • chore: fix prettier formatting in entry-point test by @fansenze in #613
  • ci: optimize Windows CI by splitting Go build and parallelizing jobs by @fansenze in #610
  • ci: remove GOCACHE from setup-go cache paths to fix disk space by @fansenze in #616
  • chore: update architecture.md and AGENTS.md by @simplyme0823 in #617
  • ci: fix Windows CI to actually run Node.js tests by @fansenze in #606

New Contributors

Full Changelog: v0.3.4...v0.4.0