Skip to content

Releases: r-lib/fs

v2.0.1

24 Mar 11:00

Choose a tag to compare

Small version bump

v2.0.0

22 Mar 11:29

Choose a tag to compare

Bump version

v1.6.7

05 Mar 22:50

Choose a tag to compare

Fix redirect

fs 1.6.6

12 Apr 12:49

Choose a tag to compare

  • No changes.

fs 1.6.5

30 Oct 11:33

Choose a tag to compare

  • path_ext() and path_ext_remove() return correct extension and path, respectively, when multiple dots are present in file name (@IndrajeetPatil, #452, #453).

  • path_rel() provides an informative error message when multiple starting directory paths are specified (@IndrajeetPatil, #454).

fs 1.6.4

27 Apr 07:21

Choose a tag to compare

  • No changes.

fs 1.6.3

20 Jul 12:16

Choose a tag to compare

  • No user visible changes.

v1.6.2

29 Jun 19:53

Choose a tag to compare

  • path_ext_set() can now handle extensions that contain a ., e.g. csv.gz (@mgirlich, #415).

fs 1.6.1

08 Feb 10:55

Choose a tag to compare

No user visible changes.

fs 1.6.0

01 Feb 18:36

Choose a tag to compare

  • inputs to path_real() and path_join() are coerced to character for consistency with other functions (@raymondben, #370)

  • fs uses libuv 1.44.2 now.