Skip to content

v2.0.0

Compare
Choose a tag to compare
@fent fent released this 30 May 22:42
· 48 commits to master since this release

Bug Fixes

  • add 308 to list of redirect status codes (52148e8)

Code Refactoring

  • changed miniget.promise(url) to miniget(url).text() (3991962)
  • remove callback option (06912de)

BREAKING CHANGES

    • callback has been removed from options. if you want the concatenated
      response body, use miniget(ur).text()
    • miniget.promise(url) changed to miniget(url).text()
      to be closer to the fetch API