Releases: XRPLF/xrpl.js
Releases · XRPLF/xrpl.js
0.12.0
Breaking Changes
- REMOVED Remote storage interface
- REMOVED Remote
ping
configuration - REMOVED Old/deprecated Remote server configuration (websocket_ip, websocket_port)
- REMOVED browser
online
reconnect listener - Remove
jsbn
and usebignumber.js
instead for big number math - The
allow_nan
flag has been removed. Results for invalid amounts will always beNaN
Changes
- Add deprecation warnings to request constructors. The first argument to request constructor functions should be an object containing request properties
- Fix taker_gets_funded exceeding offer.TakerGets
- Fix unsymmetric memo serializing
- Fix IOU value passed to
Amount.from_json()
- Update transaction binary parsing to account for XRP delivered amounts
- Bumped dependencies
0.12.0-rc3
Breaking Changes
- REMOVED Remote storage interface
- REMOVED Remote
ping
configuration - REMOVED Old/deprecated Remote server configuration (websocket_ip, websocket_port)
- REMOVED browser
online
reconnect listener - Remove
jsbn
and usebignumber.js
instead for big number math - The
allow_nan
flag has been removed. Results for invalid amounts will always beNaN
Changes
- Add deprecation warnings to request constructors. The first argument to request constructor functions should be an object containing request properties
- Fix taker_gets_funded exceeding offer.TakerGets
- Fix unsymmetric memo serializing
- Fix IOU value passed to
Amount.from_json()
- Update transaction binary parsing to account for XRP delivered amounts
- Bumped dependencies
0.12.0-rc2
Breaking Changes
- REMOVED Remote storage interface
- REMOVED Remote
ping
configuration - REMOVED Old/deprecated Remote server configuration (websocket_ip, websocket_port)
- REMOVED browser
online
reconnect listener - Remove
jsbn
and usebignumber.js
instead for big number math - The
allow_nan
flag has been removed. Results for invalid amounts will always beNaN
Changes
- Add deprecation warnings to request constructors. The first argument to request constructor functions should be an object containing request properties
- Fix taker_gets_funded exceeding offer.TakerGets
- Fix unsymmetric memo serializing
- Update transaction binary parsing to account for XRP delivered amounts
- Bumped dependencies
0.12.0-rc1
Breaking Changes
- REMOVED Remote storage interface
- REMOVED Remote
ping
configuration - REMOVED Old/deprecated Remote server configuration (websocket_ip, websocket_port)
- REMOVED browser
online
reconnect listener - Remove
jsbn
and usebignumber.js
instead for big number math - The
allow_nan
flag has been removed. Results for invalid amounts will always beNaN
Changes
0.11.0
- Track the funded status of an order based on cumulative account orders and 67d3973
- Remove blobvault client from ripple-lib, use the
ripple-vault-client
instead 9b3d62b7 - Add support for
ledger
option in requestBookOffers - Add support for
limit
option in requestBookOffers - Add
ledgerSelect
request constructor inRemote
- Default to binary data for commands that accept the binary flag
- Fix metadata account check
- Double check
tes
code before emittingsuccess
- Decrease redundancy in binary account_tx parsing
- Abort server connection on unrecoverable TLS error
- Fix complete ledgers check on subscription that is not initial
0.11.0-rc3
- Track the funded status of an order based on cumulative account orders and 67d3973
- Remove blobvault client from ripple-lib, use the
ripple-vault-client
instead 9b3d62b7 - Add support for
ledger
option in requestBookOffers - Add support for
limit
option in requestBookOffers - Add
ledgerSelect
request constructor inRemote
- Default to binary data for commands that accept the binary flag
- Fix metadata account check
- Double check
tes
code before emittingsuccess
- Decrease redundancy in binary account_tx parsing
- Abort server connection on unrecoverable TLS error
- Fix complete ledgers check on subscription that is not initial
0.11.0-rc2
- Track the funded status of an order based on cumulative account orders and 67d3973
- Remove blobvault client from ripple-lib, use the
ripple-vault-client
instead 9b3d62b7 - Add support for
ledger
option in requestBookOffers - Add support for
limit
option in requestBookOffers - Fix metadata account check
- Decrease redundancy in binary account_tx parsing
- Abort server connection on unrecoverable TLS error
- Fix complete ledgers check on subscription that is not initial
0.11.0-rc1
- Track the funded status of an order based on cumulative account orders and 67d3973
- Remove blobvault client from ripple-lib, use the
ripple-vault-client
instead 9b3d62b7 - Add support for
ledger
option in requestBookOffers - Add support for
limit
option in requestBookOffers - Fix metadata account check
- Decrease redundancy in binary account_tx parsing
- Abort server connection on unrecoverable TLS error
- Fix complete ledgers check on subscription that is not initial