Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

1.0.3

Changed

  • The project no longer relies on gen-class, instead opting to have a JVM-only dependency.

Fixed

  • More than one :no-error clause in handler-case was permitted
  • The :no-error clause in handler-case was called even on an error

1.0.2

Fixed

  • Exceptions were caught and converted to conditions around restarts
  • The wrap-exceptions use-value restart required a list

1.0.1

Fixed

  • No debugger was bound by default when throwing-debugger should have been
  • The throwing debugger failed to throw argument-less exceptions unwrapped

1.0.0

Added

  • A recursive system debugger with built-in repl and multithreading support
  • Implementations of additional CL control flow ops like tagbody
  • Readme with basic rationale and instructions for use
  • Detailed documentation to all public functions
  • Specs to all public functions
  • Basic implementation of conditions and restarts

Can you improve this documentation?Edit on GitHub

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

× close