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: node-modules/utility
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: node-modules/utility
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 18, 2024

  1. feat: support promise with timeout (#64)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Added support for Node.js version 23.
    	- Introduced a new workflow for automating project publishing.
    - New `TimeoutError` class and timeout handling functions
    (`promiseTimeout`, `runWithTimeout`) for better asynchronous control.
    - Updated the README with new examples and a section on
    `runWithTimeout`.
    
    - **Bug Fixes**
    	- Improved clarity and consistency in usage examples in the README.
    
    - **Documentation**
    	- Added a badge for Node.js version in the README.
    	- Updated import statements in usage examples for consistency.
    
    - **Chores**
    	- Updated package version and added a new development dependency.
    	- Modified script to include linting before publishing.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    bc3e168 View commit details
    Browse the repository at this point in the history
  2. Release 2.3.0

    [skip ci]
    
    ## [2.3.0](v2.2.0...v2.3.0) (2024-12-18)
    
    ### Features
    
    * support promise with timeout ([#64](#64)) ([bc3e168](bc3e168))
    semantic-release-bot committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    153e3ff View commit details
    Browse the repository at this point in the history
Loading