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.3.1
Choose a base ref
...
head repository: eggjs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 5 commits
  • 185 files changed
  • 2 contributors

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    910fe85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72fafc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. feat: support cjs and esm both (#265)

    BREAKING CHANGE: Drop Node.js < 18.19.0 support
    
    #264
    
    the core part of eggjs/egg#3644
    
    Breaking changes:
    - Drop Node.js < 18.19.0 support
    - Drop generator function support
    - loader functions change to async function
    fengmk2 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fed5f35 View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    fengmk2 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b4f1387 View commit details
    Browse the repository at this point in the history
  3. Release 6.0.0

    [skip ci]
    
    ## [6.0.0](v5.3.1...v6.0.0) (2024-06-17)
    
    ### ⚠ BREAKING CHANGES
    
    * Drop Node.js < 18.19.0 support
    
    #264
    
    the core part of eggjs/egg#3644
    
    Breaking changes:
    - Drop Node.js < 18.19.0 support
    - Drop generator function support
    - loader functions change to async function
    
    ### Features
    
    * export asyncLocalStorage instance to global ([#267](#267)) ([910fe85](910fe85))
    * support cjs and esm both ([#265](#265)) ([fed5f35](fed5f35))
    
    ### Bug Fixes
    
    * use gals lib ([#268](#268)) ([72fafc8](72fafc8))
    semantic-release-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e9e1f0c View commit details
    Browse the repository at this point in the history
Loading