Skip to content

gix-features v0.43.0

Compare
Choose a tag to compare
@Byron Byron released this 15 Jul 03:40
· 56 commits to main since this release
5a919c4

New Features (BREAKING)

  • walkdir_sorted_new adds max_depth parameter
    max_depth parameter determines the maximum depth the WalkDir will
    recurse into.

    Example values:

    • 0 -> Returns only the root path with no children.
  • 1 -> Returns the root path, with children.
  • 2..n -> Returns the root path, children and {n}-grandchildren

Commit Statistics

  • 11 commits contributed to the release over the course of 79 calendar days.
  • 79 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update changelogs prior to release (65037b5)
    • Merge pull request #2061 from orthros/pseudo-refs (60c29a5)
    • Refactor (43f92b5)
    • Walkdir_sorted_new adds max_depth parameter (6c77b54)
    • Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
    • Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
    • Merge pull request #2062 from rickprice/minor_documentation_fixups (c2eb0c1)
    • Small documentation fixes (bfb1c34)
    • Merge pull request #2033 from GitoxideLabs/dependabot/cargo/cargo-b72232998d (f8d7c0a)
    • Bump the cargo group with 56 updates (151e3a5)
    • Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)