github ethereum/solidity v0.1.6
Version 0.1.6

latest releases: v0.8.25, v0.8.24, v0.8.23...
8 years ago

Features:

  • .push() for dynamic storage arrays.
  • Tuple expressions ((1,2,3) or return (1,2,3);)
  • Declaration and assignment of multiple variables (var (x,y,) = (1,2,3,4,5); or var (x,y) = f();)
  • Destructuring assignment ((x,y,) = (1,2,3))
  • Handling of multiple source files in the json compiler.

Bugfixes:

  • Internal error about usage of library function with invalid types.
  • Correctly parse Library.structType a at statement level.
  • Correctly report source locations of parenthesized expressions (as part of "tuple" story).

Don't miss a new solidity release

NewReleases is sending notifications on new releases.