directory v1.3.0.0 Release Notes

Release Date: 2016-12-01 // over 7 years ago
    • [breaking] Drop trailing slashes in canonicalizePath (#63)

    • [deprecation] Rename isSymbolicLink to pathIsSymbolicLink. The old name will remain available but may be removed in the next major release. (#52)

    • Changed canonicalizePath to dereference symbolic links even if it points to a file and is not the last path segment

    • On Windows, canonicalizePath now canonicalizes the letter case too

    • On Windows, canonicalizePath now also dereferences symbolic links

    • When exceptions are thrown, the error location will now contain additional information about the internal function(s) used.