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: paulmillr/chokidar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0
Choose a base ref
...
head repository: paulmillr/chokidar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.1
Choose a head ref
  • 19 commits
  • 7 files changed
  • 4 contributors

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    d75ef42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1349 from benmccann/patch-1

    fix: allow second argument to be `undefined`
    paulmillr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9d87bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87e0740 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1352 from benmccann/ignored-types

    fix: update types for ignored option
    paulmillr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d70bd87 View commit details
    Browse the repository at this point in the history
  5. Add v4 migration guide

    paulmillr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    629b049 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Improve docs

    paulmillr committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    694418d View commit details
    Browse the repository at this point in the history
  2. readme

    paulmillr committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e1ebba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. chore: run npm audit fix

    benmccann committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1612ae3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1354 from benmccann/npm-audit-fix

    chore: run npm audit fix
    paulmillr authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    27fc5c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    f4d8ad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1356 from talentlessguy/remove-type-fromjsdoc

    fix: remove jsdoc types and improve internal types
    paulmillr authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9b15d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: remove fsevents from docs and JSDoc

    Removes `fsevents` from the current documentation and the JSDoc/types.
    43081j committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bad7dce View commit details
    Browse the repository at this point in the history
  2. fix: always return promise in close() (#1359)

    Updates the `close` method to always return a `Promise` rather than
    having a mixed return type.
    
    We do not need to check `closed` since we only care if the close
    logic/promise has already started, so switching the condition should be
    enough.
    43081j authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    95aa953 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1360 from paulmillr/fseventsless

    fix: remove fsevents from docs and JSDoc
    paulmillr authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4242091 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. improve internal types a little bit (#1363)

    * improve internal types a little bit
    
    * more type improvements
    
    * improve map and set types
    
    * fmt
    
    * type timeouts
    
    * improve `setFsWatchFileListener` arg types
    talentlessguy authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bf65c94 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Update license year

    paulmillr committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    66a96ff View commit details
    Browse the repository at this point in the history
  2. Remove changelog md

    paulmillr committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8f9f136 View commit details
    Browse the repository at this point in the history
  3. README

    paulmillr committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    812cf64 View commit details
    Browse the repository at this point in the history
  4. Release 4.0.1.

    paulmillr committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8c3479f View commit details
    Browse the repository at this point in the history
Loading