Releases: onflow/nft-storefront
Releases · onflow/nft-storefront
lib/go/contracts/v1.1.0
What's Changed
- Adds
burnCallbackfunction to emitListingCompletedevents by @joshuahannan in #99 - fix borrowNFT method by @austinkline in #101
- Adds post-condition to
borrowListingby @joshuahannan in #102 - Don't issue a new capability on every sale transaction by @Deewai in #107
- Add missing burner contract by @jribbink in #109
- Storefront Error message improvements by @joshuahannan in #106
- Use dependency manager by @joshuahannan in #110
- Add setup to sell item and use generic types by @joshuahannan in #111
- Fix minor code review issues in NFTStorefrontV2 by @joshuahannan in #113
New Contributors
- @chasefleming made their first contribution in #98
- @austinkline made their first contribution in #101
- @Deewai made their first contribution in #107
- @jribbink made their first contribution in #109
Full Changelog: v0.1.0...lib/go/contracts/v1.1.0
lib/go/contracts/v1.0.0
Contains the Cadence 1.0 version of NFTStorefrontV2
🥳
v0.1.0
Includes the latest Cadence 0.42 versions of NFTStorefront and NFTStorefrontV2
Version 0.0.1
Expose the Go library contract function.