zombie v0.8.1 Release Notes

Release Date: 2010-12-29 // over 13 years ago
  • โž• Added User-Agent string. You can change it by setting the browser option userAgent.

    ๐Ÿ“š There was an error with browser.location: documentation said it returns a Location object but also just a URL. Since Location object is more consistent with window.location, accepted that interpretation.

    Location.assign did not load a page if the page was already loaded ๐Ÿ’ป in the browser. Changed it to load the page (add caching later on).

    196 Tests
    2.6 sec to complete