Change8

v1.13.6

📦 axiosView on GitHub →
2 features🐛 4 fixes🔧 3 symbols

Summary

This release focuses on platform compatibility, error handling improvements, and code quality maintenance, notably adding React Native Blob support and fixing environment exports.

Migration Steps

  1. Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

✨ New Features

  • Axios now includes support for React Native Blob objects.
  • Implemented prettier across the codebase and resolved associated formatting issues.

🐛 Bug Fixes

  • Fixed module exports for React Native and Browserify environments.
  • Added safe FormData detection for the WeChat Mini Program environment.
  • AxiosError.message is now correctly enumerable.
  • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation.

Affected Symbols