- Back reference syntax in replacement value causing inaccurate string interpolation
- Updated to be instance of PSR-3 LoggerAwareInterface
- Added logging behavior
- Update copyright date
- Fixed comments (per PhpStorm)
- Fix headers in changelog
- Updated parameter interpolation process for more reliable / proper behavior
- Handle null values
- Test for successful execution of database query with named placeholders
- Updated README
- Remove un-needed escape sequences in regular expression patterns
- Nothing
- Remove duplication of code for input and bound parameters
- Identified and fixed documentation errors
- Full PHPUnit Test Suite
- Reorganize code to more suitable project structure
- Nothing
- Now takes into account bound arguments' datatypes when compiling interpolated string (previously, all values were quoted when it's likely inappropriate to quote INT datatypes). This allows for viewing/using bound values in e.g. LIMIT clauses where the quotes would interfere with processing the resultant query.