mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
@@ -1,5 +1,16 @@
|
||||
# ripple-binary-codec Release History
|
||||
|
||||
## 0.3.0 (2020-08-17)
|
||||
|
||||
- Migrate to TypeScript
|
||||
- Javascript classes used
|
||||
- Generics for constructing core types
|
||||
- Reduced dependencies
|
||||
- Dependent on create-hash, decimal.js, ripple-address-codec
|
||||
- Migrate testing to Jest and added tests
|
||||
- Tests for pseudo-transactions
|
||||
- Added support for NegativeUNL pseudo-transactions
|
||||
|
||||
## 0.2.6 (2019-12-31)
|
||||
|
||||
- Update dependencies
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
"version": "0.3.0",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
"distrib/npm/*",
|
||||
"dist/*",
|
||||
"bin/*",
|
||||
"test/*"
|
||||
],
|
||||
"main": "distrib/npm/",
|
||||
"main": "dist/",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user