tag:github.com,2008:https://github.com/pganalyze/pg-query-emscripten/releasesRelease notes from pg-query-emscripten2024-09-04T07:46:35Ztag:github.com,2008:Repository/60153902/v5.1.02024-09-04T07:50:10Zv5.1.0<ul>
<li>Update to Postgres 16 parser, match libpg_query versioning scheme</li>
<li>Add optional WASM build output in "pg_query_wasm.js" file</li>
<li>Adjust function names to use camelCase naming instead of under_score_case <a href="https://github.com/PhilipTrauner">Philip Trauner</a></li>
<li>Export as ESM module (note this may require use of a transpiler when importing this library) <a href="https://github.com/PhilipTrauner">Philip Trauner</a></li>
<li>Add support for scan function (pg_query_scan) <a href="https://github.com/PhilipTrauner">Philip Trauner</a></li>
<li>Support newer emscripten versions <a href="https://github.com/neighbaa">Julz Hoben</a> <a href="https://github.com/PhilipTrauner">Philip Trauner</a></li>
</ul>lfittl