Skip to content

0.6.0

Compare
Choose a tag to compare
@darwin darwin released this 28 Mar 21:23
· 593 commits to master since this release

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.

Notable commits:

  • ce43b56 remove :dirac feature
  • 8b91fc9 remove enable/disable api for features
  • 7859ae6 include version info
  • 9e62fc9 introduce devtools.toolbox/envelope