Skip to content

Releases: blakeembrey/sql-template-tag

Documentation: Native OracleDB support

20 Apr 23:59
cccce03
Compare
Choose a tag to compare

Added

Fixed

  • Add missing template to example (#39) thanks to @menduz

v5.2.0...v5.2.1

OracleDB support

28 Nov 08:15
ceccfc3
Compare
Choose a tag to compare

Added

Bulk method and readonly input types

04 Sep 21:59
ee664d6
Compare
Choose a tag to compare

Added

v5.0.3...v5.1.0

Set `Value` type to `unknown`

27 May 22:19
e844bc4
Compare
Choose a tag to compare

Fixed

v5.0.2...v5.0.3

Performance improvements

13 May 01:41
5753724
Compare
Choose a tag to compare

Improved performance across the main use-cases:

  • Constructor shows 4% improvement
  • sql method shows 14% improvement
  • text method shows 4% improvement

These are pretty minor adjustments so feel free to test it on your OS and JS configurations to confirm whether these changes help.

Allow `Date` as value type

31 Jan 19:59
fd2f34b
Compare
Choose a tag to compare

Fixed

v5.0.0...v5.0.1

ES Module

31 Jan 03:07
a1715b2
Compare
Choose a tag to compare

Changed

  • Properly type check objects 16b4ede
  • Remove older cruft around enumerable properties and duplicated exports a978eed
  • Bump node 12 depenency 662f2fc
  • Build for ES modules bec0263

Added

  • Add mssql recipe to README 36c9db4

v4.1.0...v5.0.0

Remove `util` dependency

30 Jan 19:59
3e0f470
Compare
Choose a tag to compare

Fixed/changed

  • Use inspect symbol over import d1fb92e (to support browsers)
  • Rename default export to sql (#15) a10d034

v4.0.0...v4.1.0

Use Plain Template Strings

09 Aug 03:46
Compare
Choose a tag to compare

In the initial release I used raw strings, but this creates confusion and bugs on how the string should be interpreted, preferring to use the plain JS strings instead (more info at #11).

Performance Improvements

23 May 17:54
Compare
Choose a tag to compare

Fixed

  • 3x faster, 4x less memory overhead

Changed

  • Removed access to raw* properties (previously protected properties)