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
Added a new getLanguages() function to the public API
Added missing documentation for the getReferencesMatchingPhrase() function
Eliminated lodash-es as a dependency
Added many additional tests to ensure the proper functioning of the API; code coverage is now at 95%
The priority/metadata fields have been removed from the Bible book object
The priority field was only ever meant for internal use
The metadata field was removed to keep the resulting objects smaller (in case you decide to JSON-serialize them); the getBibleBookMetadata() is now the preferred and only way to retrieve this metadata