Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@travisneids travisneids released this 30 Sep 16:48
94a24e4

Release Version: 0.2.0

New Features:

  • Enhanced AttributionAPI: The AttributionAPI class has been updated to include new functionality for creator validation, improving flexibility in handling multiple creator codes at once.
  • Referrals API Expansion: The ReferralsAPI now supports additional referral data fields, allowing for deeper tracking and reporting within games.
  • New Helper Functions: Introduced helper methods to streamline common SDK tasks, including new methods for parsing and validating user input for API requests.

Bug Fixes:

  • Error Handling in SDKInitializer: Fixed a bug where incorrect error handling occurred if an invalid API key was provided during initialization, preventing the correct logging of failure reasons.
  • UI Rendering Issues: Addressed a UI issue where certain elements would not render correctly when displaying creator codes after API validation.

Improvements:

  • Performance Optimization: Reduced the memory footprint of API requests by optimizing data serialization and reducing redundant operations.
  • Updated Documentation: The SDK documentation has been updated to reflect the new API endpoints and helper functions, making it easier for developers to integrate the SDK into their projects.
  • Codebase Cleanup: Refactored several SDK components to ensure more modular code and easier future updates, particularly in the AttributionAPI and ReferralsAPI classes.