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: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
13
13
* Watermarks and protection
14
14
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
15
15
16
+
## Enhancements in Version 21.10
17
+
18
+
- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
19
+
- Added query parameter 'displayIntermediateResults' for batch requests. If 'false', the last response in batch will be returned only. Default is 'true'
20
+
- Added 'JsonDataLoadOptions' and 'XmlDataLoadOptions' to 'ReportEngineSettings'
21
+
22
+
16
23
## Enhancements in Version 21.8
17
24
18
25
- Added new api methods to get, insert, update or delete custom xml parts from documents.
@@ -158,7 +165,7 @@ Add link to this repository as dependency to your Package.swift:
158
165
159
166
dependencies: [
160
167
// Dependencies declare other packages that this package depends on.
0 commit comments