Skip to content

Releases: mysqljs/sql-escaper

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:49
72fbc98

1.5.1 (2026-07-12)

Bug Fixes

  • make TemporalValue self-contained (#49) (f655fe1)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 11:13
4012714

1.5.0 (2026-07-12)

Features

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:02
bda3792

1.4.0 (2026-07-07)

Features

  • add Set and Map support to ? placeholder expansion (#27) (a1dc888)

Bug Fixes

  • expand SET ? in multi-statement queries (#34) (4638497)
  • extend SQL parsing to expand objects across SET assignment lists (#37) (adaf338)
  • substitute placeholders near non-comment -- and executable comments (#31) (bcc11a2)

Performance Improvements

  • scan SET clauses per-token instead of per-char (#38) (f953b9c)

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 16 Feb 18:25
09e7e65

1.3.3 (2026-02-16)

Bug Fixes

  • distinguish delimiters in queries from SQL comments (#22) (5a11707)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 12 Feb 23:33
ca998a7

1.3.2 (2026-02-12)

Bug Fixes

  • expand object params after ON DUPLICATE KEY UPDATE preceded by SET (#19) (a0b2473)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:17
f9859b2

1.3.1 (2026-02-10)

Bug Fixes

  • ensure correct behavior for Falsy params (#16) (d435edb)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 08:09
7213474

1.3.0 (2026-02-10)

Features

  • migrate project to mysqljs organization (#13) (afbf314)

v1.2.0

Choose a tag to compare

@wellwelwel wellwelwel released this 05 Feb 08:12
63179ca

1.2.0 (2026-02-05)

Features

Bug Fixes

v1.1.2

Choose a tag to compare

@wellwelwel wellwelwel released this 05 Feb 05:11
d6502b3

1.1.2 (2026-02-05)

Bug Fixes

  • limit object expansion to immediate placeholder (#7) (7ac70f3)

v1.1.1

Choose a tag to compare

@wellwelwel wellwelwel released this 05 Feb 03:14
e396bae

1.1.1 (2026-02-05)

Bug Fixes

  • prevent object expansion in placeholders after SET clause (#5) (557bd7f)