Releases: devmannic/scrypto_statictypes
Releases · devmannic/scrypto_statictypes
v0.5.0
Scrypto Compatibility: v0.4.1
Changes:
- Minor API additions
See the CHANGELOG.md
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Scrypto Compatibility: v0.3.0
Changes:
- Minor fixes to tests and CI
See the CHANGELOG.md
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.1
Continues to support Scrypto v0.2.0
Added
- Common impl for From<$w> for $t to automatically unwrap making API usage cleaner
Account::deposit_of::<RESOURCE>
andAccount::withdraw_of::<RESOURCE>
- Comparison between ResourceDef and ResourceOf with == and !=
Fixed
- warnings on resource names (any case is now allowed)
- missing trait in prelude hiding BucketRefOf::unchecked_into
See the CHANGELOG.md
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Added
ResourceOf
andBucketRefOf
completing support for all Scrypto container types! - Still compatible with Scrypto v0.2.0 (and latest
main
branch revision at time of release).
See the CHANGELOG.md
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Compatibility updates for Alexandria Scrypto v0.2.0
See the CHANGELOG.md
Full Changelog: v0.1.1...v0.2.0