Releases: onflow/flow-nft
Releases · onflow/flow-nft
lib/go/templates/v1.4.1
Downgrade go-ethereum to v1.16.8
lib/go/contracts/v1.4.1
Downgrade go-ethereum to v1.16.8
lib/go/templates/v1.4.0
What's Changed
- Add CLAUDE.md and AGENTS.md for AI assistant guidance by @joshuahannan in #263
- Fix getViews/resolveView mismatch and EVMBytesMetadata force-unwrap in ExampleNFT by @joshuahannan in #264
- Fix five remaining bugs from security review by @joshuahannan in #265
- Fix code review issues across contracts and transactions by @joshuahannan in #266
- Standardize error messages: add prefixes and use string interpolation by @joshuahannan in #268
Full Changelog: lib/go/contracts/v1.3.0...lib/go/templates/v1.4.0
lib/go/contracts/v1.4.0
What's Changed
- Add CLAUDE.md and AGENTS.md for AI assistant guidance by @joshuahannan in #263
- Fix getViews/resolveView mismatch and EVMBytesMetadata force-unwrap in ExampleNFT by @joshuahannan in #264
- Fix five remaining bugs from security review by @joshuahannan in #265
- Fix code review issues across contracts and transactions by @joshuahannan in #266
- Standardize error messages: add prefixes and use string interpolation by @joshuahannan in #268
Full Changelog: lib/go/contracts/v1.3.0...lib/go/contracts/v1.4.0
lib/go/templates/v1.3.0
What's Changed
- Adds
MetadataViews.resolveContractViewFromTypeIdentifier()utility by @joshuahannan in #251 - Updates the generic transactions to use this function
Full Changelog: lib/go/contracts/v1.2.4...lib/go/templates/v1.3.0
lib/go/contracts/v1.3.0
What's Changed
- Adds
MetadataViews.resolveContractViewFromTypeIdentifier()utility by @joshuahannan in #251
Full Changelog: lib/go/contracts/v1.2.4...lib/go/contracts/v1.3.0
lib/go/contracts/v1.2.4
What's Changed
- Adds minted event to ExampleNFT by @joshuahannan in #244
Full Changelog: lib/go/contracts/v1.2.3...lib/go/contracts/v1.2.4
lib/go/contracts/v1.2.3
What's Changed
- Adds generic burn transaction by @joshuahannan in #238
- Add CrossVM views by @sisyphusSmiling in #243
Full Changelog: lib/go/contracts/v1.2.2...lib/go/contracts/v1.2.3
lib/go/templates/v1.2.1
Contains these updates:
- Adds assertions to generic transactions
- Updates Error messages to be more descriptive: