Skip to content

Commit d0f9a02

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 715195b + a4106c6 commit d0f9a02

File tree

660 files changed

+75999
-75978
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

660 files changed

+75999
-75978
lines changed

.gitignore

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
# Miscellaneous
2-
*.class
3-
*.log
4-
*.pyc
5-
*.swp
6-
.DS_Store
7-
.atom/
8-
.buildlog/
9-
.history
10-
.svn/
11-
12-
# IntelliJ related
13-
*.iml
14-
*.ipr
15-
*.iws
16-
.idea/
17-
18-
# The .vscode folder contains launch configuration and tasks you configure in
19-
# VS Code which you may wish to be included in version control, so this line
20-
# is commented out by default.
21-
.vscode/
22-
23-
# Flutter/Dart/Pub related
24-
**/doc/api/
25-
.dart_tool/
26-
.flutter-plugins
27-
.flutter-plugins-dependencies
28-
.packages
29-
.pub-cache/
30-
.pub/
31-
build/
32-
**/servercreds.json
33-
testReport.json
34-
testReport.xml
35-
36-
# Android related
37-
**/android/**/gradle-wrapper.jar
38-
**/android/.gradle
39-
**/android/captures/
40-
**/android/gradlew
41-
**/android/gradlew.bat
42-
**/android/local.properties
43-
**/android/**/GeneratedPluginRegistrant.java
44-
45-
# iOS/XCode related
46-
**/ios/**/*.mode1v3
47-
**/ios/**/*.mode2v3
48-
**/ios/**/*.moved-aside
49-
**/ios/**/*.pbxuser
50-
**/ios/**/*.perspectivev3
51-
**/ios/**/*sync/
52-
**/ios/**/.sconsign.dblite
53-
**/ios/**/.tags*
54-
**/ios/**/.vagrant/
55-
**/ios/**/DerivedData/
56-
**/ios/**/Icon?
57-
**/ios/**/Pods/
58-
**/ios/**/.symlinks/
59-
**/ios/**/profile
60-
**/ios/**/xcuserdata
61-
**/ios/.generated/
62-
**/ios/Flutter/App.framework
63-
**/ios/Flutter/Flutter.framework
64-
**/ios/Flutter/Flutter.podspec
65-
**/ios/Flutter/Generated.xcconfig
66-
**/ios/Flutter/app.flx
67-
**/ios/Flutter/app.zip
68-
**/ios/Flutter/flutter_assets/
69-
**/ios/Flutter/flutter_export_environment.sh
70-
**/ios/ServiceDefinitions.json
71-
**/ios/Runner/GeneratedPluginRegistrant.*
72-
73-
# Exceptions to above rules.
74-
!**/ios/**/default.mode1v3
75-
!**/ios/**/default.mode2v3
76-
!**/ios/**/default.pbxuser
77-
!**/ios/**/default.perspectivev3
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
17+
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
.vscode/
22+
23+
# Flutter/Dart/Pub related
24+
**/doc/api/
25+
.dart_tool/
26+
.flutter-plugins
27+
.flutter-plugins-dependencies
28+
.packages
29+
.pub-cache/
30+
.pub/
31+
build/
32+
**/servercreds.json
33+
testReport.json
34+
testReport.xml
35+
36+
# Android related
37+
**/android/**/gradle-wrapper.jar
38+
**/android/.gradle
39+
**/android/captures/
40+
**/android/gradlew
41+
**/android/gradlew.bat
42+
**/android/local.properties
43+
**/android/**/GeneratedPluginRegistrant.java
44+
45+
# iOS/XCode related
46+
**/ios/**/*.mode1v3
47+
**/ios/**/*.mode2v3
48+
**/ios/**/*.moved-aside
49+
**/ios/**/*.pbxuser
50+
**/ios/**/*.perspectivev3
51+
**/ios/**/*sync/
52+
**/ios/**/.sconsign.dblite
53+
**/ios/**/.tags*
54+
**/ios/**/.vagrant/
55+
**/ios/**/DerivedData/
56+
**/ios/**/Icon?
57+
**/ios/**/Pods/
58+
**/ios/**/.symlinks/
59+
**/ios/**/profile
60+
**/ios/**/xcuserdata
61+
**/ios/.generated/
62+
**/ios/Flutter/App.framework
63+
**/ios/Flutter/Flutter.framework
64+
**/ios/Flutter/Flutter.podspec
65+
**/ios/Flutter/Generated.xcconfig
66+
**/ios/Flutter/app.flx
67+
**/ios/Flutter/app.zip
68+
**/ios/Flutter/flutter_assets/
69+
**/ios/Flutter/flutter_export_environment.sh
70+
**/ios/ServiceDefinitions.json
71+
**/ios/Runner/GeneratedPluginRegistrant.*
72+
73+
# Exceptions to above rules.
74+
!**/ios/**/default.mode1v3
75+
!**/ios/**/default.mode2v3
76+
!**/ios/**/default.pbxuser
77+
!**/ios/**/default.perspectivev3

.metadata

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# This file tracks properties of this Flutter project.
2-
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3-
#
4-
# This file should be version controlled and should not be manually edited.
5-
6-
version:
7-
revision: f30b7f4db93ee747cd727df747941a28ead25ff5
8-
channel: stable
9-
10-
project_type: package
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: f30b7f4db93ee747cd727df747941a28ead25ff5
8+
channel: stable
9+
10+
project_type: package

CHANGELOG.md

Lines changed: 104 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,104 @@
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

Comments
 (0)