8000 Comparing v5.0.0...v6.0.0 · eggjs/mysql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
8000
...
head repository: eggjs/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.0
Choose a head ref
  • 2 commits
  • 53 files changed
  • 2 contributors

Commits on Mar 23, 2025

  1. feat: support cjs and esm both by tshy (#33)

    BREAKING CHANGE: drop Node.js < 18.19.0 support and only support egg>=4
    
    part of eggjs/egg#3644
    
    eggjs/egg#5257
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Refined MySQL plugin integration with improved lifecycle management
    and simplified singleton access.
    - Added a ready-to-use Docker Compose setup for local MySQL development.
    
    - **Documentation**
    - Updated all documentation with the new package name (@eggjs/mysql) and
    revised usage examples for clarity.
    
    - **Chores**
      - Enhanced package metadata and dependency management.
      - Updated CI configuration to support Node.js versions 18, 20, and 22.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    dfdaa74 View commit details
    Browse the repository at this point in the history
  2. Release 6.0.0

    [skip ci]
    
    ## [6.0.0](v5.0.0...v6.0.0) (2025-03-23)
    
    ### ⚠ BREAKING CHANGES
    
    * drop Node.js < 18.19.0 support and only support egg>=4
    
    part of eggjs/egg#3644
    
    eggjs/egg#5257
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Refined MySQL plugin integration with improved lifecycle management
    and simplified singleton access.
    - Added a ready-to-use Docker Compose setup for local MySQL development.
    
    - **Documentation**
    - Updated all documentation with the new package name (@eggjs/mysql) and
    revised usage examples for clarity.
    
    - **Chores**
      - Enhanced package metadata and dependency management.
      - Updated CI configuration to support Node.js versions 18, 20, and 22.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ### Features
    
    * support cjs and esm both by tshy ([#33](#33)) ([dfdaa74](dfdaa74))
    semantic-release-bot committed Mar 23, 2025
    Configuration menu
    Copy the full SHA
    076ea56 View commit details
    Browse the repository at this point in the history
Loading
0