Skip to content

Releases: infinitered/apisauce

v0.13.0

02 Jan 18:03
Compare
Choose a tag to compare

0.13.0 - May 23, 2017

v0.12.0

02 Jan 18:02
Compare
Choose a tag to compare

0.12.0 - April 25, 2017

v0.11.0

02 Jan 18:01
Compare
Choose a tag to compare

0.11.0 - March 17, 2017

v0.10.0

02 Jan 18:00
Compare
Choose a tag to compare

0.10.0 - February 7, 2017

v0.9.0

02 Jan 18:00
Compare
Choose a tag to compare

0.9.0 - February 7, 2017

  • [NOTE] We don't talk about 0.9.0.

v0.8.0

02 Jan 17:59
Compare
Choose a tag to compare

0.8.0 - January 15, 2017

v0.7.0

02 Jan 17:59
Compare
Choose a tag to compare

0.7.0 - December 2, 2016

v0.6.0

02 Jan 17:58
Compare
Choose a tag to compare

0.6.0 - November 2, 2016

  • [NEW] Adds new HTTP verbs for LINK and UNLINK @justim (#35)
  • [NEW] Upgrades to Axios 0.15.2 - @skellock

v0.5.0

02 Jan 17:58
Compare
Choose a tag to compare

0.5.0 - August 28, 2016

  • [NEW] Adds more options to addRequestTransform - @skellock (#28)
  • [NOTE] Due to how Axios stores headers and our new mutable transforms, I had to move header storage out of Axios and into Apisauce. This will only affect you if you're talking to the Axios object directly. I didn't really predict this coming, so heads up if you're talking to the Axios object currently. It's better to just ask me to change Apisauce to include the missing features. By the time we get to 1.0, we actually might not even use Axios anymore! =)

v0.4.0

02 Jan 17:57
Compare
Choose a tag to compare

0.4.0 - August 17, 2016

  • [NEW] Adds transform support for request and response - @skellock (#26)
  • [NEW] Upgraded to axios 0.13 and fixed a few API changes to make it transparent - @skellock (#24)
  • [FIX] Exposes the config (request) object when the API call fails @skellock (#25)