Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Mar 20:10

0.2.0 (2026-03-18)

Bug Fixes

  • ci: add node-version to setup-node action (eecc23b)
  • ci: configure npm trusted publisher with provenance (fdadf24)
  • ci: remove registry-url config and use NPM_TOKEN for authentication (b746546)
  • clean up imports, packaging, and add typecheck to CI (3c90c53)
  • package.json: update build script path to point to the correct TypeScript file location for successful builds (eeded58)
  • package.json: update module entry point from ts/index.ts to dist/index.js to reflect build output location (d189f6c)
  • package.json: update paths for main, module, and types to reflect new directory structure for better organization and clarity (1f6ffbb)
  • resolve TypeScript errors in fromReadable/fromWritable union types (c1ae74a)

Features

  • release: add GitHub Actions workflow for semantic release automation (8ee9665)
  • streams: add fromDuplex, fromReadable, and fromWritable functions to convert Node.js streams to Web API streams (6f7ab97)