Skip to content

v6.6.0

Choose a tag to compare

@huozhi huozhi released this 02 Aug 16:58
· 70 commits to main since this release

Features

  • Raw file imports: Import any file as raw text content using the ?raw query parameter (#694)
    import readme from './README.md?raw'    // Import as string
    import config from './config.json?raw'  // Import as string (not parsed)

Fixes & Improvements

  • 🐛 Bug Fixes: Fixed empty build state logging to provide clearer output (#693)
  • 🔧 Improvements: Enhanced ?raw imports with Windows line ending normalization and async file reading (#695)
  • Dependencies: Updated upstream dependencies (SWC and Rollup) for better performance and compatibility (#692)

Full Changelog: v6.5.4...v6.6.0