Skip to content

Releases: dylni/normpath

1.2.0

17 Feb 18:26
Compare
Choose a tag to compare
  • Added BasePath::is_symlink and BasePath::try_exists
  • Removed unnecessary conversions on Windows now that the "os_str_bytes" feature is stable
  • Increased the minimum supported Rust toolchain version to 1.74.0
  • Bumped dependency versions

1.1.1

31 Mar 20:17
Compare
Choose a tag to compare
  • Bumped dependency versions

1.1.0

29 Jan 16:31
Compare
Choose a tag to compare
  • Implemented Ord for BasePath
  • Bumped dependency versions

1.0.1

17 Dec 16:41
Compare
Choose a tag to compare

1.0.0

10 Dec 19:16
Compare
Choose a tag to compare

0.3.2

06 Jan 22:51
Compare
Choose a tag to compare
  • Added a workaround for a WinAPI bug that caused some paths to be only partially normalized (#5)
    • The partially resolved paths were equivalent but less useful.

0.3.1

11 Oct 03:38
Compare
Choose a tag to compare

0.3.0

30 Mar 04:59
Compare
Choose a tag to compare

0.2.0

15 Jan 04:13
Compare
Choose a tag to compare

0.1.0

09 Nov 05:51
Compare
Choose a tag to compare

Initial release