Liking cljdoc? Tell your friends :D

0.0.0-alpha8 (2019-11-06)

  • Support java.util.concurrent.CompletionStage by default on the JVM.

  • Catch Async Exceptions

  • Bumped Promesa to 2.x (thanks to by Andrea Richiardi)

    • Promesa allows you to choose the promise implementation, but Sieppari only supports the default js/Promise for now.
  • Remove automatic support for 3rd party async libs

    • Reduced sieppari.core load time by about 4 seconds.
    • sieppari.async.* namespaces now need to be require:d explicitly, you probably only need one of them.
  • Run tests with Kaocha on JVM and node, then consolidate build tools back to just Leiningen.

0.0.0-alpha7 (2018-12-29)

  • Initial support for ClojureScript by Andrea Richiardi
    • core.async & promesa (requires 1.10.0-SNAPSHOT)

Can you improve this documentation? These fine people already did:
Tommi Reiman, Pauli Jaakkola & Miikka Koskinen
Edit on GitHub

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

× close