Skip to content

0.15.0

Compare
Choose a tag to compare
@lastmjs lastmjs released this 16 Apr 00:18
· 3984 commits to main since this release
dc3160e

This release focuses on updating many of Azle's under-the-hood dependencies, most notably the underlying JS engine (Boa) and stable structures.

Breaking changes

StableBTreeMap.insert no longer returns a result, instead it returns an Opt of the inserted value's type.

What's Changed

  • Fixed name collisions by @dansteren in #995
  • Update dfx to 0.13.1, Rust to 1.68.2, ic-cdk-macros to 0.6.10, ic-cdk-timers to 0.1.2, Boa to latest, ic-stable-structures to 0.5.2 by @lastmjs in #994
  • Prefixed user defined functions by @dansteren in #996
  • Reorganized JS Files by @dansteren in #969
  • Documentation 0.15.0 by @lastmjs in #1003

Full Changelog: 0.14.0...0.15.0