Releases: art-by-city/sdk
Releases · art-by-city/sdk
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
- BREAKING CHANGE Adds
Curation
interface returned from curations module.get(curationId: string)
- Updates curation contract source tx to L2 versions
- Updates username contract deployment for prod and mainnet to L2
- Adds
Protocol: ArtByCity
tags to curations - Adds
Contract-Version
tag to curations - Adds
getTransaction(curationId: string)
to Curation module - Defaults to deployer as curation
owner
when not specified on creation
v0.1.4
v0.1.3
- Handles legacy publication
creator.address
- Validates arweave address on fetching legacy profile and avatar
- Allows custom tags when creating a curation
- Adds
Slug
tag to curations, generated automatically from title ifslug
istrue
orundefined
. Disable this withslug: false
- Limits curation ANS-110
Title
tag to 150 chars - Adds
.image
to legacy manifests from the first element of the.images
array