v0.2.2
What's Changed
-
#5: Add
personalSpacemodule with helper functions for personal spaces:personalSpace.createSpace()- returns{ to, calldata }for creating a personal spacepersonalSpace.publishEdit()- publishes ops to IPFS and returns{ editId, cid, to, calldata }for on-chain submission
The validation for
IdandisValidhas been relaxed from strict UUID validation to a simple hex-pattern match, accepting UUID-like strings with or without dashes (any 32 hex characters), which may include values that are not spec-compliant UUIDs.
Full Changelog: v0.2.0...v0.2.2