Skip to content

Releases: FuelLabs/sway

v0.0.1

27 Sep 15:26
c9781a1
Compare
Choose a tag to compare

Changelog

  1. implement node health check in forc. #269
  2. rustfmt.toml proposal. #265
  3. Short circuiting boolean ops. #264
  4. Rework imports for more ergonomic dependency handling (no more dependency stutter). #258
  5. Allow return values from ABI functions (via RET and RETD). #257
  6. b256 functions for stdlib. #256
  7. Filter test suite test cases with a runtime regex for development. #255
  8. Apply clippy to various files in the repo. #254
  9. Allow asm expressions without returns (i.e. omit the return register if returning Unit) #253
  10. Catch incorrect number of function arguments in type checking instead of code generation. #250
  11. Include the name of the file from which an error or warning originated in error and warning messages. #249
  12. Improve operator precedence. #248
  13. Extend sway server to support multiple files. #245
  14. Allow keywords in variable names. #236