This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-25
Channels
- # admin-announcements (3)
- # alda (2)
- # beginners (10)
- # boot (44)
- # cider (31)
- # cljs-dev (5)
- # cljsjs (2)
- # cljsrn (17)
- # clojure (181)
- # clojure-austin (2)
- # clojure-brasil (18)
- # clojure-canada (1)
- # clojure-conj (5)
- # clojure-dev (11)
- # clojure-gamedev (30)
- # clojure-russia (380)
- # clojure-spec (50)
- # clojure-uk (35)
- # clojurescript (146)
- # clojutre (1)
- # component (1)
- # cursive (62)
- # datomic (27)
- # dirac (7)
- # editors (23)
- # emacs (7)
- # events (34)
- # funcool (22)
- # hoplon (134)
- # jobs (22)
- # jobs-rus (7)
- # juxt (1)
- # kekkonen (1)
- # lein-figwheel (54)
- # leiningen (7)
- # luminus (2)
- # off-topic (5)
- # om (4)
- # onyx (27)
- # proton (5)
- # protorepl (2)
- # re-frame (16)
- # reagent (29)
- # rethinkdb (2)
- # schema (1)
- # untangled (61)
- # yada (9)
Leiningen 2.7.0 is out!
Changelog is over at https://github.com/technomancy/leiningen/blob/master/NEWS.md#270--2016-08-24 . Biggest news is :managed-dependencies
and a new PowerShell script Windows users can use over lein.bat
. There's also a lot of bugfixes, as usual.
Pull it down with lein upgrade
, as one does.
Dirac DevTools v0.6.4: https://github.com/binaryage/dirac/releases/tag/v0.6.4
clojure.java.jdbc 0.6.2-alpha3 is available https://github.com/clojure/java.jdbc#change-log — bug fix for :qualifier
/ :identifiers
interaction (thank you @bronsa for finding that); improved driver aliases (bug fix for PostgeSQL; new aliases for several others) — follow-up discussion to #clojure