Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

69 lines (38 loc) · 1.35 KB

Change Log

2.3.1 (2018-04-11)

Fixed

  • Back reference syntax in replacement value causing inaccurate string interpolation

2.3.0 (2018-03-16)

Added

  • Updated to be instance of PSR-3 LoggerAwareInterface
  • Added logging behavior

Fixed (2017-12-09)

  • Update copyright date
  • Fixed comments (per PhpStorm)

Fixed (2017-12-07)

  • Fix headers in changelog

2.2.0 (2016-11-08)

Added

  • Updated parameter interpolation process for more reliable / proper behavior
  • Handle null values

2.1.5 (2016-05-13)

Added

  • Test for successful execution of database query with named placeholders
  • Updated README

Fixed

  • Remove un-needed escape sequences in regular expression patterns

2.1.4 (2015-10-25)

Added

  • Nothing

Fixed

  • Remove duplication of code for input and bound parameters
  • Identified and fixed documentation errors

2.1.3 (2015-10-24)

Added

  • Full PHPUnit Test Suite
  • Reorganize code to more suitable project structure

2.1.2 (2015-07-19)

Added

  • Nothing

Fixed

  • 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.