Releases: deno-libs/superfetch
Releases · deno-libs/superfetch
3.0.0
Deno 2 Support
In case you're still using Deno v1, pin superfetch to v2
Full Changelog: 2.0.1...3.0.0
2.0.1
- Allow passing a regex to a
expectBody
handler
Full Changelog: 2.0.0...2.0.1
2.0.0
- Move to JSR
- Properly detect content-type header value
- Don't load expect dependency as it is not used
- Setup E2E tests
Full Changelog: 1.0.7...2.0.0
1.0.7
bump std and deps
1.0.6
bump deps and fix types
1.0.5: Merge pull request #2 from aarontravass/aaron/makefetch
Used random port for initialization
1.0.4
handle empty response
1.0.3
test
1.0.2
support array in `expectHeader` and less `any`-s
1.0.1
fallback to arraybuffer if content is neither text nor json