Releases: wouterken/htmltoadf
Releases · wouterken/htmltoadf
Release list
0.1.13
htmltoadf 0.1.13
Fixes
- Support HTML table colspan and rowspan attributes when converting td and th to ADF.
- Preserve span attributes on empty table cells.
Validation
- cargo fmt --check
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
- cross-target release artifacts built via ./release.sh
- multi-arch Docker image pushed for linux/amd64 and linux/arm64
- crate published to crates.io
- WASM package published to npm
0.1.12
htmltoadf 0.1.12
Fixes
- Map HTML
<pre><code>...</code></pre>to ADFcodeBlockfor Jira compatibility. - Keep inline
<code>...</code>rendering as text withcodemark. - Ensure
codeBlockcontent does not carry inlinecodemarks.
Release hardening
- Fixed CLI version reporting to use package version metadata.
- Fixed release script target loop so the final target is not skipped when
.targetshas no trailing newline. - Updated release-process documentation for checklist invocation and Docker prerequisite.