All notable changes to this project will be documented in this file.
- 💥 Breaking change: Due to the reliability issues with the
flagoption, it has been removed. The plugin now intercepts all requests oncestart()is called, and stops intercepting whenstop()is called.
- 💥 Breaking change: The behavior of this plugin has been adjusted to only intercept requests with the URLs matching the pattern specified with the
flagoption, rather than intercepting almost all requests, which affected performance and memory usage. - Remove
ignoreconfig option in favor of theflagoption for behavioral change. - Fix OutOfMemoryError due to inadequate handling of large response bodies.
- 💥 Breaking change: Upgrade to Capacitor 8.x