aboutsummaryrefslogtreecommitdiff
tag namev1.0.4 (69e520c82fdec0a1c6c95b563bb18fa034b74759)
tag date2022-04-18 12:05:06 -0400
tagged byYour Name <you@example.com>
tagged objectcommit ddc05ee8fa...
downloadlibbible-1.0.4.tar.gz (sig)
libbible-1.0.4.tar.bz2 (sig)
libbible-1.0.4.zip (sig)
API Additions
Added two new methods to the API: ``` std::vector<std::string> getModuleNames(void); std::vector<std::string> getBooks(std::string modName); ``` Taken together these methods provide similar functionality to `std::map<std::string, std::vector<std::string>> getModules(void);`, but with the opportunity for performance gains when querying over a subset of the installed modules.