Skip to content

Latest commit

 

History

History
executable file
·
38 lines (23 loc) · 628 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
38 lines (23 loc) · 628 Bytes

0.9.0

  • refactored to be fully OOP
  • changed code style to be PSR-2 compliant
  • removed all unnecessary static keywords
  • removed old bootstrap file for fuelphp

0.8.6

  • added Connection::ping()
  • added Connection::close()
  • fixed uncaught exception thrown by Connection::getConnection()

0.8.5

  • removed Array typehints
  • removed unsupported charset argument

0.8.4

  • fixed composer bootstrap
  • removed Sphinxql prefix on Connection and Expression classes

0.8.3

  • added Queue support

0.8.2

  • fixed composer bootstrap

0.8.1

  • improved phpunit tests

0.8.0

  • initial release