- #95
972b96a
Thanks @jribbink! - Remove residual references to flow-cadut and replace with @onflow/flow-cadut
- #66
c901f5a
Thanks @hotrungnhan! - Add support for PublicPath/StoragePath/PrivatePath/CapabilityPath arguments
- 7c5ee7d: Strip strings from templates in parser to prevent bugs related to cadence keywords existing in strings
- bbad20a: Introduce changesets
- Added views for Flovatar and Versus
- Bump @onflow/fcl and @onflow/types to latest versions
- Added Path argument resolver
- Fixed issue with complex arguments due to new async nature of
mapValuesToCode
method - Updated tests
- Added Flowns address resolver plugin
- Added Plugin System
- Added FIND address resolver plugin
- More fixes to complex argument resolver
- Bundle esm into main package
- Improved interactions - return raw values and wait for specific transaction status
- Fix argument resolver
- Add parser logic for extracting contract arguments
- Fix argument resolver for complex types
- Extract server side logic into separate file for proper tree shaking
- Fixed parser issue, when extra spaces are present in argument definition
- Added support for Optionals
- Added support for multi-line arguments
- Fixed support for nested arrays
- Improved support for complex types
- Improved test coverage
- Removed
flow-js-testing
dependency - Refactored code generation for all types of interactions
- Added support for contract templates
- Added tests for main functionality
- Updated
flow-generate
CLI. Added GitHub support and flags.
- Updated regexp matchers to properly catch script and transaction arguments
- Exported mapArgument, mapArguments and mapValuesToCode methods.
- Regenerated templates to remove unused import, which would trigger linter.
- Regenerated templates to import
flow-cadut
.
- First release.