Liking cljdoc? Tell your friends :D

Change logs since v0.3.0

  • v0.4.10

    • Issue #8 bug fixed: if-let and if-some in dbgn/'clogn` work without error now.

  • v0.4.9

    • Issue #7 bug fixed: 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.

  • v0.4.7

  • v0.4.6

    • The following missing macros of cljs.core are added.

      • :skip-form-itself-type

        goog-define import-macros js-comment js-inline-comment require require-macros simple-benchmark specify specify! use use-macros

      • :skip-arg-1-type

        this-as

  • v0.4.5

    • No new features are added. Just for matching with the fixed version of debux-stubs.

  • v0.4.4

    • Added: The new debux-stubs library is introduced for production mode support.

    • Added: set-debug-mode! is added.

    • Added: set-ns-whitelist! and set-ns-blacklist! are added.

  • v0.4.3

    • Changed: The same duplicate evaluated results are not printed by default.

    • Enhanced: The readability is enhanced for the looping constructs such as map, reduce, for, loop, and so on by inserting a blank line whenever iteration happens.

  • v0.4.2

    • Fixed: Bindings spec violaton error in clojure-1.9.0 caused by & symbol in clojure.core/let is fixed.

    • Added: set-print-seq-length! function is added to change the default number when printing seq data type.

    • Added: dbg can be used inside dbgn or vice versa. clog can be used inside clogn or vice versa.

  • v0.4.1

    • Fixed: The print errors of dbgn and clogn in ClojureScript are fixed.

    • Fixed: The errors of dbg and clog in ClojureScript are fixed.

    • Added: :loop-type is added to the macro types.

    • Upgraded: debux.el is upgraded.

  • v0.4.0

    • Revived: The old useful features of dbg in version 0.2.1 are revived for practicality.

  • v0.3.12

    • Supplemented: The missing parts of too long forms truncation are supplemented.

  • v0.3.11

    • Changed: The too long form is truncated and printed with ... symbol.

  • v0.3.10

    • Fixed: clojurescript-1.9.854 version of improved function printing style is reflected.

      • Refer to here for details.

  • v0.3.9

    • Fixed: The error in debugging doseq is removed.

    • Changed: The number option applies only to seq data type, not to vectors, maps, or sets.

  • v0.3.8

    • Refactored: Code duplications are removed as much as possible.

    • Renamed: merge-style --> merge-styles

  • v0.3.7

    • Fixed: Another redundant multiple vertical bar display error by an exception thrown in evaluating dbgn is fixed.

    • Changed: Some displayed output result formats are improved for readability.

  • v0.3.6

    • Added: Limited support for the form including recur is added. Refer to [recur-support].

  • v0.3.5

    • Fixed: Redundant multiple vertical bar display error by an exception thrown in evaluating dbgn is fixed.

  • v0.3.4

    • Added: register-macros!/show-macros support for ClojureScript is added.

  • v0.3.3

    • Fixed: The error of when listed in :let-type by mistake is deleted.

  • v0.3.2

    • Fixed: The dbgn/clogn related several bugs on ClojureScript are removed.

  • v0.3.1

    • Fixed: The error-causing dependency philoskim/debux2 "0.2.1" is removed.

  • v0.3.0

    • Added: dbgn/clogn debugging macros on Clojure and ClojureScript are added.

    • Updated: break macro on ClojureScript is improved.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close