Thanks to visit codestin.com
Credit goes to github.com

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

Commits on Dec 29, 2024

  1. fix: support simple test on normal app (#179)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Added "PRs Welcome" badge to README files.
    	- Added Node.js version badge to Chinese README.
    	- Introduced a simple GET route in the new "helloworld" application.
    	- Established basic configuration for the "helloworld" application.
    	- Created a new `package.json` for the "helloworld" application.
    - Added a test suite for validating the bootstrap functionality of the
    "helloworld" application.
    
    - **Documentation**
    	- Updated README files with project badges.
    
    - **Chores**
    	- Modified test configurations for ESM support.
    	- Updated import paths in type definition files.
    	- Created a new test fixture application "helloworld".
    
    - **Refactor**
    	- Removed `src/index.d.ts` type definitions.
    	- Updated `src/bootstrap.ts` to export app instance.
    	- Modified `src/lib/app_handler.ts` to ensure app return.
    - Refactored test cases in `test/app.test.ts` for improved readability
    and maintainability.
    	- Updated test suite in `test/app_proxy.test.ts` to run all tests.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    3b0957f View commit details
    Browse the repository at this point in the history
  2. Release 6.0.1

    [skip ci]
    
    ## [6.0.1](v6.0.0...v6.0.1) (2024-12-29)
    
    ### Bug Fixes
    
    * support simple test on normal app ([#179](#179)) ([3b0957f](3b0957f))
    semantic-release-bot committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    8f70532 View commit details
    Browse the repository at this point in the history
Loading