Skip to content

Releases: philoskim/debux

v0.5.3

21 Jan 12:12
Compare
Choose a tag to compare
  • The :js option can be used in clogn now.

v0.5.2

08 Nov 11:55
Compare
Choose a tag to compare
  • The :js option error of clog is fixed.

v0.5.1

10 Sep 08:44
Compare
Choose a tag to compare
  • Issue #11 solved. Now you can use debux library on JVM 9 or above.

v0.5.0

07 Sep 15:00
Compare
Choose a tag to compare
  • 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

14 Aug 03:11
Compare
Choose a tag to compare
  • :if-let-type is added to the macro types.
  • dbgm is added for debugging inside the ClojureScript macros.

v0.4.11

02 Aug 02:06
Compare
Choose a tag to compare
  • 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

01 Aug 08:10
Compare
Choose a tag to compare
  • Bug fixed: if-let and if-some in dbgn/clogn work without errors now.

v0.4.9

31 Jul 07:32
Compare
Choose a tag to compare
  • attr-map and prepost-map in defn or defn- are preperly handled now.

v0.4.8

07 Jun 11:53
Compare
Choose a tag to compare
  • A bug in dbg/clog is fixed, which causes multiple evaluations in debugging the side effect code.

v0.4.7

11 Apr 10:59
Compare
Choose a tag to compare