Skip to content

Releases: noahheck/E_PDOStatement

2.3.1

12 Apr 03:51
11c8d4b
Compare
Choose a tag to compare

Fixes regex back reference syntax causing issues in replacement value

2.3.0

16 Mar 19:48
09b9fb6
Compare
Choose a tag to compare

Adds PSR-3 Logger logging

2.2.0: Merge pull request #11 from noahheck/SubstringReplacement

09 Nov 00:34
Compare
Choose a tag to compare

Updated parameter interpolation instruction to handle substring replacements correctly
Handles null values correctly

2.1.5: Updates to docs and regex patterns

13 May 16:58
Compare
Choose a tag to compare
Removed un-needed escape sequences in regex patterns
Updated README

2.1.4

25 Oct 16:25
Compare
Choose a tag to compare
Removed duplicated code for bound and input params

2.1.3

25 Oct 05:52
Compare
Choose a tag to compare
Update gitignore

2.1.2: Initial PHPUnit setup

25 Oct 04:53
Compare
Choose a tag to compare

PHPUnit test suite implemented

2.1.1

19 Jul 18:33
Compare
Choose a tag to compare
Updated parameter replacement for input params

2.1.0: Datatype and autoloading

19 Jul 18:24
Compare
Choose a tag to compare
Take into account datatype when performing interpolation
Modify file structure and namespacing to allow native composer autoloading

Composer Setup

07 Feb 22:34
Compare
Choose a tag to compare

Packaged for distribution through composer
Also, renamed class and filename to meet PSR-0 (e.g. removed _ from file/classname)