Releases · binaryage/cljs-devtools
1.0.7
1.0.6
A maintenance release
Notable commits:
8072ad9 Fix path indexes after max-number-body-items
All new work: v1.0.5...v1.0.6
1.0.5
1.0.4
Add support for path annotations
This is just a maintenance release with added special feature for re-frame-10x as described in the issue #56.
Notable commits:
638e029 a proof of concept for issue #56
b87b922 Improve path generation
All new work: v1.0.3...v1.0.4
1.0.3
1.0.2
Good news :-)
Chrome developers reconsidered removing the custom formatters feature. You can follow further discussion in issue #55.
I'd like to thank Chrome dev team for being responsive and open for discussion.
And I also thank all users who expressed that the feature is important and should be preserved is some form.
Notable commits:
52e4efe Revert "formatters: when installing, display a warning related to issue 55"
All new work: v1.0.1...v1.0.2
1.0.1
Sad news :-(
Chrome devs decided to phase out support for custom formatters. This will likely happen in the near future.
The point of this release is to add a warning so people are aware of this comming change. We track this in issue #55.
Notable commits:
76a76f8 display a warning related to issue #55
8dd8b9c munging: do not rely on goog.dependencies_.nameToPath
All new work: v1.0.0...v1.0.1
1.0.0
- added
deps.ednfor people who want to consume this library via deps git location - created new minimal example projects shadow and deps
- removed configurability via env variables (cljs-devtools has zero dependencies now)
Notable commits:
d0b64d7 remove configurability via env variables
c7c6f24 introduce minimal deps-based project example
700d9e5 add minimal shadow-cljs example
3f93837 add deps.edn for people who want to consume this via deps
8c30872 improve get-node-info to not trigger "pause on caught exceptions"
be786b9 drop deprecated API
a56f54c tests: switch from phantom to puppeteer
All new work: v0.9.11...v1.0.0
0.9.11
Minor improvements
The main reason for this release is a fix to properly handle ##NaN and ##Inf (#54).
Also I decided to archive cljs-devtools-sample repo and merge its history under examples/lein in this repo and continue from there.
Notable commits:
c588d67 fix misspelled header-post-handler in defaults (close #48)
5b935af readme: point to new examples subdirectory
02bb9ad async: work around warning about "setImmediate_ is not public"
49dfc24 properly handle ##NaN and ##Inf (close #54)
f394d71 add tests for issue #44, not reproducible
All new work: v0.9.10...v0.9.11
0.9.10
Recognise MapEntry
Notable commits:
ca7e096 require devtools.toolbox macros into cljs namespace
adcddd1 Add cljs.core/MapEntry as a well known type (#41)
All new work: v0.9.9...v0.9.10