- base64: Fix signature so that it can be used interchangeably with
jsonmethod.
- json: Add timeout support.
- json: Remove optional arguments. All arguments (including timeout) are now required.
- Modernize test harness; remove Duo support, add Browserify support
- urlsafe encoding
- pin jsonp to 0.0.4
- add headers argument
- make: fix test target
- add travis, closes #2
- add ie6-7 support
- expose methods
- Add support for changing qs key for jsonp/base64 [jwerle]
- Initial commit