Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 1.19 KB

Changelog

5.1.0 2024-09-04

  • Update to Postgres 16 parser, match libpg_query versioning scheme
  • Add optional WASM build output in "pg_query_wasm.js" file
  • Adjust function names to use camelCase naming instead of under_score_case Philip Trauner
  • Export as ESM module (note this may require use of a transpiler when importing this library) Philip Trauner
  • Add support for scan function (pg_query_scan) Philip Trauner
  • Support newer emscripten versions Julz Hoben Philip Trauner

0.1.0 2018-09-11

  • Update to Postgres 10 parser Alexey Shamrin #6
  • Explicitly disable WebAssembly builds for now, to avoid compatibility issues

0.0.4 2017-03-24

0.0.3 2016-09-19

  • Make package webpack compatible

0.0.2 2016-09-19

  • Minor cleanups, improved docs

0.0.1 2016-09-19

  • First tagged release