All Versions
59
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v5.0.1 Changes

    • ⚑️ Updated AppsFlyer cocoapods dependance to use newer version of framework (@starikovvm)
  • v5.0.0 Changes

    • πŸ‘‰ Use ReactiveObjC instead of ReactiveCocoa in DSL - orta/DinosaurDad
    • ⬇️ Drop iOS 7 support - orta/DinosaurDad
  • v4.0.2 Changes

    • πŸ‘ Allows AdjustProvider to be set up with an AdjustDelegate
    • πŸ‘Œ Support custom event tracking for HockeyApp provider (@wzs)
    • Don’t dispatch DSL blocks if view controller has been deallocated in the mean time (@alloy)
  • v4.0.1 Changes

    • πŸ›  Fixes Countly initialization issue
  • v4.0.0 Changes

    • πŸ›  Fixes issue where Adjust SDK assumes event value is a string
    • Enables unidentified users for Intercom (@MrAlek)
    • πŸš€ Increased deployment target for Localytics and Intercom to 8.0 (@BenchR267 & @garnett)
    • ⚑️ Updated logTimingEvent function to use given category for GoogleAnalytics. (@Goharhovhannisyan)
    • πŸ‘‰ Makes Intercom reset old user data before registering user (@MrAlek)
  • v3.10.2 Changes

    • βž• Added ARLogv function for Switft interop (@ibrt)
    • πŸ”„ Changed import method for Localytics (@cemaleker)
    • πŸ”„ changed return type of init methods to instancetype instead of id (@BenchR267)
    • βž• Added support for Appboy (@BenchR267)
  • v3.10.1 Changes

    • πŸ‘ tvOS support actually works if you don't use cocoapods-expert-difficulty [orta]
  • v3.10.0 Changes

    • βž• Add Google Analytics event dispatching immediately after sending events while debugging (@superarts)
    • βž• Added support for Firebase Analytics (@BenchR267)
    • βž• Added support for Leanplum (@BenchR267)
  • v3.9.2 Changes

    • πŸ›  Fix issue in DSL where properties block was being invoked more than once (@arifken)
  • v3.9.1 Changes

    • βž• Add support for dynamic page names and event names in the DSL (@arifken)
    • βž• Add configuration setting to the Adobe provider for -trackAction:data: vs. -trackState:data: for screen views. When enabled, allows page views with custom properties to be tracked with -trackState:data: (@arifken)
    • 🌲 Use proper error logging method for Fabric / Crashlytics (@wzs)
    • πŸ‘Œ Improved Adobe Omniture (@arifken)
    • Mixpanel provider can register push notifications (@rad182)
    • πŸ›  Fixes to Localytics (@garnett)
    • Avoiding using the top level Google Pod due to not being Bitcode compatibole (@fotiDim)