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 1
1
# Changelog
2
2
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
+
3
9
## 1.1.9 (2024-08-04)
4
10
5
11
- Support converting Markdown into a string without any markup
Original file line number Diff line number Diff line change 13
13
// `swift test`
14
14
//
15
15
// Created by Matthias Zenger on 09/08/2019.
16
- // Copyright © 2019-2023 Google LLC.
16
+ // Copyright © 2019-2025 Google LLC.
17
17
//
18
18
// Licensed under the Apache License, Version 2.0 (the "License");
19
19
// 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.
376
376
## Copyright
377
377
378
378
Author: Matthias Zenger (< matthias@objecthub.net > )
379
- Copyright © 2019-2024 Google LLC.
379
+ Copyright © 2019-2025 Google LLC.
380
380
_ Please note: This is not an official Google product._
Original file line number Diff line number Diff line change 19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSHumanReadableCopyright </key >
22
- <string >Copyright © 2019-2023 Google LLC. </string >
22
+ <string >Copyright © 2019-2025 Google LLC. </string >
23
23
</dict >
24
24
</plist >
You can’t perform that action at this time.
0 commit comments