0.3.0
Customisable preferences
It is now possible to override default formatting styles and other preferences:
https://github.com/binaryage/cljs-devtools/blob/master/src/devtools/prefs.cljs
Debug code was moved into a separate folder and is not included in released jar.
Also the code should work under :advanced mode compilation.
Changes:
#3 - Allow to customize default formatters style
9d50dce - Decreased max-print-level to 2 again
13d9e1b - Moved debug.cljs under a separate directory tree
230b299 - CLJSDevtoolsFormatter should survive :advanced compilation