8000 Releases · stratedge/wye · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: stratedge/wye

v0.8.0

04 Feb 03:32
9d3d32b
Compare
Choose a tag to compare

Changed

  • Store executed PDOStatements in a StatementCollection
  • Deprecate smart getters and setters

v0.7.0

04 Feb 01:24
3d589fb
Compare
Choose a tag to compare

Added

  • Ability to limit backtrace records logged, with an override-able default
  • Ability to log backtraces for statements run, either for all tests or a single test
  • BacktraceCollection class to contain backtrace logs
  • Collection::map() method

v0.6.0

28 Jan 20:17
f9101b9
Compare
Choose a tag to compare

Added

  • Results can be attached at a specific index instead of always appending

Changed

  • Queries run without a corresponding result will get a new, empty result
  • Move unit tests into /tests/Unit directory

v0.5.0

28 Jan 18:42
8a30780
Compare
Choose a tag to compare

Added

  • Mock for the PDO::exec() method

v0.4.0

31 Jul 01:13
Compare
Choose a tag to compare

Added

  • Mock for the PDO::commit() method
  • Mock for the PDO::rollBack() method
  • rolled_back property to Stratedge\Wye\Transaction
  • getRolledBack() method to Stratedge\Wye\Transaction
  • setRolledBack() method to Stratedge\Wye\Transaction

v0.3.0

23 May 18:52
Compare
Choose a tag to compare

Added

  • Mock for the PDOStatement::bindValue() method
  • Inspect parameter, value, and data type bindings on executed statements
  • CHANGELOG.md

Changed

  • Move documentation from README.md to Github wiki - https://github.com/stratedge/wye/wiki
  • Remove the params property from Stratedge\Wye\PDO\PDOStatement
  • Remove params method from Stratedge\Wye\PDO\PDOStatement
  • Remove getParams method from Stratedge\Wye\PDO\PDOStatement
  • Remove setParams method from Stratedge\Wye\PDO\PDOStatement

v0.2.0

03 May 03:10
Compare
Choose a tag to compare

Added

  • Mock for the PDOStatement::rowCount() method
  • Return count of rows associated to a result
  • Override and set the count of rows for a specific result
  • Support for PHP 7.1

Changed

  • Drop support for PHP 5.5

v0.1.0

23 Apr 18:36
Compare
Choose a tag to compare

Added

  • Register results to return when queries are run
  • Retrieve information about each query that is run
  • Fetch results with PDO::FETCH_ASSOC, PDO::FETCH_BOTH, PDO::FETCH_CLASS,
    and PDO::FETCH_OBJ formatting
  • Record transactions
  • Record query quoting
  • Reset the record of queries that have been run
  • Mock for the PDOStatement::execute() method
  • Mock for the PDOStatement::fetch() method
  • Mock for the PDOStatement::fetchAll() method
  • Mock for the PDOStatement::fetchObject() method
  • Mock for the PDOStatement::setFetchMode() method
  • Mock for the PDO::beginTransaction() method
  • Mock for the PDO::lastInsertId() method
  • Mock for the PDO::prepare() method
  • Mock for the PDO::quote() method
0