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/
99examples /
1010mocktest.json
1111webpack
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+
17### Version: 3.11.0
28#### Date: Sept-25-2020
39
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export class Entry {
135135 includeReference ( ...val : string [ ] ) : Entry ;
136136 language ( language_code : string ) : Entry ;
137137 addQuery ( key : string , value : string ) : Entry ;
138-
138+ includeEmbeddedObjects ( ) : Entry
139139 /**
140140 * @deprecated since verion 3.3.0
141141 */
You can’t perform that action at this time.
0 commit comments