8000 Releases · carocad/hugsql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Releases: carocad/hugsql

v1.1.0

20 Mar 22:28
Compare
Choose a tag to compare

1.1.0 (2020-03-20)

Bug Fixes

  • removed extra , in template (269225c)
  • separate postgres from other sql queries (b757388)
  • use a single parameter to reduce complexity (79d4ae3)
  • use new file extension for handlebars templates (25a3a0a)

Features

  • allow path to be a single file (45fe94c)

v1.0.0

20 Mar 21:08
Compare
Choose a tag to compare

1.0.0 (2020-03-20)

Bug Fixes

  • changed template to return array instead of object (0b4f0ce)
  • dont allow :name nor @name on labeled mode (13ebca5)
  • dont escape sql parameters (8451e05)
  • filepath is a command (b325559)
  • missing branch condition (0a62cc8)
  • multiline statements where not properly wrapped (9e81ffa)
  • respect $ symbol on anonymize function (fff1da4)
  • use arrays directly instead of functions (16758e2)
  • verify used parameters in sql and jsdoc (471ca52)
  • whitespace before ? (80b67ff)

Features

0