1.0.2 (2025-03-21)
1.0.1 (2025-03-19)
1.0.0 (2025-03-19)
- This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use
"type": "module"
in yourpackage.json
, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.
0.7.3 (2024-10-01)
0.7.2 (2024-07-22)
0.7.1 (2024-02-19)
- update sync.ts quotes for prettier changes (845a7c3)
0.7.0 (2023-09-11)
- sync: This removes an enum constant, and could possibly break code that uses it.
0.6.1 (2023-07-07)
- publish with npm provenance (6b28711)