Skip to content

Releases: kkinnear/zprint

zprint-filter-0.4.9

16 May 01:24
Compare
Choose a tag to compare

Major new capabilities. A Linux native image: zprintl-0.4.9 which starts up <<100ms. A file to build a MacOS version: zprintm-0.4.9 which does the same. Plus the same appcds capability for JVM startup as before. Look here for documentation on how to use or build the native-image zprint-filters. [Uses Clojure 1.8 for lein-zprint, otherwise like 0.4.8.]

zprint-filter-0.4.8

15 May 00:51
Compare
Choose a tag to compare

Major new capabilities. A Linux native image: zprintl-0.4.8 which starts up <<100ms. A file to build a MacOS version: zprintm-0.4.8 which does the same. Plus the same appcds capability for JVM startup as before. Look here for documentation on how to use or build the native-image zprint-filters.

zprint-filter-0.4.7

22 Feb 00:31
Compare
Choose a tag to compare

New styles for :all-hang and :no-hang.

Reduce time spent on large and very deeply nested functions.

Small performance increases in several other areas.

zprint-filter-0.4.6

11 Jan 02:29
Compare
Choose a tag to compare

Implemented {:vector :respect-nl?} and {:vector :option-fn-first} to allow better formatting of hiccup and rum HTML data. Minor additions and corrections for zprint-file-str, and documented ;!zprint directives in zprint readme.

zprint-filter-0.4.5

10 Dec 20:16
Compare
Choose a tag to compare

Added :arg1-mixin for support of rum macros defc, defcc, and defcs.

zprint-filter-0.4.4

27 Oct 01:23
Compare
Choose a tag to compare

Inline comments are now preserved, and focus doesn't interact badly with wrapped comments. Fixes for issues #33 and #34.

zprint-filter-0.4.3

11 Oct 02:37
Compare
Choose a tag to compare

Minor bug fixes, small changes to function classifications. Still uses Clojure 1.8. See https://github.com/kkinnear/zprint/blob/master/doc/filter.md for how to use the zprint filter.

zprint-filter-0.4.2

23 Jun 00:51
Compare
Choose a tag to compare

Handles :>> in condp, and handles static in defui for Om better. Uses rewrite-clj 0.6.0 and 1.9.0-alpha17 specs (but still Clojure 1.8).

See the readme for instructions on what to do with these files.

zprint-filter-0.4.1

18 May 23:05
Compare
Choose a tag to compare

Major changes (not affecting zprint-filter) are to move everything to spec.alpha. Also, added sorting for sets, and the ability to color values of keys in maps. In addition, you can now pass an options map from a zprint-filter invocation in an editor to get that invocation to do different things.

zprint-filter-0.4.0

06 May 02:44
Compare
Choose a tag to compare

Move to clojure.spec.alpha. Actually the same zprint code in zprint-filter-0.4.0 as in zprint-filter-0.3.3, but it uses clojure.spec.alpha instead of clojure.spec. Should have no effect on zprint.filter, but releasing it anyway just to keep the versions together.