Releases: onflow/cadence
Releases Β· onflow/cadence
v0.39.11
What's Changed
π Bug Fixes
- Fix panic in
DecodeFields
on bad inputs by @fxamacker in #2584
Full Changelog: v0.39.10...v0.39.11
v0.39.10
What's Changed
β Features
- Add utility to decode fields into struct based on field tags by @rrrkren in #2565
- Introduce the
Test.assertEqual
function by @m-Peter in #2571 - Add the
CoverageReport.MarshalLCOV
method to generate LCOV format by @m-Peter in #2577 - decode complex fields into more primitive types by @rrrkren in #2572
π Bug Fixes
Full Changelog: v0.39.8...v0.39.10
v0.39.9
What's Changed
π Bug Fixes
- Fix resource tracking by @turbolent in #2568
Full Changelog: v0.39.8...v0.39.9
v0.39.8
What's Changed
π Bug Fixes
- Prevent function invocation on destroyed resource by @turbolent in #2561
Full Changelog: v0.39.7...v0.39.8
v0.39.7
What's Changed
β Features
- Add support for CCF encoding/decoding modes and options by @fxamacker in #2559
π Bug Fixes
- Fix race conditions in test by @turbolent in #2556
Full Changelog: v0.39.6...v0.39.7
v0.39.6
What's Changed
β Features
- Add support for suggested fixes to analysis diagnostics by @turbolent in #2550
- Fetch event fields by name by @rrrkren in #2554
π Improvements
π Bug Fixes
- Improve function type decoding by @turbolent in #2555
Other Changes
- Merge
release/v0.39.5
tomaster
by @github-actions in #2552
Full Changelog: v0.39.5...v0.39.6
v0.39.5
What's Changed
π Bug Fixes
- Bring back type IDs in JSON encoding of function types and restricted types by @turbolent in #2551
Full Changelog: v0.39.4...v0.39.5
v0.39.4
What's Changed
π Bug Fixes
- Fix test framework: Pass interpreter when iterating over arrays by @turbolent in #2547
Full Changelog: v0.39.3...v0.39.4
v0.39.3
What's Changed
π Bug Fixes
- Add function type to function wrapper host functions by @turbolent in #2542
- Port internal fix 119 by @turbolent in #2544
- Port internal fix 120 by @turbolent in #2545
Other Changes
- Update configuration of update tool by @turbolent in #2539
- Update config of update tool by @turbolent in #2543
Full Changelog: v0.39.2...v0.39.3
v0.39.2
What's Changed
β Features
- Add composite type handler, allow loading of
flow.*
event types by @turbolent in #2533
π Improvements
π Bug Fixes
- Fix
publicKey
to have matching static and runtime types by @fxamacker in #2528 - Fix
codeHash
types to match (static and runtime) by @fxamacker in #2529
Other Changes
- Merge
release/v0.39.1
tomaster
by @github-actions in #2522 - Check code hash value's type is correct by @turbolent in #2532
New Contributors
Full Changelog: v0.39.1...v0.39.2