v2.6.1
Breaking Changes📦 denoView on GitHub →
⚠ 1 breaking✨ 1 features🐛 7 fixes🔧 4 symbols
Summary
Release 2.6.1 focuses on stability fixes for Intel Macs and Windows, alongside restricting preload flags to runtime subcommands and improving Node.js compatibility.
⚠️ Breaking Changes
- The --preload and --require flags are now restricted and only available in runtime subcommands.
Migration Steps
- Ensure that usage of --preload and --require flags is moved to supported runtime subcommands.
✨ New Features
- feat(unstable): deploy config now allows the app field to be optional.
🐛 Bug Fixes
- Include type-only imports when building the dependency graph.
- Add streams as transferable types in the CLI.
- Fix compilation issues on Intel Macs related to sentinel conflicts with strtab.
- Improve DatabaseSync compatibility in ext/node.
- Correct alias deno command location and native binary execution on Windows.
- Adjust deno_cache versioning.
- Fix source map file names pointing to non-existent paths.
🔧 Affected Symbols
DatabaseSyncdeno_cache--preload--require