Skip to content

0.87.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@joe-p joe-p released this 12 Mar 23:16
· 341 commits to main since this release
ee4ba01

Breaking Changes

  • number is no longer supported, use uint64 instead
  • math operations on uintNxM types are no longer supported

Other Changes

  • add DynamicScratchSlot to support dynamic scratch slots
  • fixes static values in box storage in property access chains
  • fixes incorrect type on .exists and other maybe value methods (now boolean)
  • fixes assignment operators (ie.+=) for scratch slots