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