Releases: aragon/radspec
Releases · aragon/radspec
v1.1.1
Patch release to fix radspec
not being built correctly in some bundlers.
The library as previously not using the ES6 modules syntax for importing / exporting, and this caused problems when importing libraries that would switch their behaviour based on how they were being imported.
Fixes:
v1.1.0
v1.0.1
v1.0.0
🚨This release may not work in browsers or older node environments; please use v1.0.1 instead.
Radspec is out of beta! 🎉
A number of improvements from the last beta:
v1.0.0-beta.8
Maintenance release of the beta version:
- Adds support for fixed types (#36)
- Uses
bn.js
internally rather thanbignumber.js
- Pins
web3.js
to1.0.0-beta.33
due towss
issues and to align with the rest of Aragon's frontend stack