You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses a new version (V1 alpha) of the rewrite-clj parser, which unifies .clj and .cljs versions. Should fix several subtle parser issues (e.g., ##NaN, namespaced maps), and provide increased stability.
You can associate an options map with a map key to format the value of that key in a specific way.
You can cause lists to wrap, and both lists and vectors to honor their default formatting even if they would fit on a single line.
New styles, including :ns-justify that significantly enhances readability of ns directives.
Every new top-level form now starts on a new line. This is a behavior change, but of a previously unspecified (and unusual) behavior. If this is a concern for you, please see the CHANGELOG and enter an issue.
Fixed quite a few subtle bugs, including a rare but significant one where an empty list () went missing when using :indent-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A significant release:
rewrite-clj
parser, which unifies .clj and .cljs versions. Should fix several subtle parser issues (e.g.,##NaN
, namespaced maps), and provide increased stability.:ns-justify
that significantly enhances readability ofns
directives.()
went missing when using:indent-only
.This discussion was created from the release zprint-filter-1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions