Skip to content

v0.11.0

Choose a tag to compare

@david1gp david1gp released this 22 Mar 07:54
· 13 commits to main since this release

[0.11.0] - 2026-03-22

🚀 Features

  • (ts) Improve typeScript/module resolution for both the main entry and subpath imports

🐛 Bug Fixes

  • (result) Import from module instead of path alias
  • (lib) Use correct type mapping in package.json exports

💼 Other

  • (ts) Fix empty dist builds, disable incremental build for lib builds

🚜 Refactor

  • (valibot) Rename import v -> a
  • (src) Use relative imports intead of import aliases
  • (lib) Add js file extension to imports
  • (imports) Add file extensions for all imports
  • (ts) Set nodenext, requiring file js file extensions in imports
  • (ts) Remove moduleDetection

🧪 Testing

  • (openapi) Fix openapi tests

⚙️ Miscellaneous Tasks

  • (release) Skip confirmation when version arg is provided