- Remove deprecated
f-up
function, usef-traverse-upwards
instead - Add
f-append-text
andf-append-bytes
- Add
f-hidden?
- Add
f-swap-ext
(by @phillord) - Add
f-depth
(by @cheunghy)
- Add
f-common-parent
(by @Fuco1)
- Add
f-with-sandbox
- Add
f-split
- Add
f-traverse-upwards
and its anaphoric versionf--traverse-upwards
- Deprecate
f-up
and its anaphoric versionf--up
- Add
f-uniquify
andf-uniquify-alist
(by @Fuco1)
f-parent
returns nil if argument is root
- Add
f-descendant-of?
- Add
f-ancestor-of?
- Add
f-parent-of?
- Add
f-child-of?
- Remove deprecation for
f-read
andf-write
and make them aliases tof-read-text
andf-write-text
respectively - Add anaphoric function
f--entries
forf-entries
- Add anaphoric function
f--files
forf-files
- Add anaphoric function
f--directories
off-directories
- Add
f-up
and anaphoric versionf--up
- Add
f-root
- Fix
f-root?
bug for weird syntax
- Make
s-long
- Make
s-short
default andf-abbrev
the alias - Add
f-full
- Do not append path separator if file in
f-slash
- Fixed bug in
f-path-separator
- Moved
f-this-file
to misc section - Add
f-slash
- Add
f-path-separator
- Fix coding bug in
f-read-text
- Add
f-touch
- Fix
f-write-text
for unibyte strings
- Add
f-write-text
andf-write-bytes
and deprecatef-write
- Add
f-read-text
andf-read-bytes
and deprecatef-read
- Add
f-this-file
- Add
f-canonical
- Fix
f-same?
for symlinks
- Add
f-same?
(aliasf-equal?
)
- Bump
s
anddash
versions
- Add
f-copy
- Add
f-ext?
- Fix
f-filename
when ending with slash
- Add
f-root?
- Fix
f-dirname
when ending with slash
- Add
f-abbrev
(aliasf-short
)
f-join
platform independent