File tree Expand file tree Collapse file tree 4 files changed +2468
-2452
lines changed Expand file tree Collapse file tree 4 files changed +2468
-2452
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ js-sdk-reference/
9
9
examples /
10
10
mocktest.json
11
11
webpack
12
- typescript-html-report
12
+ typescript-html-report
13
+ webpack
14
+ jest.config.js
Original file line number Diff line number Diff line change
1
+ ### Version: 3.12.0
2
+ #### Date:
3
+
4
+ ##### Update API:
5
+ - includeEmbeddedObjects method added in Entry and Query to include embedded objects
6
+
1
7
### Version: 3.11.0
2
8
#### Date: Sept-25-2020
3
9
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class Entry {
135
135
includeReference ( ...val : string [ ] ) : Entry ;
136
136
language ( language_code : string ) : Entry ;
137
137
addQuery ( key : string , value : string ) : Entry ;
138
-
138
+ includeEmbeddedObjects ( ) : Entry
139
139
/**
140
140
* @deprecated since verion 3.3.0
141
141
*/
You can’t perform that action at this time.
0 commit comments