Releases: bahner/go-ma
Version 0.2.2
Full Changelog: v0.2.1...v0.2.2
Version 0.2.0
Adding publication options.
Full Changelog: v0.1.0...v0.2.0
version 0.1.0
This is a major rewrite of the structure of the suite. It should be easier to use now. Many function have been removed or made private.
Full Changelog: v0.0.7...v0.1.0
Version 0.0.7
Fix bug in ipfs.Key handling
Full Changelog: v0.0.6...v0.0.7
Version 0.0.6
Replace go-ipfs-api with kubl/client/rpc. This does not work well. It's flaky and struggles to keep up, but this seems to be the future, so I will just jump onboard sooner rather than later. Releasing to make it easier to develop rest of the libraries.
Full Changelog: v0.0.5...v0.0.6
Version 0.0.5
v0.0.5
Version 0.0.2
This library is approaching being usable enough to warrant a new release.
P2P
Some p2p functionality has been added, but that's only for users to have things be a little easier. It's not meant to be used by the rest of the library.
Publication
Both DIDDocuments and IPNS keys can now be published. This is required for Actors to work effectively. You want the same key used for DIDDocument publication, as you do when signing and encrypting messages.
Cleanup
The code is cleaner now and tries not to be so smart.
Full Changelog: https://github.com/bahner/go-ma/commits/0.0.2