Skip to content

Commit 2b1fcfb

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.1
1 parent 76f5a71 commit 2b1fcfb

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
1.0.0-beta.0 / 2021-02-01
232
==================
333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/base",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

0 commit comments

Comments
 (0)