Skip to content

Releases: srveit/mechanize-js

v1.5.0

07 Jun 21:20
c84ef91
Compare
Choose a tag to compare

[1.5.0] - 2024-06-07

Changed

  • changed options to agent.get
  • use previous retrieved URL as base for partial URLs in fetchPage
  • updated "Mac Safari" agent string
  • removed field.rawValue property
  • change fiel.value from property to function
  • updated to use Node.JS v22

Added

  • handle binary mime types
  • handle redirects in fetchPage
  • debug option to fetchPage and submit
  • agent.getCookies function