Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eggjs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: eggjs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 13, 2023

  1. feat: support show app.timing in timline string (#260)

    ```bash
    egg start timeline:
    ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ [289ms] - #0 Process Start
                      ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ [510ms] - #1 Application Start
                      ▇ [2ms] - #2 Load Plugin
                      ▇ [1ms] - #3 Load Config
                      ▇ [0ms] - #4 Require(0) ~/eggjs/egg-core/test/fixtures/egg/config/config.default.js
                      ▇ [0ms] - #5 Require(1) ~/eggjs/egg-core/test/fixtures/egg/config/config.unittest.js
                      ▇ [0ms] - #6 Load extend/application.js
                      ▇ [0ms] - #7 Require(2) ~/eggjs/egg-core/test/fixtures/egg/app/extend/application.js
                      ▇ [1ms] - #8 Load extend/context.js
                      ▇ [0ms] - #9 Load extend/request.js
                      ▇ [0ms] - #10 Load extend/response.js
                      ▇ [1ms] - #11 Load app.js
                      ▇ [0ms] - #12 Require(3) ~/eggjs/egg-core/test/fixtures/egg/node_modules/session/app.js
                      ▇ [0ms] - #13 Require(4) app.js
                      ▇▇▇▇▇▇ [101ms] - #14 readyCallback in a
                      ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ [501ms] - #15 readyCallback in b
                      ▇ [4ms] - #16 Load Middleware
                      ▇ [4ms] - #17 Load "middlewares" to Application
                      ▇ [2ms] - #18 Load Service
                      ▇ [2ms] - #19 Load "service" to Context
                      ▇ [0ms] - #20 Load Controller
                      ▇ [0ms] - #21 Load "controller" to Application
                      ▇ [0ms] - #22 Load Router
    ```
    fengmk2 authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5b7af12 View commit details
    Browse the repository at this point in the history
  2. Release 5.3.0

    [skip ci]
    
    ## [5.3.0](v5.2.0...v5.3.0) (2023-01-13)
    
    ### Features
    
    * support show app.timing in timline string ([#260](#260)) ([5b7af12](5b7af12)), closes [#0](https://github.com/eggjs/egg-core/issues/0) [#1](#1) [#2](#2) [#3](#3) [#4](#4) [#5](#5) [#6](#6) [#7](#7) [#8](#8) [#9](#9) [#10](#10) [#11](#11) [#12](#12) [#13](#13) [#14](#14) [#15](#15) [#16](#16) [#17](#17) [#18](#18) [#19](#19) [#20](#20) [#21](#21) [#22](#22)
    semantic-release-bot committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5cc4023 View commit details
    Browse the repository at this point in the history
Loading