You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the LanguageOverview struct's members now are all optional.
Access them now with the normal SwiftUI optional-chaining logic.
Reasoning: when you send the "fields[]" parameter to the UI, it will omit whatever fields weren't requested.
Performance Improvements
optimizes API calls getting the lists of Bible versions and language data (0cb6579)