Skip to content

Commit c3543c4

Browse files
authored
v1.2.0 (#59)
1 parent cd1b80a commit c3543c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [v1.2.0](https://github.com/stellar/js-xdr/compare/v1.1.4...v1.2.0)
7+
8+
- 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)).
9+
10+
611
## [v1.1.4](https://github.com/stellar/js-xdr/compare/v1.1.3...v1.1.4)
712

813
- Remove `core-js` dependency ([#45](https://github.com/stellar/js-xdr/pull/45)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-xdr",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Read/write XDR encoded data structures (RFC 4506)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)