v0.91.0
版本发布时间: 2024-07-03 23:30:35
FuelLabs/fuels-ts最新发布版本:v0.94.8(2024-09-27 23:46:29)
Summary
In this release, we:
- Upgraded to
sway
/forc
@ v0.61.1 - Added support for
str
slices - Updated
create fuels
template and added afuel-toolchain.toml
file to it - Made
create fuels
CLI easier to use with fewer options and smarter defaults - Improved tooling around
fuels
config file, allowing for selective event listening
Breaking
- Features
-
#2433 - Separate
onSuccess
events for the Fuels CLI, by @Dhaiwat10
-
#2433 - Separate
- Fixes
- Chores
-
#2620 - Upgrade
commander
to12.1.0
, by @YaTut1901
-
#2620 - Upgrade
Features
-
#2619 - Add
fuel-toolchain.toml
tocreate fuels
template, by @danielbate -
#2647 - Add next link component to
create-fuels
, by @mvares - #2580 - Migrate to NextJS app router, by @YaTut1901
Fixes
- #2563 - Passing arguments with NPM, by @petertonysmith94
-
#2564 - Added docs for
isReadOnly
function, by @petertonysmith94 - #2626 - Sync chain config schema, by @petertonysmith94
Chores
-
#2637 - Export test and cli utilities in
fuels
umbrella package, by @nedsalk -
#2489 - Add integration test for
create fuels
, by @petertonysmith94 -
#2444 - Remove some choices from
create-fuels
CLI, by @Dhaiwat10 - #2622 - Add browser testing infrastructure, by @danielbate
-
#2690 - Triggerable
devnet
e2e tests, by @danielbate -
#2562 - Add
UNKNOWN
error code, by @maschad - #2366 - Add debug logger for fuel-ts ecosystem, by @maschad
-
#2685 - Support
forc@0.61.1
, by @danielbate
Docs
- #2198 - Merge error related pages, by @petertonysmith94