Skip to content

Releases: stellar/js-xdr

v1.1.2

19 Apr 19:04
79cff3f
Compare
Choose a tag to compare
  • Travis: Deploy to NPM with an env variable instead of an encrypted key
  • Travis: Cache node_modules

js-xdr v1.1.1

25 Feb 15:28
d4545f7
Compare
Choose a tag to compare
  • Updated some out-of-date dependencies

js-xdr v1.1.0

04 Feb 15:55
c58bbdc
Compare
Choose a tag to compare
  • Added ESLint and Prettier to enforce code style
  • Upgraded dependencies, including Babel to 6
  • Bump local node version to 6.14.0

js-xdr v1.0.5

17 Sep 17:25
Compare
Choose a tag to compare

Changed

  • String.read() returns Buffer as string encoding is not defined in XDR specification. Use String.readString() to get utf-8 encoded string.
  • String.write() assumes utf-8 encoding for string parameters. Passing an array or Buffer doesn't modify the value for utf8 incompatible bytes.

js-xdr v1.0.4

08 Aug 18:32
Compare
Choose a tag to compare

Changed

  • Fixed config function. It now returns a new types map for each call instead of adding new types to a global map.
  • Removed deprecated usages of Buffer methods.
  • Removed unused babel-runtime dependency.
  • Added Enum.fromValue() method.

js-xdr v1.0.3

25 Jun 14:58
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Improved lodash imports (the browser build should be smaller)

js-xdr v1.0.2

08 Feb 14:20
Compare
Choose a tag to compare

Changed

  • bugfix: removed runtime flag from babel to make this package working in React/Webpack environments

js-xdr v1.0.1

10 Aug 00:32
Compare
Choose a tag to compare

Changed

  • bugfix: padding bytes are now ensured to be zero when reading

js-xdr v1.0.0

28 Apr 17:50
Compare
Choose a tag to compare

Changed

  • Strings are now encoded/decoded as utf-8