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.3.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.4.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 22, 2024

  1. feat: support fs.exists async function (#65)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Added a badge in the `README.md` to welcome pull requests.
    - Introduced a new asynchronous function `exists` to check for file
    existence.
    - Expanded the module's public API by exporting all functionalities from
    the `fs.js` module.
    
    - **Tests**
    - Added unit tests for the `exists` function, covering various scenarios
    including file existence checks and error handling.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    eb95f36 View commit details
    Browse the repository at this point in the history
  2. Release 2.4.0

    [skip ci]
    
    ## [2.4.0](v2.3.0...v2.4.0) (2024-12-22)
    
    ### Features
    
    * support fs.exists async function ([#65](#65)) ([eb95f36](eb95f36))
    semantic-release-bot committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    d610387 View commit details
    Browse the repository at this point in the history
Loading