Skip to content

Releases: onflow/flixkit-go

Version 0.3.1

20 Nov 20:56
0e81dc8
Compare
Choose a tag to compare

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

20 Nov 17:47
9bc8076
Compare
Choose a tag to compare

📄🛠️ 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

24 Oct 13:46
06e2391
Compare
Choose a tag to compare

🐹 + 🌐 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

07 Aug 21:54
c26dcba
Compare
Choose a tag to compare

Initial release. Contains methods for fetching and parsing FLIX.