Releases: clojure-emacs/cider-nrepl
Releases · clojure-emacs/cider-nrepl
cider-nrepl v0.55.3
What's Changed
- Unify injected print-method implementations with orchard.print by @alexander-yakushev in #935
- Add inspect-print-current-value op by @r0man in #933
Full Changelog: v0.55.2...v0.55.3
cider-nrepl v0.55.2
What's Changed
- Remove Boot support by @alexander-yakushev in #934
- Include generated input with each test.chuck
checking
block error by @zjroth in #906 - Add support for pretty printing values in the inspector. by @r0man in #932
New Contributors
Full Changelog: v0.55.1...v0.55.2
cider-nrepl v0.55.1
What's Changed
- [track-state] Completely redesign track-state middleware by @alexander-yakushev in #931
Full Changelog: v0.55.0...v0.55.1
cider-nrepl v0.55.0
What's Changed
- [profile] Migrate profiling middleware to orchard.profile by @alexander-yakushev in #929
- [stacktrace] Add support for directly inspecting ex-data by @alexander-yakushev in #930
Full Changelog: v0.54.0...v0.55.0
cider-nrepl v0.54.0
What's Changed
- [ci] Test against JDK24 by @alexander-yakushev in #924
- Sort printed maps in test output by @sashton in #917
- Stop shipping Puget with cider-nrepl by @alexander-yakushev in #925
- [test] Don't turn records into maps when post-processing test results by @alexander-yakushev in #926
- [inspect] Add inspect-show-analytics op by @alexander-yakushev in #927
- [inspect] Add support for :table view-mode by @alexander-yakushev in #928
New Contributors
Full Changelog: v0.53.2...v0.54.0
cider-nrepl v0.53.2
What's Changed
- [complete] Make sort-order customizable by @alexander-yakushev in #923
Full Changelog: v0.53.1...v0.53.2
cider-nrepl v0.53.1
What's Changed
- Bump compliment to 0.7.0 by @alexander-yakushev in #922
Full Changelog: v0.53.0...v0.53.1
cider-nrepl v0.53.0
What's Changed
- Disable warmup of orchard.java caches by @alexander-yakushev in #913
- [inspector] Don't show javadocs when inspecting classes by @alexander-yakushev in #914
- Haystack to Orchard by @alexander-yakushev in #919
- [util] Add util/respond-to by @alexander-yakushev in #920
- Bump Orchard to 0.31.1 by @alexander-yakushev in #921
Full Changelog: v0.52.1...v0.53.0
cider-nrepl 0.28.7
Changes
- Bump
orchard
to 0.11.0 (this adds support for Spec 2).