Skip to content

Releases: nearform/sql

v1.6.0

04 May 13:37
Compare
Choose a tag to compare

📚 PR:

  • chore: add dependabot
  • feat: unsafe
  • Add more tests
  • Remove tests that was not supported before
  • feat: support appending statement with unsafe entries
  • chore: use unsafe() function in sqlmap tests
  • chore: use Symbol instead of Symbol.for
  • chore: add quoteIdent
  • chore: add notify release action
  • docs: add readme docs for unsafe and quoteIdent
  • Merge pull request #41 from nearform/feat/unsafe
  • Bump pg from 7.18.2 to 8.6.0 (#43)
  • Bump actions/setup-node from v1 to v2.1.5 (#42)
  • Bump async from 2.6.3 to 3.2.0 (#44)
  • Bump tsd from 0.11.0 to 0.14.0 (#47)
  • Bump tap from 12.7.0 to 15.0.6 (#46)
  • Bump standard from 12.0.1 to 16.0.3 (#45)
  • Bump jsonfile from 5.0.0 to 6.1.0 (#48)

v1.5.1

31 Mar 09:38
Compare
Choose a tag to compare

📚 PR:

  • fix: performance issues calling glue with large arrays

v1.5.0

29 Oct 09:18
Compare
Choose a tag to compare
  • Remove assert module for Jest compatibility
  • Move build to GitHub Actions
  • Replace Hapi with Fastify in security tests

v1.4.0

05 Feb 08:36
Compare
Choose a tag to compare
  • Add TypeScript definitions and default module export (#26)

v1.2.0

22 Apr 15:53
Compare
Choose a tag to compare
  • Add debug SQL attribute and bump dependencies

v1.1.2

26 Mar 10:04
Compare
Choose a tag to compare
  • keep significant whitespace in multiline requests #15

v1.1.1

15 Mar 11:02
Compare
Choose a tag to compare

v1.1.0

06 Aug 07:45
Compare
Choose a tag to compare
  • MySQL support #7
  • Support appending with a simple string #9

v1.0.1

09 Apr 12:57
Compare
Choose a tag to compare
  • Easy multiline support (#4)