Skip to content

Releases: zetlen/csv-browser-stream

csv-browser-stream: v1.3.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 18:24
5b74564

1.3.0 (2026-01-28)

Features

  • expose row metadata in collect() callback (#14) (963acd8)

csv-browser-stream: v1.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 17:51
46b8623

1.2.1 (2026-01-26)

Bug Fixes

  • add TextDecoderStream fallback for WebKit compatibility (#11) (7ab0b4f)

csv-browser-stream: v1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 22:10
802782e

1.2.0 (2026-01-25)

Features

  • expose raw fields array and add strictColumns option (#8) (fef6649), closes #7

csv-browser-stream: v1.1.4

Choose a tag to compare

@github-actions github-actions released this 25 Jan 05:27
07e90a3

1.1.4 (2026-01-25)

Bug Fixes

  • add repository field to package.json for npm provenance (4d175f9)

csv-browser-stream: v1.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Jan 05:24
382cdc0

1.1.3 (2026-01-25)

Bug Fixes

  • add setup-node with registry-url and update npm for OIDC (3640ae7)

csv-browser-stream: v1.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jan 05:20
bb81da0

1.1.2 (2026-01-25)

Bug Fixes

  • remove setup-node for pure OIDC auth (9d990b0)

csv-browser-stream: v1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 05:08
8f79685

1.1.1 (2026-01-25)

Bug Fixes

  • use OIDC for npm trusted publishing (d81ea1d)

csv-browser-stream: v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 04:56
e5aa340

1.1.0 (2026-01-25)

Features

  • add validators, schema validation, CSV writer, progress tracking, multiline support (bfff293)

Bug Fixes

  • fix TypeScript errors and test expectations in browser tests (7b8b0b3)