All Versions
109
Latest Version
Avg Release Cycle
45 days
Latest Release
547 days ago

Changelog History
Page 9

  • v1.3.0 Changes

    May 11, 2017

    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

  • v1.2.1 Changes

    May 04, 2017

    Notable changes

    • fix
      • loadPlugin can be extended

    Commits

  • v1.2.0 Changes

    April 28, 2017

    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

  • v1.1.0 Changes

    April 11, 2017

    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

  • v1.0.0 Changes

    March 21, 2017

    🚀 Release the first stable version :egg: :clap::clap::clap:

    Commits

  • v1.0.0-rc.3 Changes

    March 10, 2017
    • docs: fix doc scroll bug (#532)
    • test: fix development test (#546)
    • doc: add Algolia docsearch (#542)
    • feat: [BREAKING_CHANGE] override array when load config (#522)
    • docs: fix cookie example (#533)
    • feat: ignore types when dump (#518)
    • docs: rotate csrf token (#520)
    • refactor: [BREAKING CHANGE] remove userservice and userrole (#527)
    • refactor: [BREAKING_CHANGE] remove default validate plugin (#526)
    • docs: fix doc build (#524)
    • docs: fix middleware typo (#519)
    • docs(quickstart): fix keys again (#515)
    • docs(quickstart): fix keys (#511)
    • docs: add cookie and session (#510)
    • docs: fix html closing tag in quickstart (#512)
    • docs: quickstart tip (#502)
    • docs: add English version of egg and koa (#490)
    • feat: remove default customEgg (#487)
    • doc: add the view config for the egg-view-nunjucks (#496)
    • test: add qs security test cases (#491)
    • docs: remove meaningless word (#488)
  • v1.0.0-rc.2 Changes

    March 01, 2017
    • deps: upgrade egg-session@2 to support external session store (#480)
    • docs: fix view plugin config at quickstart (#482)
    • docs: update document for view that using egg-view (#475)
    • docs: add config merge to faq (#478)
    • docs(doc): add english version of "what is egg" (#462)
    • docs: fix deployment link (#473)
    • docs: add document for deployment (#448)
    • test: travis test on node 8 using nightly building (#464)
    • docs: seperate cluster-and-ipc and cluster-client (#441)
    • docs: fixed typos 'BS' (#461)
    • docs: fixed spelling mistake (#460)
    • test: disable error log to stderr (#453)
    • docs: fix async-function demo link (#457)
    • feat: throw if config.keys not exists when access app.keys (#443)
    • docs: add year to licence && mysql docs (#447)
    • feat: extend runInBackground on application (#442)
  • v1.0.0-rc.1 Changes

    February 23, 2017
    • feat: [BREAKING_CHANGE] reimplement view, use egg-view plugin (#402)
    • fix: listen CookieLimitExceed in app (#429)
    • fix: close gracefully (#419)
    • docs: correct spelling mistake (#424)
    • feat: log error when cookie value's length exceed the limit (#418)
    • docs: Update mysql.md (#422)
    • docs: add more complete example code for quickstart (#412)
    • fix: deprecate warning when inspect & toJSON (#408)
    • docs: should listen egg-ready using messenger (#406)
    • docs: correct english description at README (#400)
    • docs: fix character type error and link reference error (#396)
    • docs: add csrf to faq (#393)
    • fix: keep unhandledRejectionError err object stack (#390)
    • docs: use compress replace bodyparser for example (#391)
    • docs: add directory structure (#383)
    • docs: add api-doc (#369)
    • docs: how to use koa's middleware (#386)
    • feat: dump config both after loaded and ready (#377)
    • docs: fix filename in config.md (#376)
    • docs: add plugin dep name description (#374)
    • docs: update version automatically (#367)
    • doc: add pm2 faq (#370)
    • docs: fix jsonp config in controller.md (#372)
    • feat: [BREAKING_CHANGE] remove notfound.enableRedirect (#368)
    • docs: add resource page (#364)
    • docs: add config result description (#365)
    • deps: upgrade egg-mock (#362)
    • docs: english wip description & remove unuse file (#361)
    • docs: add tutorials index & fix async (#359)
  • v0.12.0 Changes

    February 12, 2017
    • docs: fix async link (#357)
    • docs: add async await (#349)
    • docs: typo Github > GitHub (#356)
    • docs: update site style (#340)
    • deps: upgrade egg-core (#350)
    • docs: add description to config/env file (#348)
    • docs: add APIClient concept to cluster doc (#344)
    • test: add async test case (#339)
    • feat: view base promise to support async function (#343)
    • feat: curl return promise (#342)
    • test: add class style controller tests (#336)
    • docs: add cnzz (#335)
    • test: improve coverage to 100% (#333)
    • docs: update egg-and-koa with async function (#334)
    • fix: remove tair and hsf (#332)
    • docs: quickstart - use controller class (#329)
  • v0.11.0 Changes

    February 07, 2017
    • feat: remove overrideMethod middleware (#324)
    • feat: remove worker client, use app.cluster (#282)
    • chore(scripts): Add PATH to find hexo (#327)
    • docs: fix quickstart example code (#326)
    • chore(scripts): deploy document by travis (#325)
    • docs: add httpclient tracer demo and docs (#313)
    • feat: close cluster clients before app close (#310)
    • test: mv benchmark to eggjs/benchmark (#320)
    • docs: document for plugin.{env}.js and the reason of plugin name (#321)
    • docs: add sigleton in plugin.md (#316)
    • docs: plugin and framework list use github tags (#318)
    • docs: remove outdated docs (#319)
    • docs: controller support class and refactor jsonp (#314)
    • docs: add more details about csrf (#315)