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: v6.2.11
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.2.12
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 3, 2025

  1. fix: export EggAppConfig type let plugin can override it (#286)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Type Safety Improvements**
    	- Enhanced type definitions for application configuration
    	- Centralized type management across modules
    	- Introduced more precise type checking for configuration objects
    
    - **Code Structure**
    	- Refactored type imports and exports
    	- Updated case style handling with new enum
    	- Simplified type management in loader components
    
    - **Testing**
    	- Added type exposure tests
    	- Updated test configurations to reflect new type structures
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    62b1f97 View commit details
    Browse the repository at this point in the history
  2. Release 6.2.12

    [skip ci]
    
    ## [6.2.12](v6.2.11...v6.2.12) (2025-01-03)
    
    ### Bug Fixes
    
    * export EggAppConfig type let plugin can override it ([#286](#286)) ([62b1f97](62b1f97))
    semantic-release-bot committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    ca75960 View commit details
    Browse the repository at this point in the history
Loading