Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 338 Bytes

CHANGELOG.md

File metadata and controls

12 lines (8 loc) · 338 Bytes

[1.0.0] - 2023-06-15

Changed

  • BREAKING CHANGE: Return result of all requests now returns all Axios values (such as request headers) and not just the data. Simply, now you need to go res.data.success instead of res.success.