Releases: binaryage/dirac
1.2.10
A maintenance release
Rolling DevTools
Merged commits 48c98ab...f044be5 from official DevTools.
Should work best with Chrome ~61.0.3126.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
05d1e3c project: bump cljsjs/parinfer to "2.0.0-0"
All new work: v1.2.9...v1.2.10
1.2.9
A maintenance release
Rolling DevTools
Merged commits 8c39113...48c98ab from official DevTools.
Should work best with Chrome ~61.0.3114.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
NONE
All new work: v1.2.8...v1.2.9
1.2.8
A maintenance release
Rolling DevTools
Merged commits e71b776...8c39113 from official DevTools.
Should work best with Chrome ~60.0.3105.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
8f50cd1 nrepl: fix eval issue related to CLJS-1572
All new work: v1.2.7...v1.2.8
1.2.7
A maintenance release
Rolling DevTools
Merged commits 30ad697...e71b776 from official DevTools.
Should work best with Chrome ~60.0.3090.4.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
a4510b1 runtime: properly require clojure.string in dirac.runtime.util
All new work: v1.2.6...v1.2.7
1.2.6
A maintenance release
Rolling DevTools
Merged commits 411c879...30ad697 from official DevTools.
Should work best with Chrome ~60.0.3085.0.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
f7a3f67 devtools: console do not focus prompt when clicked on custom-expand-icon (#59)
All new work: v1.2.5...v1.2.6
1.2.5
A compatibility release
This is a compatibility release to be used with Chrome 60.0.3078.0 and higher. There were some protocol changes around that version which broke Dirac 1.2.4.
Update1
Please note that 60.0.3079.0 is broken again because of this revert. We will have to wait for that commit to land again for 1.2.5 to work with latest Chrome Canary releases.
Update2
The patch landed again here. Dirac v1.2.5 should work again with 60.0.3080.0+.
You can follow this problem in the issue #60.
Rolling DevTools
Merged commits 090bc3e...411c879 from official DevTools.
Should work best with Chrome ~60.0.3080.0.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
none
All new work: v1.2.4...v1.2.5
1.2.4
A maintenance release
Make sure you stick to the latest tools.nrepl
When starting your nREPL server with Dirac middleware you might start seeing this warning:
-----------------------------------------------------------------------------------------------------------
WARNING!
We detected unexpected tools.nrepl library version in your nREPL server at nrepl://localhost:8230!
The server reported version 0.2.12, but Dirac expected version 0.2.13.
This could potentialy lead to unexpected behaviour. Please check your dependencies and use latest Dirac release.
For reference, the reported versions by the nREPL server are:
{:clojure "1.9.0-alpha15", :java "1.8.0_102", :nrepl "0.2.12"}
Also double check Dirac installation instructions: https://github.com/binaryage/dirac#start-nrepl-server.
-----------------------------------------------------------------------------------------------------------
That is because I bumped Dirac's org.clojure/tools.nrepl
dependency to recently released version 0.2.13. You are likely getting it implicitly via org.clojure/clojure
dependency which points to 0.2.12.
To get rid of this warning. Either use :exclusions
on org.clojure/clojure
or (better) explicitly declare a top-level dependency on org.clojure/tools.nrepl
0.2.13, like I did here.
Rolling DevTools
Merged commits 8fec2a6...090bc3e from official DevTools.
Should work best with Chrome ~59.0.3066.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
none
All new work: v1.2.3...v1.2.4
1.2.3
A maintenance release
Rolling DevTools
Merged commits 781a13a...8fec2a6 from official DevTools.
Should work best with Chrome ~59.0.3051.4.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
none
All new work: v1.2.2...v1.2.3
1.2.2
A maintenance release
Rolling DevTools
Merged commits 9ee898c...781a13a from official DevTools.
Should work best with Chrome ~59.0.3046.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
none
All new work: v1.2.1...v1.2.2
1.2.1
A maintenance release
Newly you can reference a new document with some instructions on how to hack on Dirac.
Rolling DevTools
Merged commits eae34e4...9ee898c from official DevTools.
Should work best with Chrome ~59.0.3038.2.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.
Notable commits
6b65f0a implant: fix open-via-nrepl-link-handler when called from context menu
feda8bc docs: introduce hacking.md
All new work: v1.2.0...v1.2.1