Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 701 Bytes

CHANGELOG.md

File metadata and controls

32 lines (17 loc) · 701 Bytes

Changelog for squel

4 Jan 2013 (1.0.6)

  • Squel can now be told to auto-quote table and field names.

3 Nov 2012 (1.0.5)

  • DELETE queries can now contain JOINs
  • Query builder instances can be clone()'d
  • Cleaner and more thorough tests (and replaced Vows with Mocha, Sinon and Chai)
  • Fixed documentation errors

17 Aug 2012 (1.0.4)

  • QueryBuilder base class for all query builders
  • Exporting query builders
  • Escaping strings with single quotes for PostgreSQL compatibility
  • Migrating to make

27 Jan 2012 (1.0.3)

  • Added 'usingValuePlaceholders' option for INSERT and UPDATE query builders.

20 Dec 2011 (1.0.0)

  • Initial version.