Skip to content

Releases: onflow/cadence

v0.13.3

03 Mar 17:41
Compare
Choose a tag to compare

πŸ›  Improvements

v0.13.2

03 Mar 16:59
Compare
Choose a tag to compare

πŸ›  Improvements

  • Make contract update validation optional and disable it by default (#646) @turbolent
  • Delay contract code and value updates to the end of execution (#636) @turbolent
  • Optimize encoding of positive bigints (#637) @turbolent
  • Optimize deferred dictionary keys (#638) @turbolent
  • Refactor String, AuthAccount.Contracts, and DeployedContract type to singleton (#625) @turbolent
  • Refactor AuthAccount, PublicAccount, and Block type to singleton (#624) @turbolent
  • Only record member accesses when origins and occurrences are enabled (#627) @turbolent
  • Cache members for array and dictionary types (#626) @turbolent

🐞 Bug Fixes

πŸ“– Documentation

  • Fix code examples and improve documentation in language reference (#634) @jeroenlm

v0.13.1

25 Feb 00:22
Compare
Choose a tag to compare

πŸ›  Improvements

  • Remove prepare and decode callbacks (#622) @turbolent
  • Update language server to Cadence v0.13.0 and Go SDK v0.15.0 (#623) @turbolent
  • Refactor Any type, AnyResource type, and AnyStruct type to singleton (#618) @turbolent
  • Refactor Type, Bool, and Character type to singletons (#617) @turbolent

🐞 Bug Fixes

v0.12.12

24 Feb 18:36
Compare
Choose a tag to compare

πŸ›  Improvements

v0.13.0

22 Feb 21:04
Compare
Choose a tag to compare

⭐ Features

πŸ›  Improvements

🐞 Bug Fixes

πŸ“– Documentation

v0.12.11

15 Feb 19:04
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix String() function of DicitonaryValue when values are deferred (#587)

v0.12.10

15 Feb 19:03
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Revert dictionary key string format for address values (#586)

v0.12.9

15 Feb 19:01
Compare
Choose a tag to compare

🐞 Bug Fixes

v0.12.8

15 Feb 18:59
Compare
Choose a tag to compare

⭐ Features

  • Add an optional callback for encoding prepare function calls and debug log them to the runtime interface (#584)

v0.12.7

04 Feb 21:34
Compare
Choose a tag to compare

⭐ Features

  • WebAssembly: Add support for start section (#430)
  • WebAssembly: Add support for memory exports (#427)

πŸ›  Improvements

  • Return a dedicated error for encoding an unsupported value (#583)
  • Update language server to Cadence v0.12.6 and Go SDK v0.14.3 (#579)