zombie v0.8.0 Release Notes

Release Date: 2010-12-29 // over 13 years ago
  • ๐Ÿ›  Fixed issue 8, wrong location of package.json.

    โฌ†๏ธ Upgraded to JSDOM 0.1.22 and using HTML5 parser throughout.

    โž• Added browser.runScript option. Set to false if you don't want the ๐Ÿ’ป browser to execute scripts.

    ๐Ÿ’ป You can now set browser options when initializing a new browser, on ๐Ÿ’ป existing Browser object or for the duration of a request by passing them as second argument to visit.

    ๐Ÿ’ป Browser now has a property called debug that you can set to true/false ๐Ÿ”Š (was a function), and separately a method called log that logs messages when debugging is enabled.

    โž• Added new page covering the browser API.

    194 Tests
    2.5 sec to complete