Skip to content

directory 1.3.8.0

Compare
Choose a tag to compare
@Rufflewind Rufflewind released this 08 Sep 11:37
· 50 commits to master since this release
v1.3.8.0
  • Drop support for base older than 4.11.0.
  • Drop support for filepath older than 1.4.100.
  • Drop support for time older than 1.8.0.
  • Drop support for unix older than 2.8.0.
  • Drop support for Win32 older than 2.13.3.
  • Modules in directory are no longer considered Safe because the System.OsPath dependency is no longer Safe.
  • A new module, System.Directory.OsPath, has been introduced to support AFPP (OsPath and OsString) with an analogous API. The old module, System.Directory, shall be in maintenance mode as new features will no longer be accepted there. (#136)
  • removePathForcibly no longer changes permissions of files on non-Windows systems. (#135)