Releases: binaryage/cljs-devtools
1.0.7
Firefox suport
Firefox newly implements custom formatters. This release should enable it thanks to work of Sebastian Zartner.
What's Changed
- Added support and info for custom formatters in Firefox by @SebastianZ in #72
- Adjusted styling to work with Firefox by @SebastianZ in #73
- Fixed formatting for Firefox by @SebastianZ in #74
New Contributors
- @SebastianZ made their first contribution in #72
Full Changelog: v1.0.6...v1.0.7
1.0.6
1.0.5
1.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.edn
for 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