Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 443 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 443 Bytes

Ralph Change Log

2017-03-13 v0.1

  • Initial public release

2018-04-06 v0.5

  • Updated codebase to use PHP 7 typehints.
  • Migrate tests from Codeception to PHPUnit.
  • Add ResultSet class to make working with returned results easier.
  • Changed namespace from CCR\Sparql to CCR\Ralph.
  • Renamed SparqlClient to Client.
  • Added use of static analysis with PHPStan and improved Makefile.