Skip to content

Releases: binaryage/cljs-devtools

1.0.7

08 Apr 21:29
v1.0.7
Compare
Choose a tag to compare

Firefox suport

Firefox newly implements custom formatters. This release should enable it thanks to work of Sebastian Zartner.

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

1.0.6

13 Apr 10:32
v1.0.6
Compare
Choose a tag to compare

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

02 Mar 16:27
v1.0.5
Compare
Choose a tag to compare

A maintenance release

Notable commits:

c10a069 fix #63: compiler warning
5b798a3 Path generation performance improvements

All new work: v1.0.4...v1.0.5

1.0.4

17 Oct 17:31
v1.0.4
Compare
Choose a tag to compare

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

05 Apr 19:42
v1.0.3
Compare
Choose a tag to compare

A maintenance release

Notable commits:

7483b32 follow CLJS-3271

All new work: v1.0.2...v1.0.3

1.0.2

24 May 15:21
v1.0.2
Compare
Choose a tag to compare

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

20 May 20:25
v1.0.1
Compare
Choose a tag to compare

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

03 Feb 16:28
v1.0.0
Compare
Choose a tag to compare

  • 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

12 Nov 23:01
v0.9.11
Compare
Choose a tag to compare

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

05 Apr 12:58
v0.9.10
Compare
Choose a tag to compare

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