Skip to content

Releases: serviejs/popsicle

Fix Browser Typings

30 Mar 23:24
Compare
Choose a tag to compare

Fixed

  • Update browser form-data proxy module

Node Original Header Casing

14 Mar 22:21
Compare
Choose a tag to compare

Fixed

  • Since 3.x, headers under node were always sent lower-case while the browser was original casing - this release makes node always send case-sensitive headers

Remove `infinity-agent`

05 Mar 04:15
Compare
Choose a tag to compare

Changed

  • Killed infinity-agent, fixes SSL options under node 0.10

Request Options Body

04 Mar 06:02
Compare
Choose a tag to compare

Fixed

  • Output body with toOptions method

Request Error Handling Pipeline

10 Feb 02:56
Compare
Choose a tag to compare

Changed

  • Tweak error handling pipeline for request.errored setter

Raw Header Representation

09 Feb 21:40
Compare
Choose a tag to compare

Changed

  • Use rawHeaders representation for headers internally - remove object map usages

Added

  • Expose toOptions and clone methods for request re-use

Use Any Promise

01 Feb 20:20
Compare
Choose a tag to compare

Fixed

  • Actually use any-promise

Use Any Promise

01 Feb 20:17
Compare
Choose a tag to compare

Changed

  • Replace native-or-bluebird with any-promise (#40)

Expose PopsicleError

20 Jan 06:25
Compare
Choose a tag to compare

Changed

  • Export PopsicleError from main module entry

Expose Additional SSL Options

19 Jan 00:44
Compare
Choose a tag to compare

Added

  • Proxy ca, cert and key options with requests