Liking cljdoc? Tell your friends :D

Changelog

Version 3.0.63

Date: 2022-06-21

  • Remove slurp-bytes; it is inconsistent and does not make sense to have it. Can be replaced with https://github.com/clj-commons/byte-streams: Example: (-> some-path io/input-stream bs/to-byte-array)
  • Return unbuffered input streams on clojure.java.io protocols.
  • New helper: tempfile returns a tempfile candidate (without creating it).

Version 2.0.0

Date: 2021-04-27

  • Code cleaning.
  • Remove storage abstractions.

Version 1.2.0

Date: 2020-01-10

  • Add proper coersions from Path to File.
  • Add proper coersions from File to Path.
  • Minor tooling update.
  • Update deps.

Version 1.1.0

Date: 2019-07-09

  • Dependencies updates.
  • Convert to Clojure CLI Tools

Version 1.0.0

Date: 2017-02-07

  • First release

Can you improve this documentation?Edit on GitHub

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

× close