Skip to content

0.26.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@joe-p joe-p released this 08 Jul 12:52
· 1371 commits to main since this release
54d1d41
  • 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 using for loops)