docs: update wiki for v0.9.0 release
- Changelog: add v0.9.0 entry (pivot tables, threaded comments, slicers,
timelines, CLI, feature-gated WASM, performance, API improvements)
- Home: update version to 0.9.0, new features section
- Sidebar: update version to 0.9.0
- API Reference: add pivot tables, threaded comments, slicers, timelines,
CLI, error handling sections
- Performance: update benchmarks with fresh v0.9.0 numbers
- Feature Comparison: add advanced features section, update scorecard
- Getting-Started: update CDN URLs, add CLI and threaded comments sections
- Architecture: add new OOXML parser modules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
wiki: update for v0.8.0 Charts & Visualizations
- Add Charts.md comprehensive wiki page (10 chart types, ChartBuilder API, trendlines, error bars, examples)
- Update Changelog.md with v0.8.0 section
- Update Getting-Started.md CDN URLs to @0.8.0
- Update Home.md with v0.8.0 highlights
- Update Sidebar with Charts & Visualizations link
- Update Feature-Comparison: charts now :star: (was :x:), 28 categories won
- Update API-Reference: add charts property and chart methods to Worksheet
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: v0.7.0 — formula engine wiki page, changelog, API reference, CDN URLs
docs: update wiki for v0.6.1 — Worker encryption API, changelog
docs: update wiki for v0.6.0 encryption release
docs: update changelog and home for v0.5.0 tables & print layout
docs: v0.5.0 parity sprint — changelog, scorecard, API reference
- Add complete v0.5.0 changelog entry with all new features
- Update scorecard: 25 wins / 5 losses / 2 ties
- Update Feature-Comparison.md with all flipped categories
- Update API-Reference.md with new APIs: usedRange, tabColor,
numberFormat, dateValue, encodeRow, decodeRow, splitCellRef,
formatCellRich, loadFormat, loadFormatTable, sheetToTxt,
sheetToFormulae, and full DocPropertiesData reference
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: update wiki for v0.4.0 — Table Layout Engine
docs: update all wiki pages for v0.3.0
- Version numbers: v0.2.0/v0.1.9 → v0.3.0 across all pages
- CDN URLs: @0.2.0 → @0.3.0 (5 instances)
- Test counts: 419 → 437 (157 Rust + 280 TypeScript)
- WASM size: ~870 KB → ~939 KB, bundle total ~994 KB
- New: Barcode & QR Generation section in API Reference
- New: Barcode examples in Examples page
- New: v0.3.0 changelog entry with features and bug fixes
- Removed duplicate v0.2.0 changelog section
- Added validate.rs to Architecture module tables
- Added barcode row to migration guide comparisons
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Initial wiki: Getting Started, API Reference, Styling Guide, Performance, FAQ, Migration