Skip to content

Releases: ActuallyConnor/pseudo

1.1.1

01 Nov 14:14
b3cf454
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

12 Oct 13:43
e28e5bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.6...1.1.0

1.0.6

07 Oct 22:23
Compare
Choose a tag to compare

Full Changelog: 1.0.5...1.0.6

1.0.5

02 Oct 18:10
Compare
Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

  • Updating README docs
  • Adding official documentation site https://pseudo-pdo.org/
  • Adding more tests (already at 100% coverage but want to test real PDO examples)

1.0.4

28 Sep 20:14
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

Switching package name to pseudo/pseudo

1.0.3

28 Sep 19:15
Compare
Choose a tag to compare

Full Changelog: 1.0.2...1.0.3

1.0.3

Changed

  • Add ability to throw exception as expected result 61c6930

1.0.2

27 Sep 20:15
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.2

Changed

  • Updating ResultCollection::getResult() to be able to return
    bool f6e1b2c

1.0.1

27 Sep 20:02
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

1.0.1

Changed

  • Add ability to return false as the query
    response ef88d6d

1.0.0

27 Sep 12:10
Compare
Choose a tag to compare

Full Changelog: 0.5...1.0.0

  • Library forked from jimbosjb/pseudo
  • Connor take ownership
  • Update entire library to be compatible for PHP 8.x
  • README.md updates
  • Restructuring exceptions directory
  • Add support for Pseudo\PdoStatement::getIterator()
  • Dropping dead code
  • Repairing composer.json
  • Rename PdoException class to PseudoPdoException
  • Rename Exception class to PseudoException
  • Refactor method signature for Pseudo\Pdo::mock()
    • Change Pseudo\Pdo::mock(string $sql, $params = null, $expectedResults = null)