github FuelLabs/sway v0.2.1

latest releases: v0.67.0, v0.66.10, v0.66.9...
3 years ago

Changelog

Many PRs have gone in, but if you're just tuning in for the major changes, here they are!

  1. Fix a bug related to importing trait implementations with a star import (#588)
  2. Match expressions and pattern matching on structs and tuples (#573)
  3. Tuple types (#399)
  4. Multi-item import statements (#584)

Note that let pattern matching is not yet implemented, but is coming soon. So, the following statement does not work yet:

let (x, y) = (true, false);

This is coming soon!

Don't miss a new sway release

NewReleases is sending notifications on new releases.