Skip to content

Releases: nuts-foundation/go-did

v0.6.3

25 Jul 08:10
bfa0515
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

24 Jul 09:26
3f17c03
Compare
Choose a tag to compare

What's Changed

  • Equal() handles empty query, provide decoded parts by @reinkrul in #75

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Jul 08:16
d970188
Compare
Choose a tag to compare

Fixes string representation of an empty DID, now correctly returning an empty string again (instead of did::)

v0.6.0

19 Jul 10:07
ee2e046
Compare
Choose a tag to compare

DID parsing has been rewritten.

What's Changed

  • Remove unmaintained ockam/did library, can't support did:web by @reinkrul in #73
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #70
  • Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #71
  • Bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 by @dependabot in #72

Full Changelog: v0.5.1...v0.6.0

v0.2.0

25 Jan 10:30
85473fc
Compare
Choose a tag to compare

Adds encoding.TextMarshaler implementations for DID and URI types to aid YAML marshalling.