Skip to content

Releases: philoskim/debux

v0.4.6

10 Apr 11:40
Compare
Choose a tag to compare
  • 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

28 Mar 13:37
Compare
Choose a tag to compare
  • No new features are added. Just for matching with the fixed version of debux-stubs library.

v0.4.4

28 Mar 11:16
Compare
Choose a tag to compare
  • 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

13 Mar 15:43
Compare
Choose a tag to compare
  • 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

26 Jan 03:47
Compare
Choose a tag to compare
  • 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 in 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

15 Dec 08:06
Compare
Choose a tag to compare
  • 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

07 Dec 09:57
Compare
Choose a tag to compare
  • Revived: The old useful features of dbg in version 0.2.1 are revived for practicality.

v0.3.12

17 Aug 02:07
Compare
Choose a tag to compare
  • Supplemented: The missing parts of too long forms truncation are supplemented.

v0.3.11

16 Aug 12:29
Compare
Choose a tag to compare
  • Changed: The too long form is truncated and printed with ... symbol.

v0.3.10

16 Aug 07:56
Compare
Choose a tag to compare
  • Fixed: The clojurescript-1.9.854 version of improved function printing style is reflected.
  • Changed: The number option applies only to seq data type, not to vectors, maps, or sets.