Release Notes — 0.1.6
English
0.1.6 — Simplified View Official Release
This release introduces the new Simplified View track, focused on delivering a lighter and easier default experience through SimpleDiffViewer, so teams can quickly adopt common diff scenarios.
✨ Highlights
- Added a minimal API tiering path: use
SimpleDiffViewerfirst for most baseline diff display needs. - Kept
DiffViewer(plus theAdvancedDiffVieweralias) for advanced customization scenarios. - Improved docs and examples to clarify the recommended path from “simple onboarding” to “advanced extensibility.”
✅ Why this release
If your goal is to ship a stable diff view quickly, you can now start directly with Simplified View.
If you need complex interactions, styling, or rendering control, you can still smoothly upgrade to the advanced API.
🔄 Compatibility
This update is primarily about API tiering and does not break existing advanced usage.
You can migrate to SimpleDiffViewer incrementally as needed.
中文
0.1.6 — Simplified View 正式发布
本次版本发布了新的 Simplified View 路线,核心是提供更轻量、默认更易用的 SimpleDiffViewer 体验,帮助团队快速接入常见 diff 场景。
✨ Highlights
- 新增最小化 API 分层思路:优先使用
SimpleDiffViewer,满足大多数基础差异展示需求。 - 保留
DiffViewer(以及AdvancedDiffViewer别名)用于高级定制场景。 - 强化文档与示例,明确从“简单接入”到“高级扩展”的推荐路径。
✅ Why this release
如果你的场景是“先快速上线一个稳定的 diff 视图”,现在可以直接采用 Simplified View。
如果你需要复杂交互、样式与渲染控制,仍然可以平滑升级到高级 API。
🔄 Compatibility
本次更新以分层能力为主,不影响已有高级用法;可按需逐步迁移到 SimpleDiffViewer。