Version bump to 0.10.2

This commit is contained in:
ragaskar
2010-03-18 20:35:36 -07:00
parent bf938ffc50
commit 9a5b46fd99
23 changed files with 1007 additions and 943 deletions

View File

@@ -257,7 +257,7 @@ ul.inheritsList
<td class="attributes">&nbsp;</td>
<td class="nameDescription" >
<div class="fixedFont">
<b><a href="../symbols/jasmine.Matchers.html">jasmine.Matchers</a></b>(env, actual, spec)
<b><a href="../symbols/jasmine.Matchers.html">jasmine.Matchers</a></b>(env, actual, spec, opt_isNot)
</div>
<div class="description"></div>
</td>
@@ -534,7 +534,7 @@ ul.inheritsList
</div>
<div class="fixedFont">
<b>jasmine.Matchers</b>(env, actual, spec)
<b>jasmine.Matchers</b>(env, actual, spec, opt_isNot)
</div>
<div class="description">
@@ -567,6 +567,12 @@ ul.inheritsList
</dt>
<dd></dd>
<dt>
<b>opt_isNot</b>
</dt>
<dd></dd>
</dl>
@@ -767,6 +773,13 @@ ul.inheritsList
</dl>
<dl class="detailList">
<dt class="heading">Deprecated:</dt>
<dt>
Deprecated as of Jasmine 0.10. Rewrite your custom matchers to return true or false.
</dt>
</dl>
@@ -1455,7 +1468,7 @@ a pattern or a String.
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Sat Jan 23 2010 13:48:22 GMT-0800 (PST)
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Thu Mar 18 2010 20:35:01 GMT-0700 (PDT)
</div>
</body>
</html>