Releases: infinitered/apisauce
Releases · infinitered/apisauce
v0.13.0
v0.12.0
0.12.0 - April 25, 2017
- [NEW] Bumps Axios to 0.16.1. #110 by @skellock
- [NEW] Adds
deleteHeader()
. #95 by @jkeam - [FIX] Safely reads status code to support mocking environments. #97 by @ashik94vc
- [SUPPORT] Uses
babel-plugin-ramda
for lighter builds. #93 by @DiscoStarslayer - [SUPPORT] Bumps all dev dependencies. #99 by @skellock
- [SUPPORT] Reformats codebase with
prettier
andstandard --fix
. #98 by @skellock
v0.11.0
v0.10.0
v0.9.0
0.9.0 - February 7, 2017
- [NOTE] We don't talk about 0.9.0.
v0.8.0
v0.7.0
v0.6.0
v0.5.0
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! =)