All Versions
25
Latest Version
Avg Release Cycle
154 days
Latest Release
1778 days ago

Changelog History
Page 2

  • v0.9.7 Changes

    • โž• added support for unix sockets
    • โž• added NOT IN condition in WHERE statements
  • v0.9.6 Changes

    • โž• added named integer lists support to OPTION with associative array (@alpha0010)
    • deprecated special case OPTION for field_weights and index_weights
    • ๐Ÿ‘ฎ forced Connection to use utf8 charset (@t1gor)
  • v0.9.5 Changes

    • ๐Ÿ‘ Expression support for OPTION value
  • v0.9.4 Changes

    • Replaced getConnectionParams() and setConnectionParams() with getParam(), getParams(), setParam() (thanks to @FindTheBest)
    • ๐Ÿ—„ Deprecated getConnectionParams() and setConnectionParams()
    • โž• Added ConnectionInterface
  • v0.9.3 Changes

    • ๐Ÿ‘ HHVM support
    • โž• Added escaping of new MATCH features by lowercasing the search string
  • v0.9.2 Changes

    • ๐Ÿ— created Helper class to contain non-query-builder query methods, all returning SphinxQL objects
    • ๐Ÿ— deprecated all non-query-builder query methods in SphinxQL class
    • ๐Ÿ‘Œ improved $sq->enqueue() in SphinxQL class to have a parameter to append any custom SphinxQL objects
    • โž• added $sq->query() method to SphinxQL to allow setting SQL queries without executing them
  • v0.9.1 Changes

    • ๐Ÿ—„ deprecated SphinxQL::forge() with static Connection and implemented SphinxQL::create($conn)
    • โž• added array and * support to MATCH columns (thanks to @FindTheBest)
    • โž• added Expression support to MATCH value
  • v0.9.0 Changes

    • ๐Ÿ”จ refactored to be fully OOP
    • ๐Ÿ’… changed code style to be PSR-2 compliant
    • โœ‚ removed all unnecessary static keywords
    • โœ‚ removed old bootstrap file for fuelphp
  • v0.8.6 Changes

    • โž• added Connection::ping()
    • โž• added Connection::close()
    • ๐Ÿ›  fixed uncaught exception thrown by Connection::getConnection()
  • v0.8.5 Changes

    • โœ‚ removed Array typehints
    • โœ‚ removed unsupported charset argument