Releases: FuelLabs/sway-standards
Releases · FuelLabs/sway-standards
beta-5
v0.3.3
v0.3.2
v0.3.1
What's Changed
- docs: Removing tags in readme until fix by @calldelegation in #50
- Add missing standards, organize standards, and update links in source README by @bitzoic in #48
- hotfix: Add
#[payable]
attribute to vaultdeposit()
andwithdraw()
functions by @bitzoic in #51
New Contributors
- @calldelegation made their first contribution in #50
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Vault standard with subvaults by @SwayStar123 in #28
- Vault standard; SRC-6 by @SwayStar123 in #24
- Fix typo in SRC9 header by @bitzoic in #46
- Reorg Standards Folders and Imports by @bitzoic in #47
Breaking Changes
- Imports have removed the underscore in standard import definitions. For example,
use src_20::*
is nowuse src20::*
anduse src_3::*
is nowuse src3::*
. The same changes should be made in the Forc.toml file.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Update README.md by @SwayStar123 in #43
- Bump to forc v0.48.1 by @bitzoic in #44
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Fix path in README to SRC-7 by @bitzoic in #27
- Update links in standard to point to the new doc hub by @bitzoic in #30
- Add SRC-20 Examples by @bitzoic in #32
- Add SRC-3 Basic Examples by @bitzoic in #34
- Add SRC-5 Basic examples by @bitzoic in #33
- Add SRC3 Examples to workspace by @bitzoic in #36
- SRC-8; Bridged Asset Standard by @bitzoic in #25
- Add SRC-7 Basic Examples by @bitzoic in #35
- Remove
Ownership
struct and changeSRC_5
abi toSRC5
by @bitzoic in #37
Full Changelog: v0.1.2...v0.2.0
v0.1.2
v0.1.1
What's Changed
- SRC-2 Change "Panic" to "Revert" terminology by @bitzoic in #12
- Update SRC-5 Ownership standard file to meet SRC-2 Inline Docs Standard by @bitzoic in #15
- Bump standards to forc v0.44 by @bitzoic in #14
- SRC-5: Update example typo by @K1-R1 in #17
- SRC-20 Token Standard by @bitzoic in #13
- SRC-3 Mint and Burn Standard by @bitzoic in #16
New Contributors
Full Changelog: v0.1.0...v0.1.1