Liking cljdoc? Tell your friends :D

Change Log

Unreleased

0.1.6 - 2022-01-14

Fixed

  • Bugfix for unexpected exception when pretty-printing certain forms

0.1.5 - 2022-01-10

Fixed

  • Bugfix for errors when pretty-printing forms with required namespaces

0.1.4 - 2022-01-03

Fixed

  • Fixed an issue where nested data-scope reader tags will result in the outer tag pretty-printing macroexpanded forms from the inner tag. The fix ignores inner tags when pretty-printing content for the outer tag. E.g., in #pp (->> [1 2 3] #pp->> (map inc) (apply +)), the fix will ignore #pp->> in the pretty-printed output of #pp.

0.1.3 - 2020-12-23 (forked from jsofra/data-scope)

Added

  • Previously unreleased support for thread-first and thread-last pp macros (ds/pp-> and ds/pp->>), with new unit tests.
  • Combined all namespaces into one all-encompassing, easy-to-utilize namespace, ds for quick use during debugging.
  • Created shorter, un-namespaced versions of the pp macros. (Not technically Clojure best practice, but practical for a debug tool.)
  • Added namespace, line number, and output of the original inspected form to the pp macros.
  • Revved all the dependency versions.

0.1.2 - 2016-20-13

Fixed

  • For ref types return the ref instance not the data.

0.1.1 - 2016-20-12

Added

  • Support for tagging reference types (atom, agent, var, ref) with chart tags.
    • When tagged a watch will be added to update the chart data on state change.

Fixed

  • All tags now only eval the form once.

0.1.0 - 2016-09-25

Added

  • Initial Release!

Can you improve this documentation? These fine people already did:
Trevor Brandt & James Sofra
Edit on GitHub

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

× close