Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 826 Bytes

File metadata and controls

45 lines (29 loc) · 826 Bytes

4.0.1 / 2018-04-16

  • base64: Fix signature so that it can be used interchangeably with json method.

4.0.0 / 2018-04-16

  • json: Add timeout support.
  • json: Remove optional arguments. All arguments (including timeout) are now required.

3.0.0 / 2016-06-16

  • Modernize test harness; remove Duo support, add Browserify support

2.0.0 / 2015-09-15

  • urlsafe encoding

1.1.1 / 2014-03-13

  • pin jsonp to 0.0.4

1.1.0 / 2014-03-01

  • add headers argument
  • make: fix test target

1.0.0 / 2014-02-04

  • add travis, closes #2
  • add ie6-7 support
  • expose methods
  • Add support for changing qs key for jsonp/base64 [jwerle]

0.0.1 / 2014-01-29

  • Initial commit