ITADN

版本发布 8

v1.6.7
? · 2026-03-05
fs 1.6.6v1.6.6
? · 2025-04-12

* No changes.

fs 1.6.5v1.6.5
? · 2024-10-30

* `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.4v1.6.4
? · 2024-04-27

* No changes.

fs 1.6.3v1.6.3
? · 2023-07-20

* No user visible changes.

v1.6.2
? · 2023-06-29

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

fs 1.6.1v1.6.1
? · 2023-02-08

No user visible changes.

fs 1.6.0v1.6.0
? · 2023-02-01

* 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.