For a list of breaking changes, check here.
- #65: Explicitly support
:win-extsoption onwhichfunction (@lread) - clj-kondo#1782:
exists?should never throw on illegal input path. - Remove
^:constto not cache OS-specific constants, so AOT-ed code can be re-used in multiple OS-es.
- Add
cwd
-
Support glob patterns on Windows with forward slashes
-
#51: Update
whichfunction to more closely mimic unixwhich:- do not identify directories as matches
- if the argument is a relative path (more than just a file/command name), then don't search path entries
- Add
windows?predicate
- Compatibility improvements for
com.google.cloud/google-cloud-nio: convertURItoPathdirectly without going throughURL - Add
create-temp-file - Add initial version of
zip - Add
read-attributes*without conversion into map - Run
create-dirsfor thedestdirectory incopy-treeto ensure it exists (@duzunov) - Document
list-dirglob-or-acceptargument (@holyjak)
- Add
with-temp-dirmacro #37 (@hugoduncan) - Add
fs/homeandfs/expand-home#12 #13 (@Kineolyan) - Improve
whichon Windows: take into account.com,.exe,.bat.,.cmdwhen 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-extand changesplit-extandstrip-extto return full paths #29 (@corasaurus-hex) - Add
unzip
- Allow dir as dest in
move#25
delete-treemust 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-linkandsplit-paths(@eamonnsullivan) - Add
split-extandextension(@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.