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: thecodrr/fdir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.3
Choose a base ref
...
head repository: thecodrr/fdir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.4
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    e2d5c86 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Fix hang when crawling root with direct symlinks (#137)

    * fix: add a failing test
    
    * fix: don't slice the root when it's the root directory
    
    * fix: test both `sync` and `withPromise` properly
    
    * chore: revert formatting changes
    pralkarz authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    b2ee512 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. fix: correct #137 hanging the tests on Windows (#139)

    * fix: add a failing test
    
    * fix: don't slice the root when it's the root directory
    
    * fix: test both `sync` and `withPromise` properly
    
    * chore: revert formatting changes
    
    * fix: handle Windows root directories correctly
    
    * chore: revert the formatting change
    
    * chore: revert the formatting change
    
    * chore: re-add the whitespace after the comma
    
    * test: add an assertion to the test
    
    * chore: revert the formatting change (sorry)
    pralkarz authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    65d500b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. chore: add prettier and run format (#140)

    * chore: add prettier and run format
    
    Adds prettier to the project and applies the formatting changes.
    
    * chore: use es5 trailing commas
    43081j authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    6e370b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cc385 View commit details
    Browse the repository at this point in the history
Loading