Changelog of @hackage/filepath-bytestring 1.4.2.1.4

filepath-bytestring (1.4.2.1.4) unstable; urgency=medium

  • Added splitSearchPath and getSearchPath.
  • Fix bug in makeRelative, caught by test suite.
  • Added quickcheck tests for equalFilePath and makeRelative.

-- Joey Hess id@joeyh.name Wed, 01 Jan 2020 11:58:31 -0400

filepath-bytestring (1.4.2.1.3) unstable; urgency=medium

  • Added equalFilePath.
  • Added makeRelative.

-- Joey Hess id@joeyh.name Mon, 30 Dec 2019 13:07:31 -0400

filepath-bytestring (1.4.2.1.2) unstable; urgency=medium

  • Fix build with ghc 8.0 (pre-Semigroup Monoid transition)

-- Joey Hess id@joeyh.name Mon, 30 Dec 2019 12:18:15 -0400

filepath-bytestring (1.4.2.1.1) unstable; urgency=medium

  • When running on Windows, RawFilePath is assumed to be encoded with UTF-8, rather than the windows default of UTF-16. This lets the user use OverloadedStrings for RawFilePaths embedded in their code.
  • Added two conversion functions, encodeFilePath and decodeFilePath.
  • Added normalise.
  • Optimise with -O2, a benchmark shows that improves the speed of </> by around 7%.
  • Inline </>, which speeds it up by around 3%.

-- Joey Hess id@joeyh.name Wed, 18 Dec 2019 13:42:16 -0400

filepath-bytestring (1.4.2.1.0) unstable; urgency=medium

  • Initial release, based on filepath 1.4.2.1.

-- Joey Hess id@joeyh.name Tue, 10 Dec 2019 15:21:14 -0400