Skip to content

Latest commit

 

History

History
70 lines (31 loc) · 3 KB

File metadata and controls

70 lines (31 loc) · 3 KB

Changelog

1.3.3 (2026-02-16)

Bug Fixes

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

1.3.2 (2026-02-12)

Bug Fixes

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

1.3.1 (2026-02-10)

Bug Fixes

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

1.3.0 (2026-02-10)

Features

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

1.2.0 (2026-02-05)

Features

Bug Fixes

1.1.2 (2026-02-05)

Bug Fixes

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

1.1.1 (2026-02-05)

Bug Fixes

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

1.1.0 (2026-02-05)

Features

  • use an AST-based approach to map keywords (#3) (f7cde0a)

1.0.0 (2026-02-04)

Features