tag name | v1.0.4 (69e520c82fdec0a1c6c95b563bb18fa034b74759) |
tag date | 2022-04-18 12:05:06 -0400 |
tagged by | Your Name <you@example.com> |
tagged object | commit ddc05ee8fa... |
download | libbible-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.