qunit v1.5.0 Release Notes

Release Date: 2012-04-04 // about 12 years ago
    • Modify "Running..." to display test name. Fixes #220
    • Fixed clearing of sessionStorage in Firefox 3.6.
    • Fixes #217 by calling "block" with config.current.testEnvironment
    • Add stats results to data. QUnit.jUnitReport function take one argument { xml:'<?xml ...', results:{failed:0, passed:0, total:0, time:0} }
    • Add link to MDN about stack property