Skip to content

Releases: XRPLF/xrpl.js

[email protected]

24 Aug 17:50
37fbc03
Compare
Choose a tag to compare

[email protected]

07 Aug 21:57
002ec77
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.10.0

[email protected]

07 Aug 21:57
002ec77
Compare
Choose a tag to compare

[email protected]

18 Jul 20:46
5ec6729
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.9.1

[email protected]

18 Jul 20:46
5ec6729
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@1.7.1

[email protected]

13 Jul 18:22
c523a7c
Compare
Choose a tag to compare

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

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]

13 Jul 18:24
c523a7c
Compare
Choose a tag to compare

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]

13 Jun 22:10
b410bde
Compare
Choose a tag to compare

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 the account_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

Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.8.1

[email protected]

13 Jun 22:11
b410bde
Compare
Choose a tag to compare

Adds support for npm v9

[email protected]

13 Jun 22:12
3791c62
Compare
Choose a tag to compare
  • Allow custom type definitions to be used for encoding/decoding transactions at runtime (e.g. for sidechains/new amendments)
  • Adds support for npm v9