Skip to content

v1.0.6

Choose a tag to compare

@rictic rictic released this 06 Oct 00:30
· 243 commits to master since this release
  • Do a better job of categorizing requests as successful. Biggest change is that more network errors are now recognized as such.
  • Can add dynamic params onto the end of a URL that has some baked in
  • Support array-valued GET params
  • Added a timeout property. When set, the request will fail if it hasn't finished after the given number of milliseconds.
  • Fixed a bug with synchronous requests.