Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 17:14
· 4 commits to master since this release

6.0.0 (2024-06-17)

⚠ BREAKING CHANGES

  • Drop Node.js < 18.19.0 support

#264

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

Bug Fixes