v0.8.1
What's Changed
- Send Dynamic asset property on
getSchema
#20
Breaking Changes
- No breaking changes! Just need to update using the following inside your chaincode folder:
$ go get -d github.com/goledgerdev/[email protected]
$ go mod vendor
Bug Fixes & Improvements
- Fix
getRecursive
panic error when reading a custom datatype prop which is an object #21
Full Changelog: v0.8.0...v0.8.1