Skip to content

v5.0.0

Choose a tag to compare

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

compare changes

🩹 Fixes

💅 Refactors

  • tsconfig: Separate references so src and tests use different settings (df472e2)
  • Replace lodash with es-toolkit (344f33e)

📦 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)
  • Add tsconfig.base.json (f6ba6dd)
  • Update eslint config (99cd82e)
  • Update tsdown entry config (4cbeb50)

✅ 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