Skip to content

0.0.2

Choose a tag to compare

@marekVrican marekVrican released this 05 Aug 14:55
· 4 commits to main since this release

[0.0.2] - 2025-08-05

Added

  • Encoding based on RemoteMessage protocol
    Introduced a new protocol-based encoding system for RemoteMessage, allowing for greater flexibility and consistency.
  • Presentation effects customization
    You can now choose between blur and dimming effect when presenting content.

Changed

  • Increased minimum supported iOS version to iOS 13
    Expanded support for newer APIs while dropping compatibility with older systems.
  • Refactored RemoteMessage into a protocol
    RemoteMessage is now a protocol with two methods:
    shouldShowMessage() and localizedMessage() — enabling custom implementations and logic injection.