Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 386 Bytes

CHANGELOG.md

File metadata and controls

14 lines (8 loc) · 386 Bytes

Changelog

Version 1.1.0

  • Fix bug in .post(): Error when no callback AND no options
  • Add headers property to options for setting the request headers
  • Add before property to options, a callback called after .open() and before .send()
  • Add simple and stupid node.js test server that spits out request headers for manual testing

Version 1.0.0

First version.