- refactored to be fully OOP
- changed code style to be PSR-2 compliant
- removed all unnecessary
static
keywords - removed old bootstrap file for fuelphp
- added Connection::ping()
- added Connection::close()
- fixed uncaught exception thrown by Connection::getConnection()
- removed Array typehints
- removed unsupported charset argument
- fixed composer bootstrap
- removed
Sphinxql
prefix on Connection and Expression classes
- added Queue support
- fixed composer bootstrap
- improved phpunit tests
- initial release