Releases: ActuallyConnor/pseudo
Releases · ActuallyConnor/pseudo
1.1.1
What's Changed
- Building better documentation by @ActuallyConnor in #5
- Create CODE_OF_CONDUCT.md by @ActuallyConnor in #6
- Create LICENSE by @ActuallyConnor in #7
- Update issue templates by @ActuallyConnor in #8
- Making one line change and adding unit test by @ActuallyConnor in #9
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Bring PHPStan to level 9 and adding workflow by @ActuallyConnor in #4
New Contributors
- @ActuallyConnor made their first contribution in #4
Full Changelog: 1.0.6...1.1.0
1.0.6
Full Changelog: 1.0.5...1.0.6
1.0.5
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
Full Changelog: 1.0.3...1.0.4
Switching package name to pseudo/pseudo
1.0.3
Full Changelog: 1.0.2...1.0.3
1.0.3
Changed
- Add ability to throw exception as expected result 61c6930
1.0.2
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
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
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 toPseudoPdoException
- Rename
Exception
class toPseudoException
- Refactor method signature for
Pseudo\Pdo::mock()
- Change
Pseudo\Pdo::mock(string $sql, $params = null, $expectedResults = null)
- Change