Open
Conversation
Promote all [Unreleased] entries to [22.0.1] - 2026-04-19. Leave an empty [Unreleased] section for future changes. Includes: - Regex singleton perf improvements - WebClient → HttpClient migration - Multiple Markdown.ToMd round-trip bug fixes (YAML, tight lists, HardLineBreak, HorizontalRule, EmbedParagraphs, link titles, InlineCode) - Markdown.ToLatex level-6 heading fix - New unit test suites for ToFsx, ToPynb, and ToLatex Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…1 release notes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
Commit pushed:
|
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 This PR was created by Repo Assist, an automated AI assistant.
This prepares the
22.0.1release by promoting all accumulated[Unreleased]entries to a dated version block.What's included
Changed:
Regexinstances to module-level singletons (RegexOptions.Compiled) in five modules — avoids per-call JIT overheadSystem.Net.WebClientwithSystem.Net.Http.HttpClientin--saveimagesNewtonsoft.Jsonpin 13.0.3 → 13.0.4System.Memorypin 4.5.5 → 4.6.3.0Fixed (9
Markdown.ToMd/ToLatexround-trip bugs):ToMdHardLineBreakemitted as bare newline instead of" \n"HorizontalRulealways emitted as 23 hyphensprintfndebug output on unknown paragraph typeToLatexinvalid output for level-6+ headingsEmbedParagraphsnodes silently dropped byToMdToMdInlineCodespans with backticks serialised with incorrect fence lengthAdded:
Markdown.ToFsx,ToPynb, andToLatexHardLineBreakandHorizontalRuleMerge considerations
RELEASE_NOTES.md— if merged before this PR, a trivial conflict on the[Unreleased]section will need resolving. Its two fixes (QuotedBlockmulti-paragraph round-trip and tooltip interactivity) would flow into a subsequent22.0.2release.RELEASE_NOTES.md.Test Status
✅ Build succeeded:
dotnet build FSharp.Formatting.sln --configuration Release— 0 errors, pre-existing NU1605/NU1608 version warnings only (not caused by this change).