v3.0.0
3.0.0 (2022-12-13)
Code Refactoring
- Change return types (97485ff)
BREAKING CHANGES
- changes the returned type from the extracting function
getPackages
. So far a string has been returned, which delimited each
entry in the DB with a newline, and each part of the entry with a tab.
Instead, we now pass a proper type back to the caller, making it easier
to have (and parse) optional fields.