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: midwayjs/midway
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Choose a base ref
...
head repository: midwayjs/midway
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.3
Choose a head ref
  • 14 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 22, 2019

  1. chore(boilerplate): update eslint rule for midway-ts-strict

    set "@typescript-eslint/no-unused-vars" to off, due to tsconfig.json noUnusedLocals is true
    waitingsong committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    6acc524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8c145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dba1f6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b484ad View commit details
    Browse the repository at this point in the history
  5. chore(boilerplate): debug test with vscode for midway-ts-strict

    Debug test with config file test/tsconfig.json with vscode
    
    **Note**: you should stop (Shift+F5) the debugging manually after end of the test, as this #282
    waitingsong committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    15c440c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc0bbac View commit details
    Browse the repository at this point in the history
  7. chore(boilerplate): update deps.typescript to ^v3.4.0

    for usage of "--incremental"
    waitingsong committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    a55f06b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Merge pull request #292 from waitingsong/boilerplate

    Update and fix boilerplates
    czy88840616 authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1b4dcde View commit details
    Browse the repository at this point in the history
  2. fix(boilerplate): update nodejs requirement for all boilerplate

    Update pkg.engines.node requirement to >=10.16.0  (#279)
    waitingsong committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1602d3a View commit details
    Browse the repository at this point in the history
  3. fix(boilerplate): update deps for all boilerplate

    - ts-node to ^8.3.0
    - typescript to ^3.5.0
    waitingsong committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    4a015e7 View commit details
    Browse the repository at this point in the history
  4. fix(boilerplate): sync configurations for all boilerplate

    for vscode and tsc
    waitingsong committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e73ae35 View commit details
    Browse the repository at this point in the history
  5. fix(boilerplate): update deps @types/mocha for all boilerplate

    @types/mocha to ^6.0.0 according to egg-bin
    waitingsong committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    d84cde1 View commit details
    Browse the repository at this point in the history
  6. fix(boilerplate): update pkg.engines.node requirement (#293)

    fix(boilerplate): update pkg.engines.node requirement
    czy88840616 authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    e830be7 View commit details
    Browse the repository at this point in the history
  7. v1.10.3

    czy88840616 committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    11e3322 View commit details
    Browse the repository at this point in the history
Loading