Change8

headers@0.16.0

Breaking Changes
📦 remixView on GitHub →
1 breaking1 features🔧 1 symbols

Summary

This release switches the build tool from esbuild to tsc, resulting in a 'dist' directory structure that now mirrors the 'src' directory layout.

⚠️ Breaking Changes

  • The internal file structure of the 'dist' directory has changed to mirror the 'src' directory. Direct imports from specific files within 'dist' may break if they relied on the previous esbuild-flattened layout.

Migration Steps

  1. Update any deep imports pointing to the 'dist' directory to match the new directory structure that mirrors 'src'.

✨ New Features

  • Switched build system from esbuild to tsc (TypeScript Compiler) for more consistent module mapping.

🔧 Affected Symbols

dist