Skip to content

Releases: eggjs/core

v6.2.4

20 Dec 06:49
Compare
Choose a tag to compare

6.2.4 (2024-12-20)

Bug Fixes

  • separte agent and application start time (#278) (6852046)

This release is also available on:

v6.2.3

19 Dec 13:42
Compare
Choose a tag to compare

6.2.3 (2024-12-19)

Bug Fixes


This release is also available on:

v6.2.2

19 Dec 09:40
Compare
Choose a tag to compare

6.2.2 (2024-12-19)

Bug Fixes


This release is also available on:

v6.2.1

18 Dec 14:16
Compare
Choose a tag to compare

6.2.1 (2024-12-18)

Bug Fixes

  • improve lifecycle deprecated message (#275) (ff906ee)

v6.2.0

18 Dec 05:32
Compare
Choose a tag to compare

6.2.0 (2024-12-18)

Features

  • support file returning async functions when loading it (#272) (cb48d0e)

This release is also available on:

v6.1.0

17 Dec 05:34
Compare
Choose a tag to compare

6.1.0 (2024-12-17)

Features

  • support pkg.eggPlugin.exports property (#274) (df9efed)

This release is also available on:

v6.0.3

13 Dec 03:23
Compare
Choose a tag to compare

6.0.3 (2024-12-13)

Bug Fixes


This release is also available on:

v6.0.2

30 Jun 15:36
Compare
Choose a tag to compare

6.0.2 (2024-06-30)

Bug Fixes


This release is also available on:

v6.0.1

23 Jun 13:56
Compare
Choose a tag to compare

6.0.1 (2024-06-23)

Bug Fixes


This release is also available on:

v6.0.0

17 Jun 17:14
Compare
Choose a tag to compare

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