v4.0.0
Features
- Using
.cancel
in the code to test now actually cancels (i.e. rejects) the axios call / promise.
Changes
- The signatures of
get
,delete
,head
, andoptions
now align with these of axios, meaning that the third argument (used to bedata
) has been removed.