You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Refactored
11
+
12
+
-`TxResponse``Meta` field type changed to `TxMetadataBuilder`, enabling custom parsing for specific transactions metadata such as `Payment`, `NFTokenMint`, etc.
13
+
14
+
## [v0.1.13]
15
+
16
+
### Added
17
+
18
+
#### binary-codec
19
+
20
+
-`Number` and `AssetScale` fields to `definitions.json`.
21
+
22
+
#### xrpl
23
+
24
+
-`PermissionedDEX` support (XLS-81d).
25
+
26
+
### Fixed
27
+
28
+
#### xrpl
29
+
30
+
-`OracleSet` transaction to Flatten correctly and `Oracle` PriceDataSeries array.
31
+
32
+
#### binary-codec
33
+
34
+
-`definitions.json` where `LastUpdatedTime` had a typo issue.
35
+
36
+
### Refactored
37
+
38
+
#### xrpl
39
+
40
+
- Replaced `bip32` and `bip39` dependencies due to repository deletion and, therefore, dependency outdated.
41
+
42
+
## [v0.1.12]
43
+
10
44
### Added
11
45
12
46
#### xrpl
13
47
14
48
- Adds `PermissionedDomain` ledger entry type (XLS-80d).
49
+
- Adds `TokenEscrow` support (XLS-85).
50
+
51
+
### Fixed
52
+
53
+
- Flatten function in Escrow transaction types for Destination and Owner fields.
0 commit comments