Notes and links
- Clojure
- ClojureScript
- Ninja Tools
- React
- EmberJS
- The other framework I couldn’t remember the name of is Google’s AngularJS
A bit of this, a bit of that and a lot about computers
Month: November 2015
We just released a new version of jar-copier, 0.3.0, that includes:
The main change is the last item, which was planned but now it became clear that some people actually wanted it.
We just released a new version of to-jdbc-uri, 0.4.1. A very important change in this one is that we are consolidating all our libraries into the com.carouselapps group ID, so you need to switch from including it like this:
[to-jdbc-uri "0.3.0"]
to including it like this:
[com.carouselapps/to-jdbc-uri "0.4.1"]
Aside from that, this release supports RedHat OpenShift style of URL that use the schema postgresql:// instead of postgres://. Courtesy of Pradnyesh Sawant.