We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af598e commit 8d5f28cCopy full SHA for 8d5f28c
.changeset/nice-wings-sell.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# @graphprotocol/grc-20
2
3
+## 0.27.0
4
+
5
+### Minor Changes
6
7
+- 6af598e: - Id.generate() generates UUIDs without dashes.
8
+ - Id.isValid() and Id assertions continue to accept UUIDs with dashes, but also accept dashless UUIDs.
9
+ - Id.toBase64() and Id.fromBase64() now return and accept dashless UUIDs.
10
+ - Id.toBytes() and Id.fromBytes() now return and accept dashless UUIDs.
11
12
## 0.26.0
13
14
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/grc-20",
- "version": "0.26.0",
+ "version": "0.27.0",
"license": "MIT",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments