Revision history for JavaScript class Test.Simple.

0.29

            function TestObject() { this.myMethod = function() {}; }
            TestObject.prototype.protoMethod = function() {};

            var testObject = new TestObject();
            canOK( testObject, 'myMethod', 'protoMethod' );

        then `canOK()` in its previous form would not find `myMethod`. It now
        actually checks to see if you pass in instantiated objects.a --jbisbee
      - Fixed a bug when testing a DOM element's `scrollTop` attribute within
        a browser harness IFRAME that is 0X0 "display: none". We now Default
        all harness `iframe`s to be both hidden and 1x1 pixels. Yes, there may
        be a little square in some browsers that don't properly hide the
        iframe, but at least tests that work outside the harness will now also
        work within it --jbisbee
      - Documented how to use `Test.Harness.Browser` without JSAN. --jbisbee
      - Fix a summary bug in `Test.Builder` -- it wasn't reporting failures!
        failed any tests, it wasn't reporting them! Thanks to Jeff Platter for
        finding and fixing this issue. --jbisbee
      - Moved source code to GitHub. Clone it from
        git://github.com/theory/js-test-simple.git!
      - Got `Test.Harness.Browser` working on Firefox again. Thanks to Nikolas
        Coukouma for pointing me at the solution.

0.28 2008-08-27T23:27:57

0.27 2008-08-19T14:09:33

0.26 2008-08-14T15:07:57

0.25 2008-07-08T14:07:03

0.24 2008-07-03T00:59:14

0.23 2008-06-19T00:00:00

0.22 2008-04-02T03:19:48

0.21 2005-08-29T17:16:33

0.20 2005-08-17T16:27:13

0.11 2005-07-06T02:51:16

0.10 2005-06-24T04:30:24

0.03 2005-04-29T18:03:18

0.02 2005-04-12T21:00:07

0.01 2005-04-07T18:17:18