Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

68 lines (48 loc) · 1.17 KB

##5.0.0

  • Update dependencies for security fixes
  • Removed support for node < 8

##4.3.0

  • Updated response event emitter to return params

##4.2.2

  • Fixed path behavior in base

##4.2.1

  • Updated dependencies

##4.2.0

  • Added DELETE parameter interpolation

##4.1.0

  • Updated HTTP auth handling to match request

##4.0.0

  • Return HTTP status code error if no error in response body

##3.0.1

  • Updated dependencies

##3.0.0

  • Changed params property behavior to match docs (breaking undocumented query behavior)

##2.3.2

  • Added response event emitter

##2.3.1

  • Added travis integration
  • Added buffer serialization tests

##2.3.0

  • Fixed host vs hostname semantics

##2.2.2

  • Fixed request buffer serialization

##2.2.1

  • Fixed whitespace only 2XX response handling

##2.2.0

  • Added http PATCH support

##2.1.2

  • Upgraded request
  • Fixed whitespace serialization

##2.1.1

  • Switched from underscore to lodash
  • Fixed parameter interpolation

##2.1.0

  • Added support for default headers and timeouts

##2.0.2

  • Updated package.json

##2.0.1

  • Added grunt
  • Added jslint
  • Refactored tests

##2.0.0

  • Fixed complete method error handling