This repository was archived by the owner on Feb 12, 2026. It is now read-only.
Releases: raphaelpor/fitch.js
Releases · raphaelpor/fitch.js
v0.11.0
v0.10.0
Breanking changes:
- Unnecessary method removed:
error - Response changed to have more information. Now, your data is inside
dataobject:
fitch.get(apiUrl)
.then(response => console.log(response))
/* Response:
{
data: { foo: 'bar' },
status: 200,
statusText: 'Ok',
headers: { Content-Type: application/json },
}
*/v0.9.0
- Added new logo
- Added method 'all'. See more here.
- Fixed error with babel config on React Native
v0.8.0
- Added build scripts using Webpack + Babel.
- Breaking change: method delete renamed to del.
v0.7.0
v0.6.0
- Added suppot for all the native config options. See more at MDN and Fitch documentation.
v0.5.0
- Added support to redirect configuration
- Added support to credentials configuration
- Improved documentation
v0.4.5
Added a better documentation.