Releases: onflow/flixkit-go
Version 0.3.1
Fix issue where binding templates are not accessible when using NewFclJSGenerator
. Converted tmpl files to go files so they are included in flixkit-go binding sub module.
Version 0.3.0
📄🛠️ Support generating v1.0.0 FLIX json files! Given Cadence transaction or script code, use generator/flixkitv1_0_0
module to generate FLIX, pass in a pre-filled FLIX FlowInteractionTemplate object to add human readable Messages
metadata.
In a future release it will be possible to generate v1.1.0 FLIX and use Messages
metadata found directly in the Cadence code.
Version 0.2.0
🐹 + 🌐 Added new bindings
module that generates javascript binding file based on FLIX. The javascript binding file leverages fcl-js ability to consume a FLIX json file directly. Requirement is fcl-js version 1.3 or greater.
Now there is a clear handoff point between smart contract developers and web developers.
Version 0.1.0
Initial release. Contains methods for fetching and parsing FLIX.