Releases: XRPLF/xrpl.js
[email protected]
What's Changed
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@1.9.0
[email protected]
What's Changed
-
Clawback by @shawnxie999 in #2353
-
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #2392
-
build(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #2396
-
build(deps-dev): bump ts-loader from 9.4.2 to 9.4.4 by @dependabot in #2395
-
build(deps-dev): bump source-map-loader from 3.0.2 to 4.0.1 by @dependabot in #2399
-
build(deps-dev): bump url from 0.11.0 to 0.11.1 by @dependabot in #2400
-
build(deps-dev): bump jest and @types/jest by @dependabot in #2397
-
build(deps-dev): bump typedoc from 0.24.7 to 0.24.8 by @dependabot in #2402
-
build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by @dependabot in #2415
-
build(deps-dev): bump webpack-cli from 5.1.1 to 5.1.4 by @dependabot in #2417
-
build(deps-dev): bump @types/lodash from 4.14.195 to 4.14.196 by @dependabot in #2414
-
build(deps-dev): bump jest-mock from 29.6.1 to 29.6.2 by @dependabot in #2419
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.10.0
[email protected]
What's Changed
- Clawback by @shawnxie999 in #2353
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@1.8.0
[email protected]
What's Changed
- Fix #2361 - Custom definitions in STArray»STObject by @WietseWind in #2362
- fix: escrow finish and cancel integration by @justinr1234 in #2382
- Update docker to xrpllabsofficial/xrpld:1.12.0-b1 by @shawnxie999 in #2381
New Contributors
- @WietseWind made their first contribution in #2362
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.9.1
[email protected]
What's Changed
- Fix #2361 - Custom definitions in STArray»STObject by @WietseWind in #2362
New Contributors
- @WietseWind made their first contribution in #2362
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@1.7.1
[email protected]
Breaking Change
- If you were deep importing these types previously you will need to import them from
xrpl
and rename them:methods/accountLines
:Trustline
->AccountLinesTrustline
methods/bookOffers
:TakerAmount
->BookOfferCurrency
methods/ledgerData
:BinaryLedgerEntry
->LedgerDataBinaryLedgerEntry
What's Changed
- [BREAKING CHANGE] feat(types): Export most of the types by @ckniffen in #2360
- feat:
NetworkId
field support including auto-filling and to server_info response by @dangell7 in #2216 - fix: CJS default exports by @justinr1234 in #2340
- feat: add missing
AccountRoot
fields by @ckniffen in #2347 - Update getNFTokenID to properly handle binary blob by @JST5000 in #2247
- feat: cleanup types and add missing request fields by @ckniffen in #2346
- feat: add ledger entry types for NFTokens by @ckniffen in #2349
- feat(types): define new
account_flags
field by @ckniffen in #2352 - feat(types): Add pseudo transactions by @ckniffen in #2351
- feat(types): Update
FeeSettings
and add id by @ckniffen in #2357 - fix(types):
SignerList
was missingWalletLocator
by @ckniffen in #2359 - feat: expose LedgerEntry singletons by @ckniffen in #2358
- feat: export
Balance
type by @ckniffen in #2374 - Enable the removal of a signer list by @wojake in #2377
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.9.0
More detailed notes found at: https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/HISTORY.md#290-2023-07-12
[email protected]
What's Changed
- feat:
NetworkId
field support including auto-filling and to server_info response by @dangell7 in #2216
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@1.7.0
More detailed notes found at: https://github.com/XRPLF/xrpl.js/blob/ripple-binary-codec%401.7.0/packages/ripple-binary-codec/HISTORY.md#170-2023-07-12
[email protected]
What's Changed
- Issue 2212. Improve NFToken.URI handling for empty and undefined values by @crtag in #2218
- feat: modifiable
definitions.json
values at runtime via encode/decode parameter by @JST5000 in #2127 - add destination_account field to PathOption(path_find method) by @develoQ in #2160
- remove: remove old sidechain design features by @mvadari in #2060
- fix: remove tx serialization check by @mvadari in #2293
- fix: fix the location of
signer_lists
in theaccount_info
response by @mvadari in #2295 - Update orderbook docs and params by @JST5000 in #2294
- feat: add support for node v20 by @mvadari in #2303
- Add guard check for signing algorithm by @wojake in #2278
- update isSigned null check to handle multi-signed transactions by @khancode in #2308
- Add nft_info and nft_history clio model by @shawnxie999 in #2310
- feat: support npm v9 by @mvadari in #2318
- Add generics of TransactionType for TxResponse by @develoQ in #2332
- feat: add support for sidechain devnet faucet by @mvadari in #2336
- add userAgent and usageContext to faucet transactions by @jonathanlei in #2309
New Contributors
- @crtag made their first contribution in #2218
- @develoQ made their first contribution in #2160
- @FlorianBouron made their first contribution in #2269
- @wojake made their first contribution in #2278
- @shawnxie999 made their first contribution in #2310
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.8.1
[email protected]
Adds support for npm v9
[email protected]
- Allow custom type definitions to be used for encoding/decoding transactions at runtime (e.g. for sidechains/new amendments)
- Adds support for npm v9