All Versions
33
Latest Version
Avg Release Cycle
62 days
Latest Release
1488 days ago

Changelog History
Page 1

  • v1.3.6.1 Changes

    March 01, 2020
    • Relax time version bounds to support 1.10.
  • v1.3.6.0 Changes

    January 01, 2020
    • On non-Windows platforms, getHomeDirectory will fall back to getpwuid_r if HOME is not set. (#102)
  • v1.3.5.0 Changes

    December 01, 2019
  • v1.3.4.0 Changes

    July 01, 2019
    • getXdgDirectory and getXdgDirectoryList on Windows will now respect the XDG environment variables if present. (#95)
  • v1.3.3.2 Changes

    January 01, 2019
    • getXdgDirectory will no longer reject environment variables containing relative paths. (#87)
  • v1.3.3.1 Changes

    August 01, 2018
    • doesDirectoryExist and doesPathExist reject empty paths once again, reversing an undocumented change introduced in 1.3.1.1. (#84)
  • v1.3.3.0 Changes

    June 01, 2018
    • Relax unix version bounds to support 2.8.

    • Relax Win32 version bounds to support 2.8.

    • Use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating symbolic links on Windows, if possible. (#83)

  • v1.3.2.2 Changes

    April 01, 2018
    • Relax base version bounds to support 4.12.
  • v1.3.2.1 Changes

    March 01, 2018
    • Relax Win32 version bounds to support 2.7.
  • v1.3.2.0 Changes

    January 01, 2018
    • Relax time version bounds to support 1.9.

    • Implement getXdgDirectoryList and XdgDirectoryList. (#78)