Releases: dennisdoomen/pathy
Releases · dennisdoomen/pathy
1.3.0
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
- Added logos and icons by @dennisdoomen in #33
Full Changelog: 1.2.1...1.3.0
1.2.1
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
What's Changed
Improvements
- Avoid string allocation for VolumeSeparatorChar check by @SimonCropp in #17
- Remove redundant default DocumentationFile paths by @SimonCropp in #15
- Use pattern match in extensions by @danielmarbach in #22
- Readonly record struct by @danielmarbach in #23
- Nullable properties returning ChainablePath now return ChainablePath.Empty by @dennisdoomen in #27
Fixes
- Fixed a compile error in the StringExtensions class declaration. by @dennisdoomen in #26
Others
- Bump Meziantou.Analyzer and Microsoft.NETFramework.ReferenceAssemblies by @dependabot in #12
- Updated docs on how to use Pathy by @dennisdoomen in #14
- Bump Verify.Xunit from 29.5.0 to 30.0.0 by @dependabot in #19
- Fixed small typo in README.md by @wattengard in #21
New Contributors
- @dependabot made their first contribution in #12
- @SimonCropp made their first contribution in #17
- @wattengard made their first contribution in #21
- @danielmarbach made their first contribution in #22
Full Changelog: 1.0.0...1.2.0
1.0.0
What's Changed
Others
- First version by @dennisdoomen in #6
- Updates to the read-me by @dennisdoomen in #13
New Contributors
- @dennisdoomen made their first contribution in #6
Full Changelog: https://github.com/dennisdoomen/pathy/commits/1.0.0