Releases: serviejs/popsicle
Releases · serviejs/popsicle
Fix missing dependency
Update `popsicle-transport-http` and `popsicle-cookie-jar` min versions
XHR ArrayBuffer
Changed
- Bump XHR transport to support
arraybuffer
as the response type
Update Servie and HTTP transport
Fixes
- Patch bumps for
servie
andpopsicle-transport-http
Updated Dependencies
Fixed
- Updated patch and minor dependency versions
- Smaller
logo.svg
for README
Export `toFetch`
Added
- Export
toFetch
method fromindex.ts
Clone Request in Fetch
Fixed
- Clone the
Request
infetch
when an options object is additionally passed in
Export `AbortController` from Servie
Added
- Export abort controller from
servie
Fix Entry Path
Fixed
- Correct new entry path
Servie 4
Changed
- Support Servie 4 request and response interfaces, which is very similar to browsers
fetch
- Moved all middleware functionality into re-usable packages,
popsicle
is now just an example of middleware - Reduced bundle size by 2x! Even more browser-friendly