CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 39
Releases: greglook/cljstyle
0.17.642
Compare
This is primarily a bug-fixing release which addresses the following significant changes:
- Build native-images for the
compatibility
architecture target to improve usability in more environments. - Force UTF-8 encoding on input and output streams to prevent garbling of unicode characters in
cljstyle pipe
- Update to support the new method value and array class syntax introduced in Clojure 1.12.
Full Changelog: 0.16.626...0.17.642
Assets 7
0.16.626
Compare
Dusting off the project to update the build tool chain and tackle a couple of long-standing minor issues.
Assets 7
0.15.0
Compare
This release brings a number of updates to comment-related formatting, as well as fixing some long-standing rewrite-clj
bugs around namespaced maps and infinity literals.
Assets 8
0.14.0
Compare
This release contains two major changes - the configuration file format has been significantly revamped, and various performance optimizations have resulted in 2.3x faster formatting than the previous version.
Assets 5
0.13.0
Compare
This minor release adds a new --exclude
option for runtime exclusions. It also fixes styling of namespaces with attribute maps, and an error where files missing a newline at EOF would not print a check
diff.
Assets 5
0.12.1
Compare
The main change in this release is to merge the core
and tool
projects together. Combined with a new deps.edn
file, this allows cljstyle
to be used directly from the clj
CLI or as a library.
Assets 5
0.12.0
Compare
Many optimizations to runtime resulting in about a 40% speedup. Some bug fixes as well.
Assets 5
0.11.1
Compare
Adjust the type formatting rules after feedback from users.
Assets 5
0.11.0
Compare
This release contains a few bug-fixes and two significant new features:
- Vars and other
def
forms now have line-break rules. - Types such as
defrecord
,reify
, etc. now have formatting rules.
Assets 5
0.10.1
Compare
Fixes a configuration bug in the new pipe
command.