0.87.0
Pre-release
Pre-release
Breaking Changes
number
is no longer supported, useuint64
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 (nowboolean
) - fixes assignment operators (ie.
+=
) for scratch slots