@@ -13,10 +13,19 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
1313* Watermarks and protection
1414* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515
16+ ## Enhancements in Version 21.5
17+
18+ - Update dependencies in sdk
19+
20+
1621## Enhancements in Version 21.4
1722
18- - Support batch requests.
19- - Added DependsOn and ResultOf features support for batch requests.
23+ - Removed obsolete pdf save option 'EscapeUri'
24+ - SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML
25+ - Url of child requests in batch can be full now (earlier it can be only relative)
26+ - Added 'RquestId' header to all responses
27+ - Support batch requests
28+ - Added DependsOn and ResultOf features support for batch requests
2029
2130## Enhancements in Version 21.3
2231
@@ -126,7 +135,7 @@ Add link to this repository as dependency to your Package.swift:
126135
127136dependencies: [
128137 // Dependencies declare other packages that this package depends on.
129- .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 21.4 " ),
138+ .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 21.5 " ),
130139],
131140targets: [
132141 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -144,7 +153,7 @@ targets: [
144153Add link to git repository as dependency to your Podfile:
145154
146155``` ruby
147- pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 21.4 '
156+ pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 21.5 '
148157```
149158
150159## Getting Started
0 commit comments