All Versions
141
Latest Version
Avg Release Cycle
57 days
Latest Release
1583 days ago

Changelog History
Page 8

  • v0.13.5 Changes

    May 02, 2012

    0๏ธโƒฃ Switched default HTML parser back to the more forgiving HTML5:

    • ๐Ÿ‘Œ Supports scripts with CDATA
    • ๐Ÿ‘Œ Supports tag soups
    • Preserve order of execution between in-line and loaded JS code
    • ๐Ÿ‘Œ Support document.write

    ๐Ÿ›  Fix textContent of elements that have comments in them to not exclude the comment text .

    438 tests
    9.7 sec to complete
    
  • v0.13.4 Changes

    May 01, 2012

    โฌ†๏ธ Upgraded to JSDOM 0.2.14. This includes an upgrade to Contextify which fixes an โœ… edge case with JS scoping. It also translates to 10% faster tests (On My Machine).

    But HTML processing is a bit more picky right now.

    Methods like visit now pass error to the callback if they fail to load or ๐Ÿ“œ parse the page. JavaScript execution errors are handled separately.

    436 tests
    8.0 sec to complete
    
  • v0.13.3 Changes

    April 30, 2012

    ๐Ÿ›  Fixed failing to redirect after POST request (Vincent P).

    426 tests
    8.8 sec to complete
    
  • v0.13.2 Changes

    April 26, 2012

    ๐Ÿ›  Fixed iframes not loading properly of firing onload event when setting src attribute.

    426 tests
    9.6 sec to complete
    
  • v0.13.1 Changes

    April 26, 2012

    โœ… Switched from testing with Vows to testing with Mocha. Tests now running sequentially.

    ๐Ÿ›  Fixed a couple of issues with cookies, also switched to a better implementation, ๐Ÿ‘€ see Tough Cookie

    Zombie now submits empty text fields and checked checkboxes with no value.

    ๐Ÿ‘Œ Support for script type="text/coffeescript" (audreyt).

    425 tests
    10.0 sec to complete
    
  • v0.13.0 Changes

    April 25, 2012

    โฌ†๏ธ Now requires Node 0.6.x or later. Also upgraded to CoffeeScript 1.3.1, which โœ… helped find a couple of skipped tests.

    โž• Added support for proxies by using the excellent Request module

    โž• Added File object in browser (Ian Young)

    โž• Added support for EventSource (see Server-Sent Events)

  • v0.12.15 Changes

    February 23, 2012

    ๐Ÿš€ Maintenance release: JSDOM 0.2.11/12 is broken, fixing to 0.2.10 (Mike Swift)

  • v0.12.14 Changes

    February 07, 2012

    ๐Ÿ›  Fix redirect not passing the same headers again.

    412 tests
    6.4 sec to complete
    
  • v0.12.13 Changes

    January 18, 2012

    ๐Ÿ’ป Browser.fire takes no options (that was an undocumented argument), and always fires events that bubble and can be cancelled.

    0๏ธโƒฃ Clicking on checkbox or radio button now changes the value and propagated the click event. If preventDefault, the value is changed back.

    411 tests
    6.0 sec to complete
    
  • v0.12.12 Changes

    January 16, 2012

    โž• Added element offset properties. Google Maps demand these.

    406 tests
    5.9 sec to complete