Skip to content

Releases: use-cardano/use-cardano

v1.1.0

19 Feb 09:33
80ef0c4
Compare
Choose a tag to compare

Adds <UseCardanoConsumer /> as an optional way to consume the use-cardano state, on top of the useCardano hook. This does a few things:

  • it's more performant than useCardano, limiting the number of re-renders, as well as localises the updates maximally
  • simplifies adoption by making it easier to use the package with class components

v1.0.0

30 Dec 21:00
288d2fb
Compare
Choose a tag to compare

First major release of use-cardano! 🎉 🎉

Not much has changed since v1.0.0-beta.1 as far as the public API is concerned, but there has been a lot of internal re-structuring and bug fixing and gold-plating.

I won't list the actual changes here, since this is the first official release, and it is backward compatible with all prior beta releases.

v1.0.0-beta.1

19 Dec 20:03
02e7f93
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

This is the inital release of use-cardano 🎉

It contains all the important parts, and is throughly tested. I've marked it as beta, since I need to implement it in the wild before I am confident to mark it as production ready, but disregarding that, it should be ready for use.