Skip to content

Commit

Permalink
release post
Browse files Browse the repository at this point in the history
  • Loading branch information
carson committed Dec 15, 2017
1 parent b0420c7 commit 9bb4201
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions www/_posts/2017-12-15-intercooler-1.2.1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: blog_post
nav: blog
---

I have released intercooler v1.2.1, available on the main site, as well as through bower and NPM.

<http://intercoolerjs.org/download.html>


Changes in this release are:

* Added the <code>once</code> modifier to the <code><a href="/attributes/ic-trigger-on.html">ic-trigger-on</a></code>
attribute, to allow an event to trigger one and only one request.
* Added the <code><a href="/attributes/ic-transform-response.html">ic-transform-response</a></code> attribute to
allow transforming JSON responses from a server into HTML on the client side.

* Fixed a bug that prevented <code><a href="/attributes/ic-on-beforeTrigger.html">ic-on-beforeTrigger</a></code> from
working properly

Enjoy, and thanks for using intercooler!

Carson / [@carson_gross](https://twitter.com/carson_gross)
2 changes: 1 addition & 1 deletion www/release/CHANGES.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h2>
<ul>
<li>
Added the <code>once</code> modifier to the <code><a href="/attributes/ic-trigger-on.html">ic-trigger-on</a></code>
attribute, to allow an even to trigger one and only one request.
attribute, to allow an event to trigger one and only one request.
</li>
<li>
Added the <code><a href="/attributes/ic-transform-response.html">ic-transform-response</a></code> attribute to
Expand Down

0 comments on commit 9bb4201

Please sign in to comment.