Skip to content

v2.0.0

Compare
Choose a tag to compare
@Shaptic Shaptic released this 21 Apr 23:02
· 27 commits to master since this release
03cbefc
  • Refactor XDR serialization/deserialization logic (#91).
  • Replace long dependency with native BigInt arithmetics.
  • Replace lodash dependency with built-in Array and Object methods, iterators.
  • Add buffer dependency for WebPack browser polyfill.
  • Update devDependencies to more recent versions, modernize bundler pipeline.
  • Automatically grow underlying buffer on writes (#84 fixed).
  • Always check that the entire read buffer is consumed (#32 fixed).
  • Check actual byte size of the string on write (#33 fixed).
  • Fix babel-polyfill build warnings (#34 fixed).

Thank you @orbitlens for your efforts on this release! 🎉

Full Changelog: v1.3.0...v2.0.0