Skip to content

v13.0.0

Choose a tag to compare

@kiki-kanri kiki-kanri released this 13 Sep 12:05
· 178 commits to main since this release

compare changes

💅 Refactors

  • tsconfig: Separate references so src and tests use different settings (df472e2)

📦 Build

  • ⚠️ Switch builder to tsdown and convert package to pure ESM (d307be4)

🏡 Chore

  • ci: Remove pnpm cache configure in workflow (abc0801)
  • ⚠️ Drop support for Node.js 20, set minimum supported version to 22 (3319820)
  • Upgrade devDependencies (57244a0)
  • Set tsdown alias and tsconfig paths (be49779)
  • Update tsdown config (fc9e7cb)
  • Change some file import path (ccdbd7c)
  • Add tsconfig.base.json (f6ba6dd)

✅ Tests

  • Fix vitest config to correctly load tsconfig and aliases (0522f79)

⚠️ Breaking Changes

  • ⚠️ Switch builder to tsdown and convert package to pure ESM (d307be4)
  • ⚠️ Drop support for Node.js 20, set minimum supported version to 22 (3319820)

❤️ Contributors

  • kiki-kanri