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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,23 @@ 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 24.1
17
+
18
+
- Added support for InsertAfterNode in the insert API without NodePath.
19
+
- Added support for inserting nodes (runs/rows/cells/bookmarks) without NodePath.
20
+
- Added support for transparency in the Watermark API.
21
+
- Added support for password and encryptedPassword fields in FileReference.
22
+
- Fixed missing href value in document responses.
23
+
24
+
16
25
## Enhancements in Version 23.12
17
26
18
27
- Properties Name, Text, StartRange, EndRange marked as required for InsertBookmark operation.
19
28
- Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.
20
29
- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.
21
30
- Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.
31
+
- Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
32
+
- Removed parameter encryptedPassword2 from CompareDocument method. Please use FileReference password instead.
22
33
23
34
24
35
## Enhancements in Version 23.11
@@ -309,7 +320,7 @@ Add link to this repository as dependency to your Package.swift:
309
320
310
321
dependencies: [
311
322
// Dependencies declare other packages that this package depends on.
0 commit comments