Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Dec 20, 2019
1 parent e2bdc0f commit f3f85d8
Show file tree
Hide file tree
Showing 14 changed files with 164 additions and 154 deletions.
297 changes: 152 additions & 145 deletions README.adoc

Large diffs are not rendered by default.

Binary file modified doc/img/break-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/break-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/cljs-devtools.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/clog-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/clog-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/clog-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/clog-4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/clog-5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/img/register-macros.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.10.238"]
[org.clojure/core.async "0.3.465"]
[philoskim/debux "0.6.1"]]
[philoskim/debux "0.6.2"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.18"]]
:source-paths ["src/clj" "src/cljc"]
Expand Down
14 changes: 7 additions & 7 deletions examples/src/cljs/examples/core.cljs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(ns examples.core
(:require ;examples.common
;examples.clogn
;examples.clog
;examples.dbgn
;examples.dbg
;examples.options
examples.demo
(:require examples.common
examples.clogn
examples.clog
examples.dbgn
examples.dbg
examples.options
;examples.demo
;examples.lab
))

3 changes: 3 additions & 0 deletions examples/src/cljs/examples/lab.cljs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
(ns examples.lab
(:require [debux.cs.core :as d :refer-macros [clog clogn dbg dbgn break]]))

(clog (range 100))

(clog [nil 42 0.1 :keyword 'symbol "string" #"regexp" [1 2 3] {:k1 1 :k2 2} #{1 2 3}])
; (dbg (+ 2 3) :unknown)
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject philoskim/debux "0.6.1"
(defproject philoskim/debux "0.6.2"
:description "A trace-based debugging library for Clojure and ClojureScript"
:url "https://github.com/philoskim/debux"
:license {"Eclipse Public License"
Expand Down

0 comments on commit f3f85d8

Please sign in to comment.