Skip to content

2.0.0

Choose a tag to compare

@zozlak zozlak released this 26 May 14:19
· 259 commits to master since this release

Backward-incompatible changes:

  • Requires PHP 8.
  • Base namespace changed for acdhOeaw\acdhRepoLib to achdOeaw\arche\lib.
  • acdhOeaw\arche\lib\RepoInterface::getResourcesBySqlQuery(), acdhOeaw\arche\lib\RepoInterface::getResourcesBySearchTerms() and acdhOeaw\arche\lib\RepoDb::getResourcesBySqlQuery() return generators instead of arrays. You can cast it to array with iterator_to_array().

Internal changes:

  • Guzzle version bumped to 7.
  • Switched to using zozlak/query-part instead of own QueryPart class.
  • Lots of changes making the code fulfill phpstan level 8 checks.