Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 720 Bytes

File metadata and controls

26 lines (17 loc) · 720 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.0] - 2025-12-02

Breaking Changes

  • Capacitor 7 Support: Upgraded from Capacitor 6 to Capacitor 7
    • Minimum peer dependency is now @capacitor/core ^7.0.0
    • Projects using Capacitor 6 should continue using version 0.0.1

Changed

  • Upgraded @capacitor/core from ^6.0.0 to ^7.0.0
  • Upgraded @capacitor/ios from ^6.0.0 to ^7.0.0
  • Upgraded @capacitor/android from ^6.0.0 to ^7.0.0
  • Upgraded @capacitor/docgen from ^0.2.2 to ^0.3.0

[0.0.1] - Initial Release

Added

  • Initial release of Capacitor StreamHttp plugin
  • Native HTTP streaming support for iOS and Android
  • Web fallback implementation