Releases: FuelLabs/sway-libs
Releases · FuelLabs/sway-libs
beta-5
v0.17.2
v0.17.1
v0.17.0
v0.16.0
v0.15.0
What's Changed
- Add hash trait import example for token library by @bitzoic in #196
- Add storage_string import example for token library by @BladeRunner713 in #197
- Add SRC-7 helper functions by @bitzoic in #194
New Contributors
- @BladeRunner713 made their first contribution in #197
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.1
v0.13.0
What's Changed
- Add Queue to source readme and logo by @bitzoic in #175
- Update signed to unsigned in Unsigned Fixed Point inline docs by @bitzoic in #176
- Update merkle proof library to meet SRC-2 Inline Docs standard by @bitzoic in #179
- Update reentrancy to meet SRC-2 inline docs standard by @bitzoic in #181
- Update ownership to follow new standards by @bitzoic in #180
- Update Fixed Point library to meet SRC-2 inline docs standard by @bitzoic in #183
- Update Queue to meet SRC-2 Inline Docs standards by @bitzoic in #184
- Update signed integers library to SRC-2 inline docs standard by @bitzoic in #182
- Bump to forc 0.44.1 by @bitzoic in #185
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- Update Merkle Proof library to use new
fuel-merkle
repo by @bitzoic in #167 - Queue Documentation and Specification by @brandonsurh in #168
- Refactor to use
From
trait forString
by @bitzoic in #171 - Remove
String
andStorageString
from sway-libs by @bitzoic in #174
New Contributors
- @brandonsurh made their first contribution in #168
Breaking
- The
String
andStorageString
types now live in the std-lib.- These can easily be used by changing the import to
use std::string::String
anduse std::storage::storage_string::StorageString
respectively. - Note: Push and pop functionality is no longer available with these new types.
- These can easily be used by changing the import to
Full Changelog: v0.11.0...v0.12.0