Releases: Mrtenz/eip-712
Releases · Mrtenz/eip-712
v1.0.0
Breaking changes
- Dropped support for Node.js v10.
- All functions that were returning a
Buffer
now return a Uint8Array
instead. Buffer
is not used anymore, to improve compatibility with browsers without the need for polyfills.