0.26.0
Pre-release
Pre-release
- Adds proper return type to
Application.fromIndex
- Allows type casting of
Application.global
- Allows for empty/partial static array initialization (unspecified values will simply be zeroes)
- Adds proper type hinting for storage calls so an explicit
as
isn't necessary when setting arrays - Throws error when trying to use
forEach
(recommends usingfor
loops)