Skip to content

Releases: haskell/filepath

1.4.300.2

27 Apr 08:33
v1.4.300.2
9b7803e
Compare
Choose a tag to compare
v1.4.300.2

1.4.300.2

1.4.300.1

14 Apr 09:11
v1.4.300.1
c8be0a5
Compare
Choose a tag to compare
v1.4.300.1

Release 1.4.300.1

1.5.2.0

27 Jan 10:43
v1.5.2.0
4dd36ad
Compare
Choose a tag to compare

1.5.2.0 Jan 2024

  • Fix a bug in splitFileName
  • make osp :: QuasiQuoter valid as a pattern wrt #210
  • Add unsafeEncodeUtf from os-string

v1.4.200.1: Release 1.4.200.1

03 Dec 14:05
v1.4.200.1
cdb5171
Compare
Choose a tag to compare
  • Improve deprecation warnings wrt #209

v1.5.0.0

25 Nov 08:32
v1.5.0.0
b55465e
Compare
Choose a tag to compare

1.5.0.0 Nov 2023

  • remove OsString modules

v1.4.200.0

25 Nov 08:31
v1.4.200.0
18c4e3a
Compare
Choose a tag to compare

1.4.200.0 Nov 2023

  • deprecate OsString modules

v1.4.100.3

26 Feb 11:42
Compare
Choose a tag to compare
  • Fix a regression in splitFileName wrt #189

v1.4.100.2

26 Feb 11:43
Compare
Choose a tag to compare
  • Speed up splitFileName, splitExtension, readDriveLetter and various other helpers (up to 20x faster) by @Bodigrim

v1.4.100.1: Release 1.4.100.1

26 Feb 11:43
Compare
Choose a tag to compare
  • Fix regression in System.FilePath.Windows.normalise wrt #187
  • Fix tests on GHC 9.4.4
  • Avoid head and tail

v1.4.100.0: Release 1.4.100.0

26 Feb 11:43
Compare
Choose a tag to compare

Implementation of the Abstract FilePath Proposal
in user-space as a separate type.

Introduction to the new API is explained in this blog post.