v0.57.0 (2020-03-31)
General
⚠️ Breaking changes ⚠️
- iOS: The
reqwest
network stack will not be initialized automatically anymore.
Please callViaduct.shared.useReqwestBackend()
as soon as possible before using the framework. (#2880)
Logins
What's New
- A new function was added to return a list of duplicate logins, ignoring
username. (#2542)