2.0.0
Backward-incompatible changes:
- Requires PHP 8.
- Base namespace changed for
acdhOeaw\acdhRepoLibtoachdOeaw\arche\lib. acdhOeaw\arche\lib\RepoInterface::getResourcesBySqlQuery(),acdhOeaw\arche\lib\RepoInterface::getResourcesBySearchTerms()andacdhOeaw\arche\lib\RepoDb::getResourcesBySqlQuery()return generators instead of arrays. You can cast it to array withiterator_to_array().
Internal changes:
- Guzzle version bumped to 7.
- Switched to using
zozlak/query-partinstead of ownQueryPartclass. - Lots of changes making the code fulfill phpstan level 8 checks.