You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50-2Lines changed: 50 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,55 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 22.0.0 (2025-12-23)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-9b55c822ae8c824954452d1414e1dc33eadc5b73/> Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items
13
+
14
+
### New Features (BREAKING)
15
+
16
+
- <csr-id-ffa22b3e25ef79aad66774f1c08b1a4a1b1bc4f4/> Add support for super/subscript without html
17
+
Superscript and subscript can be presented in markdown as:
18
+
^superscript^ and ~subscript~ respectively. This is not always turned on,
19
+
and many people prefer the HTML tag form, however in order to round-trip
20
+
markdown which uses the symbolic form we need an option to enable that.
21
+
22
+
This feature is enabled via a new field in the `Options` struct.
23
+
24
+
### Commit Statistics
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
- 7 commits contributed to the release.
29
+
- 43 days passed between releases.
30
+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
31
+
- 0 issues like '(#ID)' were seen in commit messages
32
+
33
+
### Commit Details
34
+
35
+
<csr-read-only-do-not-edit/>
36
+
37
+
<details><summary>view details</summary>
38
+
39
+
***Uncategorized**
40
+
- Merge pull request #107 from kinnison/super-sub-not-html ([`15e7a74`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/15e7a74364cf05e437029d84ec6b78a6662fd137))
- Add testing support for symbolic super/subscript ([`463b65a`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/463b65a0ede1c99d921862645931c8ecc117c159))
43
+
- Add support for super/subscript without html ([`ffa22b3`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/ffa22b3e25ef79aad66774f1c08b1a4a1b1bc4f4))
44
+
- Merge pull request #108 from Byron/copilot/add-documentation-and-deny-attrs ([`077d5d0`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/077d5d0f7b464d4fdd251bc4adfe5679fb6a2736))
- Add #![deny(missing_docs)] attribute to enable missing documentation checks and add comprehensive documentation for all public items ([`9b55c82`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/9b55c822ae8c824954452d1414e1dc33eadc5b73))
0 commit comments