Skip to content

Releases: eggjs/egg

2017-12-26, Version 2.2.0, @dead-horse

22 Jan 02:28
0830434
Compare
Choose a tag to compare

Notable changes

  • feature

    • config.meta.logging to enable log every request when recieved
  • document

    • fix some grammars
    • add rule for issue

Commits

2017-12-15, Version 2.1.0, @dead-horse

15 Dec 06:46
3bcf933
Compare
Choose a tag to compare

Notable changes

  • feature

    • add 400 response for broken client request to instead of empty response
    • dump application router json
  • fix

    • fix: run dumpConfig at the last ready callback
  • document

    • migrate docs to egg 2
    • add document for passport

Commits

## 2017-11-20, Version 2.0.0, @dead-horse

21 Nov 03:09
37850d7
Compare
Choose a tag to compare

Notable changes

  • performance

    • By removing the wrapper code of co library, performance increase over 30% (which not include the performance boost coming with Node 8), see #14 and benchmark
  • feature

    • [BREAKING CHANGE] drop node <8 support
    • upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1
    • upgrade built-in plugins to adapt egg@2
    • runInBackground use location as scope name when anonymous
  • fix

    • dump async function as AsyncFunction
  • document

    • migration guide
    • migrate some documents to async function
    • split plugin and plugin development
    • refactor the description about cluster client @vincenthou
    • add document for how to customize error handler
    • translate cookie and session @zhang-z
    • translate basics/schedule.md, thanks @Azard

Commits

2017-11-13, Version 2.0.0-beta.2, @dead-horse

13 Nov 12:29
ab0b5f1
Compare
Choose a tag to compare

Notable changes

  • feature

    • upgrade built-in plugins to adapt egg@2
  • document

    • translate basics/schedule.md, thanks @Azard
    • change quickstart examples to async function
    • add document for how to customize error handler
    • fix typo in async function

Commits

2017-11-09, Version 2.0.0-beta.1, @dead-horse

09 Nov 02:03
858c110
Compare
Choose a tag to compare

Notable changes

  • feature
    • [BREAKING CHANGE] drop node <8 support
    • upgrade to egg-core@4(base on koa 2), but still supports all the usages in egg 1

Commits

2017-11-08, Version 1.11.0, @dead-horse

09 Nov 01:36
b586a23
Compare
Choose a tag to compare

Notable changes

  • feature
    • export global namespace at d.ts @atian25

Commits

2017-11-08, Version 1.10.1, @dead-horse

09 Nov 01:36
Compare
Choose a tag to compare

Notable changes

  • fix
    • use app.options instead of deprecated app._options
  • document
    • translate core/cluster-and-ipc.md, thanks @lslxdx

Commits

2017-10-24, Version 1.10.0, @popomore

24 Oct 05:58
Compare
Choose a tag to compare

Notable changes

Commits

2017-09-25, Version 1.9.0, @gxcsoccer

25 Sep 03:51
Compare
Choose a tag to compare

Notable changes

  • feature
    • make cluster client configurable in egg
    • don’t force logger to use INFO level in prod
  • document

Commits

2017-07-27, Version 1.7.0, @popomore

03 Aug 15:58
Compare
Choose a tag to compare

Notable changes

  • feature
    • Support listen options in config.js
  • improve
    • app.HttpClient can be overwritten
  • document
    • Document improvement
    • English documents have been translated by @gztchan

Commits