v2.0.0
- Refactor XDR serialization/deserialization logic (#91).
- Replace
long
dependency with nativeBigInt
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