v6.0.0
6.0.0 (2024-06-17)
⚠ BREAKING CHANGES
- Drop Node.js < 18.19.0 support
the core part of eggjs/egg#3644
Breaking changes:
- Drop Node.js < 18.19.0 support
- Drop generator function support
- loader functions change to async function
Features
- export asyncLocalStorage instance to global (#267) (910fe85)
- support cjs and esm both (#265) (fed5f35)