Skip to content

Latest commit

 

History

History
executable file
·
97 lines (49 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

executable file
·
97 lines (49 loc) · 1.25 KB

@rollup/plugin-dsv ChangeLog

v3.0.5

2024-09-23

Bugfixes

  • fix: strip bom from csv/tsv files if necessary (#1745)

v3.0.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595

v3.0.3

2023-09-25

Bugfixes

  • fix: fix type of processRow option #1581

v3.0.2

2023-01-20

Bugfixes

  • fix: types should come first in exports #1403

v3.0.1

2022-10-21

Updates

  • chore: update rollup dependencies (3038271)

v3.0.0

2022-10-09

Breaking Changes

  • fix: prepare for Rollup 3 #1298

v2.0.3

2021-12-28

Updates

  • docs: remove copypasta from wasm (#1074)

v2.0.2

2021-07-26

Updates

  • chore update dependencies (0b25eab)

v2.0.1

2020-02-01

Updates

  • chore: update dependencies (8d0eb41)

1.2.0

  • Pass id to processRow

1.1.2

  • Return a name

1.1.1

  • Add missing dependencies

1.1.0

  • Support options.processRow

1.0.1

  • Include correct files in package

1.0.0

  • First release