Skip to content

Releases: aragon/radspec

v1.1.1

25 Oct 09:33
Compare
Choose a tag to compare

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:

  • Import date-fns via ES6 modules syntax (#45)
  • Add source-maps to distribution (#47)

v1.1.0

23 Oct 09:47
Compare
Choose a tag to compare

Introducing helper functions 💫.

Helper functions are convenience methods available to help format specific scenarios, like token amounts, dates, or time durations.

Features:

  • Helper functions (#42)

v1.0.1

16 Oct 16:43
Compare
Choose a tag to compare

Fixed:

  • Added babel as a build step, to accommodate for new language features

v1.0.0

15 Oct 23:31
Compare
Choose a tag to compare

🚨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:

  • Add the default operator (||) (#37)
  • Interpolate self as the transaction's to address, for nested contract getters (#38)
  • Implement equality operators for integers, addresses, and bytesX types (#41)

v1.0.0-beta.8

17 Jul 10:20
Compare
Choose a tag to compare

Maintenance release of the beta version:

  • Adds support for fixed types (#36)
  • Uses bn.js internally rather than bignumber.js
  • Pins web3.js to 1.0.0-beta.33 due to wss issues and to align with the rest of Aragon's frontend stack