Skip to content

Releases: r-lib/fs

v2.0.1

Choose a tag to compare

@jeroen jeroen released this 24 Mar 11:00
Small version bump

v2.0.0

Choose a tag to compare

@jeroen jeroen released this 22 Mar 11:29
Bump version

v1.6.7

Choose a tag to compare

@jeroen jeroen released this 05 Mar 22:50
Fix redirect

fs 1.6.6

Choose a tag to compare

@gaborcsardi gaborcsardi released this 12 Apr 12:49
  • No changes.

fs 1.6.5

Choose a tag to compare

@gaborcsardi gaborcsardi released this 30 Oct 11:33
  • 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

Choose a tag to compare

@gaborcsardi gaborcsardi released this 27 Apr 07:21
  • No changes.

fs 1.6.3

Choose a tag to compare

@gaborcsardi gaborcsardi released this 20 Jul 12:16
  • No user visible changes.

v1.6.2

Choose a tag to compare

@gaborcsardi gaborcsardi released this 29 Jun 19:53
  • path_ext_set() can now handle extensions that contain a ., e.g. csv.gz (@mgirlich, #415).

fs 1.6.1

Choose a tag to compare

@gaborcsardi gaborcsardi released this 08 Feb 10:55

No user visible changes.

fs 1.6.0

Choose a tag to compare

@gaborcsardi gaborcsardi released this 01 Feb 18:36
  • 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.