| Age | Commit message (Expand) | Author |
| 2025-07-24 | Add suffix function to the fs module | Jouke Witteveen |
| 2023-08-18 | Revert "Revert "Add fs.relative_to()"" | Tristan Partin |
| 2023-08-17 | Revert "Add fs.relative_to()" | Eli Schwartz |
| 2023-08-17 | fix style errors in fs.relative_to implementation | Eli Schwartz |
| 2023-08-17 | Add fs.relative_to() | Tristan Partin |
| 2023-07-13 | Add import instructions for filesystem module | MiroPalmu |
| 2023-04-11 | fix various spelling issues | Josh Soref |
| 2023-03-28 | docs: replace most uses of `meson_options.txt` with `meson.options` | Dylan Baker |
| 2022-08-18 | modules/fs: Replace configure_file(copy:) with fs.copyfile | Dylan Baker |
| 2021-06-08 | document the enhancement to the Fs module permitting File arguments | Eli Schwartz |
| 2021-02-04 | Introduce `fs.read` to read a file as a string | Luke Drummond |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen |
| 2021-01-13 | Fix misspells | Antonin Décimo |
| 2020-02-06 | add FeatureNew | Michael Hirsch, Ph.D |
| 2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D |
| 2020-02-06 | doc: filesystem module | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D |
| 2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D |
| 2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens |
| 2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: add docs for fs.size() | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: correct docs | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: get file size | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D |
| 2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D |
| 2019-11-08 | Created the filesystem module. | Jussi Pakkanen |