Liquid Analytics v0.8.0-beta Release Notes

    • [feature] Added Kiwi tests/specs for the most important Liquid components (use Liquid.xcworkspace in order to run them).
    • [feature] A Demo App is now available on Liquid Project (at both Liquid.xcodeproj and Liquid.xcworkspace) to ease the integration by new developers.
    • [feature] A new NSNotification and LiquidDelegate is availabe to inform developers that a user was identified on Liquid SDK.
    • [feature] Two new methods to get current entity identifiers: deviceIdentifier: and sessionIdentifier: (beyond the already existing userIdentifier:)
    • [enhancement] Many stability important improvements that avoid race conditions. A lot of integration tests were created to guarantee this stability.
    • [enhancement] In development mode, fatal Liquid configuration errors are now asserts instead of simple console logs. In production, console logs were kept.