Skip to content

Latest commit

 

History

History
70 lines (31 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

70 lines (31 loc) · 3.45 KB

Changelog

1.0.2 (2025-03-21)

Bug Fixes

1.0.1 (2025-03-19)

Bug Fixes

1.0.0 (2025-03-19)

⚠ BREAKING CHANGES

  • This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use "type": "module" in your package.json, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.

Build System

0.7.3 (2024-10-01)

Features

  • add INVALID_ARGUMENT_FOR_XQUERY (10608) (#540) (e14399a)

0.7.2 (2024-07-22)

Features

0.7.1 (2024-02-19)

Features

Bug Fixes

  • update sync.ts quotes for prettier changes (845a7c3)

0.7.0 (2023-09-11)

⚠ BREAKING CHANGES

  • sync: This removes an enum constant, and could possibly break code that uses it.

Features

  • sync: remove SNAPSHOT_TOO_OLD (72000) (#508) (6477108)

0.6.1 (2023-07-07)

Features

  • publish with npm provenance (6b28711)