Liking cljdoc? Tell your friends :D

Changelog

For a list of breaking changes, check here.

v0.1.3

  • Compatibility improvements for com.google.cloud/google-cloud-nio: convert URI to Path directly without going through URL
  • Add create-temp-file
  • Add initial version of zip
  • Add read-attributes* without conversion into map
  • Run create-dirs for the dest directory in copy-tree to ensure it exists (@duzunov)
  • Document list-dir glob-or-accept argument (@holyjak)

v0.1.2

  • Add with-temp-dir macro #37 (@hugoduncan)
  • Add fs/home and fs/expand-home #12 #13 (@Kineolyan)
  • Improve which on Windows: take into account .com, .exe, .bat., .cmd when searching for program

v0.1.1

  • Allow raw pattern to be passed to fs/match #32
  • unzip: entry in dir can come before dir in zip entries #35

v0.1.0

  • Add strip-ext and change split-ext and strip-ext to return full paths #29 (@corasaurus-hex)
  • Add unzip

v0.0.5

  • Allow dir as dest in move #25

v0.0.4

  • delete-tree must not crash when tree doesn't exist (making it idempotent)
  • Add modified-since
  • Allow dir as dest in copy #24

v0.0.3

  • Create target dir in copy-tree

v0.0.2

  • Add create-link and split-paths (@eamonnsullivan)
  • Add split-ext and extension (@kiramclean)
  • Add regular-file?(@tekacs)
  • Globbing is always recursive but should not be #18
  • Fix globbing on Windows
  • Fix Windows tests

0.0.1

Initial release.

Breaking changes

None yet.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close