v2.0.0
Bug Fixes
- add 308 to list of redirect status codes (52148e8)
Code Refactoring
BREAKING CHANGES
-
callback
has been removed from options. if you want the concatenated
response body, useminiget(ur).text()
-
miniget.promise(url)
changed tominiget(url).text()
to be closer to the fetch API