Skip to content

Releases: blakeembrey/sql-template-tag

Enumerable getters

23 Oct 06:31
Compare
Choose a tag to compare
  • Make getters enumerable for MySQL support (#5)
  • Throw error when using join for empty arrays (#4)

Cache SQL and values output

16 Jul 04:24
Compare
Choose a tag to compare

Added

  • Cache SQL (text and sql properties) and values output to reduce repeated usage overhead

Default Export

04 May 05:13
Compare
Choose a tag to compare

Added

  • Export sqltag as default export

Allow undefined and null

04 May 04:58
Compare
Choose a tag to compare

Fixed

  • Allow undefined and null as values in TypeScript

Documentation Updates

06 May 13:33
Compare
Choose a tag to compare

Added

  • package.json description
  • README changes

Initial Release

06 May 12:26
Compare
Choose a tag to compare

Module for building SQL queries from tagged template strings in JavaScript.