Releases: noahheck/E_PDOStatement
Releases · noahheck/E_PDOStatement
2.3.1
2.3.0
2.2.0: Merge pull request #11 from noahheck/SubstringReplacement
Updated parameter interpolation instruction to handle substring replacements correctly
Handles null values correctly
2.1.5: Updates to docs and regex patterns
Removed un-needed escape sequences in regex patterns Updated README
2.1.4
2.1.3
2.1.2: Initial PHPUnit setup
PHPUnit test suite implemented
2.1.1
2.1.0: Datatype and autoloading
Take into account datatype when performing interpolation Modify file structure and namespacing to allow native composer autoloading
Composer Setup
Packaged for distribution through composer
Also, renamed class and filename to meet PSR-0 (e.g. removed _ from file/classname)