I have released intercooler v1.1.1, available on the main site, as well as through bower and NPM.
http://intercoolerjs.org/download.html
The biggest change in this release is that we now support zepto as an alternative to jQuery as a base library. Zepto + intercooler comes in at ~18kB total, allowing you to build intercooler-based applications with a smaller javascript infrastructure than almost all the other major javascript libraries out there (vue.js is 23kB), and, of course, you won’t need to write much additional javascript at all, so your total javascript footprint can be quite small while still providing the user experience modern web sites require.
Other changes in this release are:
X-IC-Redirect
on a 401 response)X-IC-Remove
header, to allow a CSS transitionic-include
JSON form, allowing for more complex data to be included in requestsCarson / @carson_gross