LayerKit v1.0.0-pre1 Release Notes

  • Public API Changes

    • The LYRMessage object's parts accessor, which used to provide an array of LYRMessagePart instances, now hands the LYRMessagePart collection in a form of an NSSet.
    • The LYRClient method that vends new LYRMessage instances newMessageWithParts:options:error: now takes an NSSet instead of an NSArray of LYRMessagePart objects.

    ✨ Enhancements

    • ➕ Adds support for message content updates issued through the SAPI. [IOS-3317] (note: this requires the client to re-sync all of the most recent data with the server)