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

Commits on Jun 17, 2024

  1. feat: support @eggjs/core next version (#21)

    BREAKING CHANGE: drop Node.js < 18.19.0 support
    
    eggjs/egg#5257
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced new utility functions for resolving and importing modules
    with support for CommonJS and ESM formats.
    - Added new test fixtures for CommonJS and ESM modules to validate
    module import functionality.
    
    - **Refactor**
    - Updated import statements to include file extensions (`.js`) for
    consistency and compatibility.
    	- Refactored code to use async/await for asynchronous operations.
    	- Improved path handling in tests with helper functions.
    
    - **Documentation**
    - Updated `package.json` with new scripts, dependencies, and module
    management configurations.
    
    - **Chores**
    - Enhanced `.gitignore` to exclude `.tshy*` files and `dist/` directory.
    	- Modified GitHub Actions workflows for Node.js and release processes.
    
    - **Tests**
    	- Added tests for new module import functions.
    	- Updated existing tests to reflect new import paths and async changes.
    
    - **Configuration**
    - Updated `tsconfig.json` for stricter TypeScript settings and modern
    module resolution.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a37968c View commit details
    Browse the repository at this point in the history
  2. Release 4.0.0

    [skip ci]
    
    ## [4.0.0](v3.0.1...v4.0.0) (2024-06-17)
    
    ### ⚠ BREAKING CHANGES
    
    * drop Node.js < 18.19.0 support
    
    eggjs/egg#5257
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced new utility functions for resolving and importing modules
    with support for CommonJS and ESM formats.
    - Added new test fixtures for CommonJS and ESM modules to validate
    module import functionality.
    
    - **Refactor**
    - Updated import statements to include file extensions (`.js`) for
    consistency and compatibility.
    	- Refactored code to use async/await for asynchronous operations.
    	- Improved path handling in tests with helper functions.
    
    - **Documentation**
    - Updated `package.json` with new scripts, dependencies, and module
    management configurations.
    
    - **Chores**
    - Enhanced `.gitignore` to exclude `.tshy*` files and `dist/` directory.
    	- Modified GitHub Actions workflows for Node.js and release processes.
    
    - **Tests**
    	- Added tests for new module import functions.
    	- Updated existing tests to reflect new import paths and async changes.
    
    - **Configuration**
    - Updated `tsconfig.json` for stricter TypeScript settings and modern
    module resolution.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ### Features
    
    * support @eggjs/core next version ([#21](#21)) ([a37968c](a37968c))
    semantic-release-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    85555be View commit details
    Browse the repository at this point in the history
Loading