You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ All notable changes to this project will be documented in this file.
10
10
11
11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
12
13
+
## [1.8.0] - 2025-05-31
14
+
### Added
15
+
-[#87](https://github.com/ForNeVeR/TruePath/issues/87): all the path types are now `IComparable<Self>`. Thanks to @alvkn!
16
+
-`IPath<TPath>` generic interface now supports a `Create` method to create a path from its string representation. Thanks to @alvkn!
17
+
-[#120](https://github.com/ForNeVeR/TruePath/issues/120): a new method on paths, `ChangeExtension`. Thanks to @alvkn!
18
+
19
+
### Fixed
20
+
-[#134](https://github.com/ForNeVeR/TruePath/issues/134): path normalization fails when input has both dot folders and file extension. Thanks to @maxkatz6 and @kant2002 for a detailed report and a fix!
21
+
13
22
## [1.7.0] - 2025-04-18
14
23
### Added
15
24
- A new package, **TruePath.SystemIo**, with adapter for `System.IO` types.
@@ -148,4 +157,5 @@ This is the first published version of the package. It doesn't contain any featu
0 commit comments