Skip to content

Commit 830be32

Browse files
Merge pull request #323 from contentstack/staging
DX | 02-04-2025 | Release
2 parents b7d5262 + 5943d67 commit 830be32

File tree

6 files changed

+794
-940
lines changed

6 files changed

+794
-940
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Change log
22

3+
### Version: 3.25.2
4+
#### Date: April-02-2025
5+
##### Fix:
6+
- allow number, string, object, boolean, and RegExp as valid query parameters in sync method
7+
38
### Version: 3.25.1
49
#### Date: April-01-2025
510
##### Fix:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ For browsers, we recommend to download the library via npm or yarn to ensure 100
1919
If you'd like to use a standalone built file you can use the following script tag or download it from [jsDelivr](https://www.jsdelivr.com/package/npm/contentstack), under the `dist` directory:
2020

2121
```html
22-
<script src="https://cdn.jsdelivr.net/npm/contentstack@latest/dist/web/contentstack.min.js" integrity="9u29niwIJG3dEc7vPUc1ZA1Dl/uaiR4+s7k55kb/CCkzTzyFuZHNM165BQ10+Hiw%" crossorigin="anonymous"></script>
22+
<script src="https://cdn.jsdelivr.net/npm/contentstack@latest/dist/web/contentstack.min.js" integrity="6El3Ru5ddv5HuY2v9MsRpSanmaMD10k+41XPP1LcLYx1RaSl9uSljArzdZSGGjN/%" crossorigin="anonymous"></script>
2323
```
2424
You can also specify a specific version number.
2525
```html
26-
<script src="https://cdn.jsdelivr.net/npm/contentstack@3.20.3/dist/web/contentstack.min.js" integrity="9u29niwIJG3dEc7vPUc1ZA1Dl/uaiR4+s7k55kb/CCkzTzyFuZHNM165BQ10+Hiw%" crossorigin="anonymous"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/contentstack@3.25.2/dist/web/contentstack.min.js" integrity="gAXklaX6ZWih0Mp3hqDrEZaPkyGyiVfV/+H5yrHG3r6HYOIXVUWRy37XcOvHpfKp%" crossorigin="anonymous"></script>
2727
```
2828

2929
To initialize the SDK, you will need to specify the API Key, Delivery Token, and Environment Name of your stack.

0 commit comments

Comments
 (0)