docs about extract

This commit is contained in:
Leo Horie 2014-04-20 20:01:06 -04:00
parent bb54a3b675
commit f589a33842
9 changed files with 34 additions and 2 deletions

View file

@ -64,7 +64,14 @@
<p><a href="/mithril/archive/v0.1.9">v0.1.9</a> - maintenance</p>
<h3 id="news-">News:</h3>
<ul>
<li>added comparison with React to homepage</li>
<li>added support for multi-island apps <a href="https://github.com/lhorie/mithril.js/issues/34">#34</a></li>
<li>m.prop is now JSON-serializable <a href="https://github.com/lhorie/mithril.js/issues/54">#54</a></li>
<li>added <code>extract</code> option to <code>m.request</code> to allow access to response metadata <a href="https://github.com/lhorie/mithril.js/issues/53">#53</a></li>
</ul>
<h3 id="breaking-changes-">Breaking changes:</h3>
<ul>
<li>changing an id in a virtual element now recreates the element, instead of recycling it <a href="https://github.com/lhorie/mithril.js/issues/55">#55</a></li>
</ul>
<hr>
<p><a href="/mithril/archive/v0.1.8">v0.1.8</a> - maintenance</p>