Skip to content

Commit f389b72

Browse files
sasaplus1claude
andauthored
feat: migrate bundler from microbundle to rolldown (#588)
* feat: replace microbundle with rolldown - Remove microbundle, add rolldown as dev dependency - Add rolldown.config.ts with ESM + CJS output for all entry points - Update build scripts to use rolldown - Update exports/browser/module fields for new output paths - Remove source and unpkg fields (microbundle-specific / UMD dropped) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * build: rebuild dist with rolldown - Single .mjs instead of modern.mjs + module.mjs - Remove UMD output files - Output is no longer minified (ESNext syntax) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: update README and HISTORY for v4.0.0 - Remove browser/UMD usage section from README - Add v4.0.0 changelog entry to HISTORY Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8dd9b9e commit f389b72

33 files changed

+1679
-5427
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 4.0.0 / 2026-02-14
2+
3+
- migrate bundler from microbundle to rolldown
4+
- drop UMD output
5+
- drop `unpkg` field from package.json
6+
- unify ESM output (`modern.mjs` + `module.mjs` → single `.mjs`)
7+
- output is no longer minified (ESNext syntax, no ES5 downlevel)
8+
19
# 3.0.2 / 2026-01-25
210

311
- fix types

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ $ npm install ltsv
1818
import * as ltsv from 'ltsv';
1919
```
2020

21-
### browser
22-
23-
```html
24-
<script src="ltsv.min.js"></script>
25-
```
26-
2721
### Example
2822

2923
```js

dist/ltsv.cjs

Lines changed: 192 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ltsv.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)