Skip to content

Releases: RafaelVidaurre/yakuza

Promises support for http object

19 Mar 18:15
Compare
Choose a tag to compare

The http object now returns promises (still runs callbacks if passed). This allows:

  http.get('http://www.foo.com').then(function (response) {
    // ... Do stuff
    return something;
  }).then(function (something) {
    // ... More stuff
  });

Remove old dependencies

19 Mar 17:05
Compare
Choose a tag to compare

Tough-cookie and Request are no longer used

Updated docs and dependencies

18 Mar 16:26
Compare
Choose a tag to compare
Merge pull request #21 from Narzerus/development

Development