Releases: aspose-words-cloud/aspose-words-cloud-swift
Releases · aspose-words-cloud/aspose-words-cloud-swift
21.6
Enhancements in Version 21.6
- Implemented beta version of CompareDocumentOnline feature with both document sending in request
- CompareDocument method now can handle PDF files
- AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison
21.5
API Changes
- Update dependencies in sdk
21.4
API Changes
- Support batch requests.
- Added DependsOn and ResultOf features support for batch requests.
21.3
API Changes
- Added 'UpdateCreatedTimeProperty' save option
- Added Tables into HeaderFooter so it's possible to address paragraphs inside table which is located in headerfooter (sections/0/headersfooters/1/tables/0/rows/0/cells/0/paragraphs/0)
21.2
API Changes
- Added delete all comments method
21.1
API Changes
- Added online version for all API methods
20.11
API Changes
- In configuration json file appSid / appKey has been replaced to clientId / clientSecret.
- In Words API initialization methods clientId parameter precedes clientSecret parameter.
- Fixed the problem with serialization of object properties (it was a souce of NPE).
20.10
API changes
- Added Batch API feature
20.8
API changes
- Added new api method (PUT '/words/{name}/compatibility/optimize') which is allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word
- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API
- WithoutNodePath methods have been removed, pass null values instead
20.7
API changes
- Added "Markdown" save format
- Added endpoint to update paragraph format without node path (PUT "/words/{name}/paragraphs/{index}/format")