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
arraybufferas the response type
Update Servie and HTTP transport
Fixes
- Patch bumps for
servieandpopsicle-transport-http
Updated Dependencies
Fixed
- Updated patch and minor dependency versions
- Smaller
logo.svgfor README
Export `toFetch`
Added
- Export
toFetchmethod fromindex.ts
Clone Request in Fetch
Fixed
- Clone the
Requestinfetchwhen 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,
popsicleis now just an example of middleware - Reduced bundle size by 2x! Even more browser-friendly