File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ v1.3.0] ( https://github.com/stellar/js-xdr/compare/v1.2.0...v1.3.0 )
7
+
8
+ - Inline and modernize the ` cursor ` dependency ([ #] ( https://github.com/stellar/js-xdr/pull/63 ) ).
9
+
6
10
## [ v1.2.0] ( https://github.com/stellar/js-xdr/compare/v1.1.4...v1.2.0 )
7
11
8
12
- Add method ` validateXDR(input, format = 'raw') ` which validates if a given XDR is valid or not. ([ #56 ] ( https://github.com/stellar/js-xdr/pull/56 ) ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-xdr" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Read/write XDR encoded data structures (RFC 4506)" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments