Skip to content

TruePath v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 20:31
· 338 commits to main since this release

Added

  • New types:
    • LocalPath for paths that may be either absolute or relative, and stored in a normalized way;
    • AbsolutePath for paths that are guaranteed (checked) to be absolute;
    • LocalPathPattern (for paths including wildcards; note this is a marker type that doesn't offer any advanced functionality over the contained string).
  • New static classes:
    • PathStrings for path normalization (see the type's documentation on what exactly we consider as normalization).