Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 612 Bytes

File metadata and controls

16 lines (11 loc) · 612 Bytes

Changelog

All notable changes to this project will be documented in this file.

Unreleased

1.7.0

  • Node.js support and CI:

    • Declare runtime support: Node >=18 in package.json engines
    • Build target via tsup set to node18 to ensure compatibility across Node 18/20/22/24
    • CI matrix updated to test Node 18.x, 20.x, 22.x, 24.x, and “latest” for early signal on upcoming changes
    • Development types use latest stable @types/node (currently v24) as a devDependency
  • Fixes:

    • Add explicit Buffer imports from node:buffer in lib/utils/miam.ts and lib/plugins/Label_H1_OHMA.ts