Skip to content

1.1.0

Compare
Choose a tag to compare
@MrAsterisco MrAsterisco released this 19 Apr 14:02

This version improves how clients can update a User profile.

Added

  • New func update(userConfigurationHandler: @escaping (UserData) -> UserData) -> Completable in UserManagerType that lets client take the currently logged-in user and update it.

Improved

  • Documentation around initialising a UserData instance and updating it.