History.rdoc in visionmedia-jspec-2.7.2 vs History.rdoc in visionmedia-jspec-2.8.1

- old
+ new

@@ -1,5 +1,21 @@ +=== 2.8.1 / 2009-07-27 + +* Added Lawrence Pit as a contributor +* Fixed object hash equality [#146] + { a : '1', b : '2' } is now the same as: + { b : '2', a : '1' } + +=== 2.8.0 / 2009-07-27 + +* Give readFile precendence over xhr so that fixtures work with mockRequest when using Rhino +* Give XMLHttpRequest precedence over microsoft crap +* Added Mock Ajax Support +* Added mockRequest(), unmockRequest() utilities +* Added jspec.xhr.js +* Fixed be_visible, and be_hidden. Now implement the jQuery <= 1.3.1 method + === 2.7.2 / 2009-07-24 * Fixed "end" in spec bodies when using the grammar * Fixed "it" in spec bodies when using the grammar [#142] * Changed; HTML entities in descriptions are now escaped for DOM formatter [#141]