Skip to content

Commit 1b6cf01

Browse files
chore(release): version packages (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92468f7 commit 1b6cf01

3 files changed

Lines changed: 28 additions & 25 deletions

File tree

.changeset/migrate-to-bun.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 92468f7: **BREAKING CHANGES:** Migrate to Bun and add standalone binary compilation
8+
9+
This release introduces significant infrastructure changes:
10+
11+
- **ESM-only package**: Removed CommonJS builds. The package now exports only ESM format.
12+
- **Bun development requirement**: Development now requires Bun 1.2+ instead of pnpm.
13+
- **Node.js runtime compatibility maintained**: Runtime consumption still supports Node.js 22+.
14+
15+
**New Features:**
16+
17+
- Standalone binary compilation using Bun's `--compile` flag
18+
- Cross-platform support: linux-x64, linux-arm64, darwin-x64, darwin-arm64, windows-x64
19+
- Baseline and modern CPU variants (Haswell/AVX2+)
20+
- Automated GitHub workflow for binary builds on releases
21+
- Runtime detection for Bun.CryptoHasher with Node.js fallback for hash computation
22+
23+
**Build System:**
24+
25+
- Replaced tsup with Bun.build() for faster builds (~0.6s vs 1.5s)
26+
- Simplified package exports to ESM default only
27+
- Updated all 30+ benchmark scripts to use Bun
28+
- Removed pnpm workspace configuration
29+
330
## 0.5.1
431

532
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "h2m-parser",
3-
"version": "0.5.1",
3+
"version": "1.0.0",
44
"description": "LLM-ready HTML to Markdown pipeline with Readability, htmlparser2, and post-processing utilities.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)