|
1 | | -## [21.4.0] - Aspose Words Cloud for Dart 21.4 Release Notes |
2 | | - |
3 | | -- Support batch requests. |
4 | | -- Added DependsOn and ResultOf features support for batch requests. |
5 | | - |
6 | | -## [21.3.0] - Aspose Words Cloud for Dart 21.3 Release Notes |
7 | | - |
8 | | -- Added 'UpdateCreatedTimeProperty' save option |
9 | | -- 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) |
10 | | - |
11 | | - |
12 | | -## [21.2.0] - Aspose Words Cloud for Dart 21.2 Release Notes |
13 | | - |
14 | | -- Added delete all comments method |
15 | | - |
16 | | - |
17 | | -## [21.1.0] - Aspose Words Cloud for Dart 21.1 Release Notes |
18 | | - |
19 | | -- Added online version for all API methods |
20 | | - |
21 | | - |
22 | | -## [20.11.0] - Aspose Words Cloud for Dart 20.11 Release Notes |
23 | | - |
24 | | -- In configuration json file appSid / appKey has been replaced to clientId / clientSecret. |
25 | | -- In Words API initialization methods clientId parameter precedes clientSecret parameter. |
26 | | - |
27 | | - |
28 | | -## [20.10.0] - Aspose Words Cloud for Dart 20.10 Release Notes |
29 | | - |
30 | | -- Internal API changes. |
31 | | -- First released version of Dart SDK. |
32 | | - |
33 | | -## [20.9.0] - Aspose Words Cloud for Dart 20.9 Release Notes |
34 | | - |
35 | | -- Added Batch API feature |
36 | | - |
37 | | - |
38 | | -## [20.8.0] - Aspose Words Cloud for Dart 20.8 Release Notes |
39 | | - |
40 | | -- 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 |
41 | | -- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API |
42 | | -- WithoutNodePath methods have been removed, pass null values instead |
43 | | - |
44 | | - |
45 | | -## [20.7.0] - Aspose Words Cloud for Dart 20.7 Release Notes |
46 | | - |
47 | | -- Added 'Markdown' save format |
48 | | -- Added endpoint to update paragraph format without node path (PUT '/words/{name}/paragraphs/{index}/format') |
49 | | - |
50 | | - |
51 | | -## [20.6.0] - Aspose Words Cloud for Dart 20.6 Release Notes |
52 | | - |
53 | | -- Added new methods: |
54 | | - - DeleteAllParagraphTabStopsWithoutNodePath |
55 | | - - DeleteParagraphTabStopWithoutNodePath |
56 | | - - GetParagraphTabStopsWithoutNodePath |
57 | | - - InsertOrUpdateParagraphTabStopWithoutNodePath |
58 | | - - InsertParagraphWithoutNodePath |
59 | | - - UpdateParagraphFormatWithoutNodePath |
60 | | - - UpdateParagraphListFormatWithoutNodePath |
61 | | - - DeleteParagraphListFormatWithoutNodePath |
62 | | -- DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings. |
63 | | -- InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop methods have been changed parameter order |
64 | | -- OoxmlSaveOptionsData.CompressionLevel property has been added |
65 | | - |
66 | | - |
67 | | -## [20.5.0] - Aspose Words Cloud for Dart 20.5 Release Notes |
68 | | - |
69 | | -- Added methods to work with Word document lists |
70 | | - - GetLists |
71 | | - - GetList |
72 | | - - InsertList |
73 | | - - UpdateList |
74 | | - - UpdateListLevel |
75 | | -- Added methods to work with styles |
76 | | - - GetStyles |
77 | | - - UpdateStyle |
78 | | - - InsertStyle |
79 | | - - CopyStyle |
80 | | - - GetStyleFromDocumentElement |
81 | | - - ApplyStyleToDocumentElement |
82 | | -- Added methods to work with paragraph list format |
83 | | - - GetParagraphListFormat |
84 | | - - GetParagraphListFormatWithoutNodePath |
85 | | - - UpdateParagraphListFormat |
86 | | - - DeleteParagraphListFormat |
87 | | -- Added methods to work with paragraph tab stops |
88 | | - - GetParagraphTabStops |
89 | | - - InsertOrUpdateParagraphTabStop |
90 | | - - DeleteAllParagraphTabStops |
91 | | - - DeleteParagraphTabStop |
92 | | -- Added methods to build reports |
93 | | - - BuildReport |
94 | | - - BuildReportOnline |
95 | | -- Added Shading property to ParagraphFormat |
| 1 | +## [21.5.0] - Aspose Words Cloud for Dart 21.5 Release Notes |
| 2 | + |
| 3 | +- Update dependencies in sdk |
| 4 | + |
| 5 | + |
| 6 | +## [21.4.0] - Aspose Words Cloud for Dart 21.4 Release Notes |
| 7 | + |
| 8 | +- Removed obsolete pdf save option 'EscapeUri' |
| 9 | +- SaveOptions now contains CustomTimeZoneInfo to set custom timezone when SdtType.Date structured document tag updated from custom XML |
| 10 | +- Url of child requests in batch can be full now (earlier it can be only relative) |
| 11 | +- Added 'RquestId' header to all responses |
| 12 | +- Support batch requests |
| 13 | +- Added DependsOn and ResultOf features support for batch requests |
| 14 | + |
| 15 | +## [21.3.0] - Aspose Words Cloud for Dart 21.3 Release Notes |
| 16 | + |
| 17 | +- Added 'UpdateCreatedTimeProperty' save option |
| 18 | +- 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) |
| 19 | + |
| 20 | + |
| 21 | +## [21.2.0] - Aspose Words Cloud for Dart 21.2 Release Notes |
| 22 | + |
| 23 | +- Added delete all comments method |
| 24 | + |
| 25 | + |
| 26 | +## [21.1.0] - Aspose Words Cloud for Dart 21.1 Release Notes |
| 27 | + |
| 28 | +- Added online version for all API methods |
| 29 | + |
| 30 | + |
| 31 | +## [20.11.0] - Aspose Words Cloud for Dart 20.11 Release Notes |
| 32 | + |
| 33 | +- In configuration json file appSid / appKey has been replaced to clientId / clientSecret. |
| 34 | +- In Words API initialization methods clientId parameter precedes clientSecret parameter. |
| 35 | + |
| 36 | + |
| 37 | +## [20.10.0] - Aspose Words Cloud for Dart 20.10 Release Notes |
| 38 | + |
| 39 | +- Internal API changes. |
| 40 | +- First released version of Dart SDK. |
| 41 | + |
| 42 | +## [20.9.0] - Aspose Words Cloud for Dart 20.9 Release Notes |
| 43 | + |
| 44 | +- Added Batch API feature |
| 45 | + |
| 46 | + |
| 47 | +## [20.8.0] - Aspose Words Cloud for Dart 20.8 Release Notes |
| 48 | + |
| 49 | +- 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 |
| 50 | +- Added 'ApplyBaseDocumentHeadersAndFootersToAppendingDocuments' option to 'DocumentEntryList' for AppendDocument API |
| 51 | +- WithoutNodePath methods have been removed, pass null values instead |
| 52 | + |
| 53 | + |
| 54 | +## [20.7.0] - Aspose Words Cloud for Dart 20.7 Release Notes |
| 55 | + |
| 56 | +- Added 'Markdown' save format |
| 57 | +- Added endpoint to update paragraph format without node path (PUT '/words/{name}/paragraphs/{index}/format') |
| 58 | + |
| 59 | + |
| 60 | +## [20.6.0] - Aspose Words Cloud for Dart 20.6 Release Notes |
| 61 | + |
| 62 | +- Added new methods: |
| 63 | + - DeleteAllParagraphTabStopsWithoutNodePath |
| 64 | + - DeleteParagraphTabStopWithoutNodePath |
| 65 | + - GetParagraphTabStopsWithoutNodePath |
| 66 | + - InsertOrUpdateParagraphTabStopWithoutNodePath |
| 67 | + - InsertParagraphWithoutNodePath |
| 68 | + - UpdateParagraphFormatWithoutNodePath |
| 69 | + - UpdateParagraphListFormatWithoutNodePath |
| 70 | + - DeleteParagraphListFormatWithoutNodePath |
| 71 | +- DrawingObject related methods have been changed body content. Special request classes are introduced instead of strings. |
| 72 | +- InsertOrUpdateParagraphTabStop, DeleteParagraphTabStop methods have been changed parameter order |
| 73 | +- OoxmlSaveOptionsData.CompressionLevel property has been added |
| 74 | + |
| 75 | + |
| 76 | +## [20.5.0] - Aspose Words Cloud for Dart 20.5 Release Notes |
| 77 | + |
| 78 | +- Added methods to work with Word document lists |
| 79 | + - GetLists |
| 80 | + - GetList |
| 81 | + - InsertList |
| 82 | + - UpdateList |
| 83 | + - UpdateListLevel |
| 84 | +- Added methods to work with styles |
| 85 | + - GetStyles |
| 86 | + - UpdateStyle |
| 87 | + - InsertStyle |
| 88 | + - CopyStyle |
| 89 | + - GetStyleFromDocumentElement |
| 90 | + - ApplyStyleToDocumentElement |
| 91 | +- Added methods to work with paragraph list format |
| 92 | + - GetParagraphListFormat |
| 93 | + - GetParagraphListFormatWithoutNodePath |
| 94 | + - UpdateParagraphListFormat |
| 95 | + - DeleteParagraphListFormat |
| 96 | +- Added methods to work with paragraph tab stops |
| 97 | + - GetParagraphTabStops |
| 98 | + - InsertOrUpdateParagraphTabStop |
| 99 | + - DeleteAllParagraphTabStops |
| 100 | + - DeleteParagraphTabStop |
| 101 | +- Added methods to build reports |
| 102 | + - BuildReport |
| 103 | + - BuildReportOnline |
| 104 | +- Added Shading property to ParagraphFormat |
0 commit comments