All notable changes to this project will be documented in this file.
Fix *flush-on-newline* behavior
If *flush-on-newline is set to true (the default), like clojure.pprint, pp now only flushes after pretty-printing the entire form, instead of flushing after every newline.
Add Maven (Clojars) release
Add ClojureScript support
Add explicit (unit tested) Babashka support
Add :map-entry-separator option
The :map-entry-separator option lets you tell pp not to print
commas. For example
user=> (pp/pprint {:a 1 :b 2} {:map-entry-separator ""})
{:a 1 :b 2}
nil
Fix reader macro edge case
Slightly improved performance
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |