File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2 (2025-03-28)
4+
5+ - Improve the generation of nested lists for ` AttributedStringGenerator `
6+ - Introduce a new option ` tightLists ` for ` AttributedStringGenerator ` which renders lists more compactly
7+ - The API of ` AttributedStringGenerator ` changes with this release
8+
39## 1.1.9 (2024-08-04)
410
511- Support converting Markdown into a string without any markup
Original file line number Diff line number Diff line change 1313// `swift test`
1414//
1515// Created by Matthias Zenger on 09/08/2019.
16- // Copyright © 2019-2023 Google LLC.
16+ // Copyright © 2019-2025 Google LLC.
1717//
1818// Licensed under the Apache License, Version 2.0 (the "License");
1919// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -376,5 +376,5 @@ _Swift Package Manager_ is not needed.
376376## Copyright
377377
378378Author: Matthias Zenger (< matthias@objecthub.net > )
379- Copyright © 2019-2024 Google LLC.
379+ Copyright © 2019-2025 Google LLC.
380380_ Please note: This is not an official Google product._
Original file line number Diff line number Diff line change 1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121 <key >NSHumanReadableCopyright </key >
22- <string >Copyright © 2019-2023 Google LLC. </string >
22+ <string >Copyright © 2019-2025 Google LLC. </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments