The Wayback Machine - https://web.archive.org/web/20220822162042/https://github.com/eggjs/egg/commits/master
Skip to content
Permalink
master
Switch branches/tags

Commits on Aug 22, 2022

  1. Release 3.0.0 (#4999)

    closes #4998
    fengmk2 committed Aug 22, 2022

Commits on Jun 4, 2022

Commits on Apr 27, 2022

  1. chore: fix some comments (#4937)

    Fixture for some English comments in syntax.
    
    Co-authored-by: Maledong <maledong_github@outlook.com>
    MaledongGit and Maledong committed Apr 27, 2022
  2. chore: remove git.io (#4940)

    All links on git.io will stop redirecting after April 29, 2022.
    
    - https://github.blog/changelog/2022-04-25-git-io-deprecation/
    renbaoshuo committed Apr 27, 2022

Commits on Apr 23, 2022

Commits on Apr 22, 2022

  1. chore: package upgrade and unittest fixture (#4933)

    1. Upgrade @umijs/preset-react from 1.xx to 2.xx.
    2. Use 'Buffer.alloc' instead of 'new Buffer()'.
    3. Add 'dependabot.yml'to upgrade the related packages automatically.
    
    Co-authored-by: Maledong <maledong_github@outlook.com>
    MaledongGit and Maledong committed Apr 22, 2022

Commits on Mar 8, 2022

  1. docs: enhance (#4884)

    - rename docs to site
    - use dumi-theme-egg instead of local theme
    
    Co-authored-by: Jeff Jing <zgayjjf@qq.com>
    thonatos and zgayjjf committed Mar 8, 2022

Commits on Feb 16, 2022

  1. docs: update node version (#4886)

    Co-authored-by: liuxin17 <liuxin17@shein.com>
    lxinr and liuxin17 committed Feb 16, 2022

Commits on Feb 12, 2022

  1. docs: update https://registry.npm.taobao.org to https://registry.npmm…

    …irror.com (#4881)
    
    Co-authored-by: NPM Mirror Bot <npmmirror@localhost>
    npmmirror and NPM Mirror Bot committed Feb 12, 2022

Commits on Feb 11, 2022

  1. docs: dumi (#4879)

    * feat(docs): use dumi to build docs
    
    * chore(docs): remove doctools & ignore dist
    
    * chore(docs): use github action to deploy docs
    
    * test(docs): skip doc tests
    
    * docs: support jsdoc
    
    * docs: remove title in community
    
    * docs: update readme banner src
    thonatos committed Feb 11, 2022
  2. docs (sequelize): Changed config.sequelize to exports.sequelize i…

    …n configuration part (#4873)
    xsjcTony committed Feb 11, 2022
  3. docs: Add license scan report and status (#4880)

    Signed off by: fossabot <badges@fossa.com>
    fossabot committed Feb 11, 2022

Commits on Dec 5, 2021

  1. Release 2.33.0

    fengmk2 committed Dec 5, 2021
  2. feat: support better logger timer in precise milliseconds (#4806)

    detail see eggjs/egg-logger#74
    
    How to use:
    
    ```js
    // config.js
    
    exports.logger = {
      enablePerformanceTimer: true,
    };
    ```
    fengmk2 committed Dec 5, 2021

Commits on Nov 15, 2021

  1. Release 2.32.0 (#4796)

    atian25 committed Nov 15, 2021

Commits on Nov 10, 2021

Commits on Oct 20, 2021

  1. Release 2.31.0 (#4779)

    killagu committed Oct 20, 2021

Commits on Oct 18, 2021

  1. feat(config): support ssrf field in security config. (#4778)

    * feat(config): support ssrf field in security
    
    * test(core): add config.security.ssrf test case.
    JasinYip committed Oct 18, 2021
Older