Releases: philoskim/debux
Releases · philoskim/debux
v0.5.3
- The
:js
option can be used in clogn
now.
v0.5.2
- The
:js
option error of clog
is fixed.
v0.5.1
- Issue #11 solved. Now you can use debux library on JVM 9 or above.
v0.5.0
- Multiple
dbgn
or dbg
can be used together.
dbgm
is renamed dbg-prn
to clarify the meaning.
:skip-arg-1-2-3-type
is added to the macro types.
.cljc
examples are added to example/src/cljc/example/common.cljc
file.
v0.4.12
:if-let-type
is added to the macro types.
dbgm
is added for debugging inside the ClojureScript macros.
v0.4.11
- Issue #9 bug fixed: This error occurred when the form including recur has a
java.lang.Class
type of symbol as well. It’s now fixed.
v0.4.10
- Bug fixed:
if-let
and if-some
in dbgn
/clogn
work without errors now.
v0.4.9
- attr-map and prepost-map in
defn
or defn-
are preperly handled now.
v0.4.8
- A bug in
dbg
/clog
is fixed, which causes multiple evaluations in debugging the side effect code.