Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 742 Bytes

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 742 Bytes

Changelog

v1.8.1
  • Updated StatementContainer class with:
    • Minor fix setPlaceholders() method
v1.8.0
  • PSR-2 coding style guide adopted
  • Updated InsertStatement class with:
    • Added columns() method
  • Updated UpdateStatement class with:
    • Added set() method
  • Updated StatementContainer class with:
    • Added $table argument in delete() method
  • Updated WhereClause class with:
    • Fixed orWhereLike()
v1.7.2
  • Updated SelectStatement class with:
    • Minor fix select() method (working fix)
v1.7.1
  • Updated SelectStatement class with:
    • Minor fix select() method
  • Removed old changelog notes
v1.7.0
  • Revised release version