File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.0-beta.1 / 2021-02-24
2
+ ==================
3
+
4
+
5
+ New functionality and features
6
+ ==============================
7
+ * Add Format.usdz() (#352 )
8
+ * Add flag for ignore-mask-channels (#353 )
9
+ * Add support for unicode characters in l_fetch (#348 )
10
+
11
+ Other changes
12
+ ================
13
+ * changed types file name(backwards-compatibility) (#355 )
14
+ * Docs - Enhance inline examples in the codebase (#350 )
15
+ * Docs - Add version number to the docs reference (#349 )
16
+ * Docs - Add comments and improve some UI areas in the docs (#343 )
17
+ * Docs - Add summary qualifier tags to all qualifiers (#344 )
18
+ * Docs - Unify the two seprate readme files into a single file (#342 )
19
+ * Docs - Remove overlayTests namespace
20
+ * Docs - Fix indentation in the details tab for any symbol (#347 )
21
+ * Fix typo in Extract namespace
22
+ * Add configuration tests (#331 )
23
+ * Add examples to IURlConfig interfaces and hide private interfaces (#346 )
24
+ * Add tests for ` asset.setAssetType ` (#345 )
25
+
26
+ Breaking changes
27
+ ================
28
+ * Breaking - change the name of the named export of the entire SDK (CloudinarySDK -> CloudinaryBaseSDK) (#341 )
29
+
30
+
1
31
1.0.0-beta.0 / 2021-02-01
2
32
==================
3
33
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudinary/base" ,
3
- "version" : " 1.0.0-beta.0 " ,
3
+ "version" : " 1.0.0-beta.1 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size" ,
You can’t perform that action at this time.
0 commit comments