Skip to content

Releases: kkinnear/zprint

zprint-filter-0.3.3

05 May 01:36
Compare
Choose a tag to compare

Added appcds script to make configuring the zprint-filter reasonably painless, and new instructions on how to use the zprint-filter with emacs and Sublime Text 2 or 3.

zprint-filter-0.3.2

19 Apr 02:40
Compare
Choose a tag to compare

Fixes Issue #23, where {:map {:justify? true}} caused problems when an element of the map was too big to fit within the width.

zprint-filter-0.3.0

10 Apr 01:55
Compare
Choose a tag to compare

This release contains an uberjar which will work as a Unix "filter", in that reads Clojure(script) source on stdin and writes pretty-printed Clojure(script) source to stdout. You can run it with java -jar zprint-filter-0.3.0 <clojure-source.clj >clojure.src.new.clj, but if you build a command file to start it up, it will start up considerably faster. See the zprint readme for details of how to set it up.