Skip to content

Commit 185f800

Browse files
authored
Merge pull request #44 from contentstack/update_timeout
#43 Typescript support to pass Boolean in where
2 parents f6c84eb + 17e16a4 commit 185f800

File tree

11 files changed

+160
-14
lines changed

11 files changed

+160
-14
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ test/config.js/*
99
test/sync_config.js/*
1010
test/report.json/*
1111
tap-html.html
12-
*html-report
12+
*html-report
13+
coverage

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
### Version: 3.12.2
3+
#### Date: Feb-19-2021
4+
5+
##### API timeout:
6+
- updated timeout to min 30 sec
7+
##### Enhancement Typescript:
8+
- boolean value support added:
9+
- [Query] - where, equalTo, notEqualTo
10+
211
### Version: 3.12.1
312
#### Date: Jan-22-2021
413

contentstack-templates/tmpl/layout.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ data.then(function(result) {
197197
<p><a href="https://www.contentstack.com/docs/platforms/javascript-browser/api-reference/">JavaScript API Reference Doc</a></p>
198198
<h3><a id="Working_with_Images_147"></a>Working with Images</h3>
199199
<p>We have introduced Image Delivery APIs that let you retrieve images and then manipulate and optimize them for your digital properties. It lets you perform a host of other actions such as crop, trim, resize, rotate, overlay, and so on.</p>
200-
<p>For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, <a href="https://images.contentstack.io/v3/assets/blteae40eb499811073/bltc5064f36b5855343/59e0c41ac0eddd140d5a8e3e/download?crop=300,400">https://images.contentstack.io/v3/assets/blteae40eb499811073/bltc5064f36b5855343/59e0c41ac0eddd140d5a8e3e/download?crop=300,400</a>. There are several more parameters that you can use for your images.</p>
200+
<p>For example, if you want to crop an image (with width as 300 and height as 400), you simply need to append query parameters at the end of the image URL, such as, <a href="https://images.contentstack.io/v3/assets/blteae40eb499811073/bltc5064f36b5855343/59e0c41ac0eddd140d5a8e3e/owl.jpg?crop=300,400">https://images.contentstack.io/v3/assets/blteae40eb499811073/bltc5064f36b5855343/59e0c41ac0eddd140d5a8e3e/owl.jpg?crop=300,400</a>. There are several more parameters that you can use for your images.</p>
201201
<p><a href="https://www.contentstack.com/docs/apis/image-delivery-api/">Read Image Delivery API documentation</a>.</p>
202202
<p>SDK functions for Image Delivery API coming soon.</p>
203203
<h3><a id="Helpful_Links_157"></a>Helpful Links</h3>

dist/nativescript/contentstack.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)