All Versions
145
Latest Version
Avg Release Cycle
44 days
Latest Release
579 days ago

Changelog History
Page 13

  • v1.1.0 Changes

    September 03, 2013

    Commits

    • โœ… test.only should not run any other test blocks 1f56566
    • โœ… failing test for t.only() firing tests unnecessarily bd3f198
    • ๐Ÿ›  fix typoes 8cf5c67
  • v1.0.4 Changes

    June 08, 2013

    Commits

    • re-throw error to get it to show a51e872
  • v1.0.3 Changes

    June 07, 2013

    Commits

    • ๐Ÿ‘ป do not call process.exit() on uncaught exception 3801e20
  • v1.0.2 Changes

    May 08, 2013

    Commits

    • cant lazy load only. Has to be a property of the exported thing c5a4731
    • โž• Add the only property back to the exported test function d22deba
  • v1.0.1 Changes

    May 03, 2013

    Commits

  • v1.0.0 Changes

    May 03, 2013

    Commits

    • ๐Ÿ”จ took out lots of complexity, refactoring 827b59d
    • basic example finally works 2a59c49
    • โœ… removing harness test, not sure why it's broken on 0.8 bd9e9a6
    • โœ… nested test nearly works 7951747
    • ๐Ÿ”จ refactor exit logic 890382d
    • ๐Ÿ›  fixed for the two example 0ac88b8
    • โœ… use a createStream() function instead of .stream 6417cdc
    • ๐Ÿ›  fix harness test fa706ae
    • โœ… no longer getting already closed errors by tracking the number of running tests c9def14
    • child ordering output is now correct 5544d26
    • โœ… only test passes 4fbabba
    • check for end and call ._exit() if unended ce0d62c
    • ๐Ÿ›  fixed the many test, broke the exit test 72e34ad
    • โœ… passing one more of the exit tests 5ec8f42
    • โœ… nested test at least finishes now 6252fd2
    • ๐Ÿ›  fix default harness going off unexpectedly b1c1d6a
    • โœ… special case for exiting, all tests pass now 88de699
    • โœ… passing the skip test 876930e
    • โšก๏ธ update the tests to use createStream 9420e07
    • check pause status before resuming 606b141
    • nested example completely works a5e709e
    • 0๏ธโƒฃ only the exported harness will be piped to the default stream 6df7fc0
    • โœ… exit test completely passes f37d431
    • ๐Ÿ›  fixed the nested test 4f05679
    • โœ… getting further into the child ordering test 8a80302
    • โœ… getting further into the child ordering test 365ceab
    • โšก๏ธ update the harness test for createStream 5329dc6
    • partial fix for v0.10 exiting early 78c7b77
    • โœ… partly fixed the test name ordering issue c4dc7ac
  • v0.3.3 Changes

    April 01, 2013

    Commits

    • โœ… using testling 4fe80b3
    • ๐Ÿ‘‰ use setImmediate on 0.10 d5b3bc2
    • stub out .map() 95f1bb4
    • minor fix for 0.10 52e25d8
    • โฌ‡๏ธ drop 0.6, add 0.10 in travis 04253f6
    • ๐Ÿ’ป guard process.exit() with a canExit for browsers 50f03fd
  • v0.3.2 Changes

    March 25, 2013

    Commits

    • โœ… failing exit test for 2nd test() plans e7d00be
    • ๐Ÿ‘‰ use a setInterval to keep the event loop alive c20c556
    • clean up the global harness exit interval 361ecb6
    • ๐Ÿ›  fix the second exit test asserts c85294a
  • v0.3.1 Changes

    March 21, 2013

    Commits

    • ๐Ÿ‘‰ use json-stringify-safe in render.js to not throw on circular structures 51a4e66
    • implemented decycle for JSON.stringify that should work in IE 178a8dc
  • v0.3.0 Changes

    March 11, 2013

    Commits

    • โž• add small test runner 80e309a