egg

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

MIT License

Downloads
93.4K
Stars
18.8K
Committers
220

Bot releases are hidden (Show)

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

Published by atian25 almost 7 years ago

Notable changes

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

Commits

egg - 2017-10-24, Version 1.10.0, @popomore

Published by popomore almost 7 years ago

Notable changes

  • feature
    • add Subscription @popomore
  • document
    • multipart example @dead-horse
    • fix document @atian25 @beilunyang
    • improve schedule document @atian25

Commits

egg - 2017-09-25, Version 1.9.0, @gxcsoccer

Published by atian25 about 7 years ago

Notable changes

  • feature
    • make cluster client configurable in egg
    • don’t force logger to use INFO level in prod
  • document
    • correct sample codes, by @Jawnkuin
    • fix devtools debug, by @atian25
    • adjust debug docs with new egg-bin debug, by @atian25
    • fix port should be number, @atian25

Commits

egg - 2017-07-19, Version 1.6.1, @fengmk2

Published by popomore about 7 years ago

Notable changes

  • fix
    • make sure config.httpclient.httpAgent.timeout >= 30000, and distinguish
      options: request, httpAgent and httpsAgent on config.httpclient.

Commits

egg - 2017-07-27, Version 1.7.0, @popomore

Published by popomore about 7 years ago

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

egg - 2017-07-04, Version 1.6.0, @fengmk2

Published by atian25 over 7 years ago

Notable changes

  • feature
    • tsd add ctx.logger and logger.error support Error object
    • ignore any key contains "secret" on dump config files
    • show who define the property of the config on run/application_config_meta.json
  • fix
    • don't cache the intermediate locals for application

Commits

egg - 2017-06-21, Version 1.5.0, @fengmk2

Published by fengmk2 over 7 years ago

Notable changes

  • feature
    • better TypeScript support, add index.d.ts file.
    • enable overrideMethod middleware by default.
  • document
    • Documents improved.

Commits

egg - 2017-03-21, Version 1.0.0, @popomore

Published by popomore over 7 years ago

Release the first stable version 🥚 👏👏👏

Commits

egg - 2017-04-11, Version 1.1.0, @fengmk2

Published by popomore over 7 years ago

Notable changes

  • document
    • Lots of documents improve and typo fixes. Thanks @lslxdx, @zhennann, @dotnil, @no7dw, @cuyl, @Andiedie, @kylezhang,
      @SF-Zhou, @yandongxu, @jemmyzheng, @Carrotzpc, @zbinlin, @OneNewLife, @monkindey, @simman,
      @demohi, @xwang1024 and @davidnotes
  • feature
    • warn if some confused configurations exist in config #637
    • use extend2 instead of extend to support Array config value #674
    • expose context base classes on Application instance, make app or framework override context extend more easily #737
    • expose egg.Controller and egg.Service #741
  • fix

Commits

egg - 2017-04-28, Version 1.2.0, @popomore

Published by popomore over 7 years ago

Notable changes

  • document
    • Documents improved, Thanks @Rwing, @bingqichen, @okoala, @binsee, @lslxdx
  • feature
    • Move BaseContextClass to egg and add BaseContextLogger #816
    • Remove logger config in local environment #695

Commits

egg - 2017-05-04, Version 1.2.1, @popomore

Published by popomore over 7 years ago

Notable changes

  • fix
    • loadPlugin can be extended

Commits

egg - 2017-05-11, Version 1.3.0, @fengmk2

Published by popomore over 7 years ago

Notable changes

  • document
    • Documents improved. Thanks @Rwing, @lslxdx, @solarhell, @magicdawn
    • API document is out https://eggjs.org/api/
  • refactor
    • Set coreLogger's consoleLevel to WARN in local env

Commits

egg - 2017-05-28, Version 1.4.0, @dead-horse

Published by popomore over 7 years ago

Notable changes

  • feature

    • use lru to aovid oom when httpclient dns cache enabled
  • fix

    • fix port is missed when httpclient dns cache enabled
    • fix request url object will be changed when httpclient dns cache enabled
    • set maxSockets defautl value to Number.MAX_SAFE_INTEGER
  • document

    • Documents improved. Thanks @DarrenWong, @zousandian, @lslxdx, @Azard, @johnnychen, @coogleyao, @DanielWLam, @m31271n, @Brian175

Commits