Skip to content

Releases: serviejs/popsicle

ServieJS

22 May 08:42
Compare
Choose a tag to compare
ServieJS Pre-release
Pre-release

Changed

  • Complete rewrite of core logic to use ServieJS interfaces and a transport function

@types

22 May 07:22
Compare
Choose a tag to compare

Changed

  • Replace typings with @types namespace

Updated Redirection Handler

18 Nov 20:46
Compare
Choose a tag to compare

Changed

  • Automatically follow HEAD with 301, 302 or 303 (act like GET)
  • Remove 300 and 305 from handling

User-Agent Header

09 Feb 03:33
Compare
Choose a tag to compare

Fixed

Middleware Handler

09 Dec 05:41
Compare
Choose a tag to compare

Notice: This version drops node < 4.0 support.

Fixed

  • Correct the Cookie header usage to remove possible duplicates (28eb9e3)
  • Improved the usage of handling the end of the middleware chain to invoke the transport handler - previously it always created a promise instance even though it may never have resolved (e.g. in the case of cached responses, it would not call next())

Changed

  • Update to TypeScript 2.1
  • Shrunk dependency footprint (extend and promises are available in node >= 4)
  • Refactor progress and abort to use an internal event system which is propagated to cloned instances

Alias `Request#response`

20 Sep 17:53
Compare
Choose a tag to compare

Changed

Export `FormData` constructor

27 Aug 07:13
Compare
Choose a tag to compare

Added

  • Export the FormData constructor from main

Update `form-data`

27 Aug 06:33
Compare
Choose a tag to compare

Changed

  • Updated form-data to latest release

Ignore empty bodies

02 Aug 04:10
Compare
Choose a tag to compare

Changed

  • Always ignore empty bodies regardless of content type

Ignore `null` bodies

02 Aug 04:09
Compare
Choose a tag to compare

Changed

  • Ignore null bodies