Skip to content

Releases: dennisdoomen/pathy

1.7.1

26 Oct 12:48

Choose a tag to compare

What's Changed

Fixes

Others

  • Bump the minor-and-patch-updates group with 2 updates by @dependabot[bot] in #90

Full Changelog: 1.7.0...1.7.1

1.7.0

19 Oct 10:22

Choose a tag to compare

What's Changed

Improvements

  • Prevent debuggers from stepping into Pathy code by @dennisdoomen in #88
  • Allow using .. (range operator) as a means to refer to the parent directory by @dennisdoomen in #89

Fixes

  • Fix to hide the Pathy.Globbing code from appearing in the consuming project by @dennisdoomen in #87

Others

Full Changelog: 1.6.0...1.7.0

1.6.0

11 Oct 19:50
abcf717

Choose a tag to compare

What's Changed

Improvements

  • Add LastWriteTimeUtc property to ChainablePath by @Copilot in #74
  • Add collection operations for DeleteFileOrDirectory and MoveFileOrDirectory by @Copilot in #77
  • Add GlobFiles overload to support multiple glob patterns by @Copilot in #79
  • Add case-insensitive HasName() method by @Copilot in #76
  • Add ResolveFile extension method for flexible file path resolution by @Copilot in #75

Fixes

  • Fixed a compile-time conflict when using Pathy.Globbing in multiple projects by @dennisdoomen in #80

New Contributors

  • @Copilot made their first contribution in #59

Full Changelog: 1.5.0...1.6.0

1.5.0

17 Aug 07:32

Choose a tag to compare

What's Changed

Improvements

  • Ensure that internal code is never exposed through InternalsVisibleTo by @dennisdoomen in #54

Full Changelog: 1.4.0...1.5.0

1.4.0

12 Aug 07:10

Choose a tag to compare

What's Changed

Improvements

  • Added FindFirst to find the first file or directory matching a specification by @dennisdoomen in #50
  • Add FindParentWithFileMatching to find the closest parent directory containing a file matching wildcards by @dennisdoomen in #51
  • Added Null and IsNull to eventually replace Empty by @dennisdoomen in #53

Others

Full Changelog: 1.3.0...1.4.0

1.3.0

20 Jul 07:24

Choose a tag to compare

What's Changed

Improvements

  • Added HasExtension to do a case-insensitive check for an extension (ignoring the dot). by @dennisdoomen in #40
  • Allow building an absolute path from a relative one by @dennisdoomen in #41

Others

Full Changelog: 1.2.1...1.3.0

1.2.1

31 May 06:49

Choose a tag to compare

What's Changed

Fixes

  • The source files were not hidden in the consuming project. by @dennisdoomen in #32

Full Changelog: 1.2.0...1.2.1

1.2.0

13 May 06:45

Choose a tag to compare

What's Changed

Improvements

Fixes

  • Fixed a compile error in the StringExtensions class declaration. by @dennisdoomen in #26

Others

New Contributors

Full Changelog: 1.0.0...1.2.0

1.0.0

01 May 17:53

Choose a tag to compare

What's Changed

Others

New Contributors

Full Changelog: https://github.com/dennisdoomen/pathy/commits/1.0.0