Skip to content

v2.0.0

Choose a tag to compare

@yangshun yangshun released this 07 Mar 08:53
· 30 commits to main since this release

Breaking Changes

  • Requires Node.js >= 22
  • Migrated to TypeScript with ESM + CJS dual packaging
  • Migrated CLI parser from Commander to cac

Changes

  • Dropped fast-folder-size dependency
  • Added GitHub Actions CI
  • Added prepublishOnly script for safer publishing
  • Improved test coverage (symlinks, special characters, combined options, edge cases)

Internal

  • Migrated from Jest to Vitest
  • Migrated from Prettier to Oxfmt
  • Added Oxlint for linting
  • Build toolchain changed to tsdown
  • Package manager changed to pnpm