0.6.0
Dirac support removed
Dirac runtime support was moved into the Dirac project itself. Since this release, the Dirac DevTools is not dependent on CLJS DevTools anymore. But both tools still remain complementary (Dirac users are expected to use CLJS DevTools as well).
Also with 0.6 release I have changed the api for enabling/disabling features. Newly you just pass a list of desired features into the devtools/install!
call. See the installation instructions. The install!
method also newly reports CLJS DevTools version being installed into console.
Additionally I have introduced devtools.toolbox
namespace. There is a new helper method envelope
for logging objects with "busy" default presentation. You can prevent their default console presentation and print your own header instead. Object details will be expanded upon clicking on its disclosure triangle.