Releases: graphprotocol/grc-20-ts
Releases · graphprotocol/grc-20-ts
v0.32.3
v0.32.2
v0.32.1
What's Changed
-
42c5272: Update encoding to use @geoprotocol/grc-20 package
Breaking Changes:
- Removed
unsetEntityValuesfunction - Removed
unsetRelationFieldsfunction - Removed
serializeutility - Removed
verifiedfield from relations (no longer supported in GRC-20 v2 format)
New Features:
- Added
TESTNET_V3network support pointing tohttps://testnet-api-staging.geobrowser.io - Added JSDoc documentation for date/time TypedValue formats
Changes:
- Replaced internal protobuf encoding with
@geoprotocol/grc-20package - Added exhaustive type checks for value types in
createEntityandupdateEntity - Updated full-flow test to use SpaceRegistry contract directly
- Added comprehensive encoding/decoding tests
- Removed
Full Changelog: v0.31.1...v0.32.1
v0.31.1
v0.31.0
v0.30.0
v0.29.0
v0.28.0
v0.27.0
What's Changed
6af598e: Switch to dashless UUIDs while still supporting dashed UUIDs
- Id.generate() generates UUIDs without dashes.
- Id.isValid() and Id assertions continue to accept UUIDs with dashes, but also accept dashless UUIDs.
- Id.toBase64() and Id.fromBase64() now return and accept dashless UUIDs.
- Id.toBytes() and Id.fromBytes() now return and accept dashless UUIDs.
Full Changelog: v0.26.0...v0.27.0