For a list of breaking changes, check here.
- Add
windows?
predicate
- Compatibility improvements for
com.google.cloud/google-cloud-nio
: convertURI
toPath
directly without going throughURL
- Add
create-temp-file
- Add initial version of
zip
- Add
read-attributes*
without conversion into map - Run
create-dirs
for thedest
directory incopy-tree
to ensure it exists (@duzunov) - Document
list-dir
glob-or-accept
argument (@holyjak)
- Add
with-temp-dir
macro #37 (@hugoduncan) - Add
fs/home
andfs/expand-home
#12 #13 (@Kineolyan) - Improve
which
on Windows: take into account.com
,.exe
,.bat.
,.cmd
when searching for program
- Allow raw pattern to be passed to
fs/match
#32 unzip
: entry in dir can come before dir in zip entries #35
- Add
strip-ext
and changesplit-ext
andstrip-ext
to return full paths #29 (@corasaurus-hex) - Add
unzip
- Allow dir as dest in
move
#25
delete-tree
must not crash when tree doesn't exist (making it idempotent)- Add
modified-since
- Allow dir as dest in
copy
#24
- Create target dir in
copy-tree
- Add
create-link
andsplit-paths
(@eamonnsullivan) - Add
split-ext
andextension
(@kiramclean) - Add
regular-file?
(@tekacs) - Globbing is always recursive but should not be #18
- Fix globbing on Windows
- Fix Windows tests
Initial release.
None yet.