Releases: XRPLF/xrpl.js
Releases · XRPLF/xrpl.js
[email protected]
What's Changed
- Release 4.4.2: release-xrpl-4.4.2 → main by @github-actions[bot] in #3093
- Fix serialization of Issue type when asset is MPT by @Patel-Raj11 in #3090
- update slack message and update step description by @shichengripple001 in #3098
- build(deps-dev): bump webpack from 5.101.0 to 5.102.0 by @dependabot[bot] in #3104
- Trigger from release branch by @shichengripple001 in #3100
- ci: support Node 24 by @mvadari in #3105
- Fix: deploy documentation workflow by @ckeshava in #3101
- update slack message/add version tag for owsap project by @shichengripple001 in #3110
- feat: add batch transaction exports to public API by @nabe3m in #3064
- Release 2.5.1: release-rbc-2.5.1 → main by @github-actions[bot] in #3125
- Add encodeMPTokenMetadata and decodeMPTokenMetadata utility functions by @Patel-Raj11 in #3117
- Fix failed integration tests due to the removal of amendments by @kuan121 in #3128
New Contributors
- @github-actions[bot] made their first contribution in #3093
- @nabe3m made their first contribution in #3064
- @kuan121 made their first contribution in #3128
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@4.4.3
[email protected]
What's Changed
- Fix serialization of Issue type when asset is MPT by @Patel-Raj11 in #3090
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.5.1
[email protected]
[email protected]
What's Changed
- remove snippets files by @ckeshava in #3054
- feat(dev): add support for pulling definitions from Github by @mvadari in #3046
- Release pipeline by @shichengripple001 in #3039
- Fix node.js process termination due to delayed websocket error callback by @Patel-Raj11 in #3065
- release workflow fix - skip .github directory from being searched in grep by @Patel-Raj11 in #3069
- Release/[email protected] by @Patel-Raj11 in #3071
- fix: improve Batch inner transaction typing by @mvadari in #3035
- Migrate ESLint to v9 and it's related plugins to their latest major version by @Patel-Raj11 in #3075
- build(deps-dev): bump eslint from 9.32.0 to 9.35.0 by @dependabot[bot] in #3078
- build(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 by @dependabot[bot] in #3077
- Release with trusted publisher by @shichengripple001 in #3085
- Release 4.4.2: release-xrpl-4.4.2 → main by @github-actions[bot] in #3093
- Fix serialization of Issue type when asset is MPT by @Patel-Raj11 in #3090
- update slack message and update step description by @shichengripple001 in #3098
- build(deps-dev): bump webpack from 5.101.0 to 5.102.0 by @dependabot[bot] in #3104
New Contributors
- @github-actions[bot] made their first contribution in #3093
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@4.5.0-smartescrow.3
[email protected]
What's Changed
- remove snippets files by @ckeshava in #3054
- feat(dev): add support for pulling definitions from Github by @mvadari in #3046
- Release pipeline by @shichengripple001 in #3039
- Fix node.js process termination due to delayed websocket error callback by @Patel-Raj11 in #3065
- release workflow fix - skip .github directory from being searched in grep by @Patel-Raj11 in #3069
- Release/[email protected] by @Patel-Raj11 in #3071
- fix: improve Batch inner transaction typing by @mvadari in #3035
- Migrate ESLint to v9 and it's related plugins to their latest major version by @Patel-Raj11 in #3075
- build(deps-dev): bump eslint from 9.32.0 to 9.35.0 by @dependabot[bot] in #3078
- build(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 by @dependabot[bot] in #3077
- Release with trusted publisher by @shichengripple001 in #3085
- Release 4.4.2: release-xrpl-4.4.2 → main by @github-actions[bot] in #3093
- Fix serialization of Issue type when asset is MPT by @Patel-Raj11 in #3090
- update slack message and update step description by @shichengripple001 in #3098
- build(deps-dev): bump webpack from 5.101.0 to 5.102.0 by @dependabot[bot] in #3104
New Contributors
- @github-actions[bot] made their first contribution in #3093
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@2.6.0-smartescrow.3
[email protected]
What's Changed
- fix: improve Batch inner transaction typing by @mvadari in #3035
- Migrate ESLint to v9 and it's related plugins to their latest major version by @Patel-Raj11 in #3075
- build(deps-dev): bump eslint from 9.32.0 to 9.35.0 by @dependabot[bot] in #3078
- build(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 by @dependabot[bot] in #3077
- Release with trusted publisher by @shichengripple001 in #3085
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@4.4.2
[email protected]
What's Changed
- remove snippets files by @ckeshava in #3054
- feat(dev): add support for pulling definitions from Github by @mvadari in #3046
- Release pipeline by @shichengripple001 in #3039
- Fix node.js process termination due to delayed websocket error callback by @Patel-Raj11 in #3065
- release workflow fix - skip .github directory from being searched in grep by @Patel-Raj11 in #3069
New Contributors
- @shichengripple001 made their first contribution in #3039
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/@xrplf/[email protected]@4.4.1
[email protected]
What's Changed
- fix: add missing
MPTAmounttype toVaultDeposit&VaultWithdrawby @khancode in #3036 - XLS 85d: Token Escrow by @ckeshava in #3027
- XLS-81D Permissioned DEX by @ckeshava in #3032
- fix: filename weback.test.config.js by @tequdev in #3043
- fix: allow
DeliverMaxinPaymenttransaction by @khancode in #3044 - introduce hex validation for domainID in Payment, OfferCreate txn by @ckeshava in #3050
- Add warnings for MPTokenMetadata - XLS-89d by @Patel-Raj11 in #3041
- release 4.4.0 by @ckeshava in #3055
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@4.5.0-smartescrow.0
[email protected]
[email protected]
What's Changed
- test: Separate faucet tests from local integration tests by @achaljhawar in #2985
- fix: make
submitAndWaitfail faster withtemerrors by @mvadari in #2948 - refactor: improve typing of
validateRequiredField,validateOptionalField, andDeliverMaxby @mvadari in #2966 - refactor: refactor model tests to use a helper function by @mvadari in #2965
- feat: add Single Asset Vault (XLS-65) by @khancode in #3008
- Avoid running faucet tests with unit tests by @mvadari in #3033
- generate correct xrpl-latest-min.js file name by @Patel-Raj11 in #3034
- fix: add missing
MPTAmounttype toVaultDeposit&VaultWithdrawby @khancode in #3036 - XLS 85d: Token Escrow by @ckeshava in #3027
- XLS-81D Permissioned DEX by @ckeshava in #3032
- fix: filename weback.test.config.js by @tequdev in #3043
- fix: allow
DeliverMaxinPaymenttransaction by @khancode in #3044 - introduce hex validation for domainID in Payment, OfferCreate txn by @ckeshava in #3050
- Add warnings for MPTokenMetadata - XLS-89d by @Patel-Raj11 in #3041
- release 4.4.0 by @ckeshava in #3055
New Contributors
- @achaljhawar made their first contribution in #2985
Full Changelog: https://github.com/XRPLF/xrpl.js/compare/[email protected]@4.4.0