Skip to content

Releases: iden3/go-schema-processor

v1.3.0 - support for new JSON validator 2020-12

19 Jun 12:38
5c7d528
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2: Support IFPS schemas for ParseClaim

16 Jun 20:13
b106f94
Compare
Choose a tag to compare

What's Changed

  • Pass MerklizeOption[s] to MerklizeJSONLD by @olomix in #69

Full Changelog: v1.2.1...v1.2.2

v1.2.1 Support of IPFS links for merklization

15 Jun 10:25
577711f
Compare
Choose a tag to compare

What's Changed

  • Support for resolving IPFS context addresses in JSON-LD documents by @olomix in #68

Full Changelog: v1.2.0...v1.2.1

v1.2.0: DID Document structure update.

09 Jun 07:39
7894a0d
Compare
Choose a tag to compare

What's Changed

  • Fix context type by @Kolezhniuk in #67
    This change should not break existing soft, but potentially can the processing of did document can be changed.

Full Changelog: v1.1.8...v1.2.0

v1.1.8 - Nested fields: fix for document path in NewPathFromDocument function

09 Jun 07:36
a5ebe3c
Compare
Choose a tag to compare

What's Changed

  • Modify NewPathFromDocument function to support nested fields by @olomix in #66

Full Changelog: v1.1.7...v1.1.8

v1.1.7

29 May 10:02
Compare
Choose a tag to compare

Full Changelog: v1.1.6...v1.1.7

v1.1.6

26 May 13:05
e46585e
Compare
Choose a tag to compare

What's Changed

  • add VerificationMethod, Authentication, KeyAgreement fields to DID do… by @ilya-korotya in #58
  • use utils constants for set position by @ilya-korotya in #63
  • fix errors; mark some parts as deprecated by @ilya-korotya in #64
  • New function TypeIDFromContext to get @id attribute from JSON-LD type by @olomix in #65

Full Changelog: v1.1.5...v1.1.6

v1.1.5

25 Apr 15:39
ae01505
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

24 Apr 11:05
071abfa
Compare
Choose a tag to compare
use exponential from for boolean (#59)

v1.1.3

22 Mar 06:54
e5991f0
Compare
Choose a tag to compare
  • New methods merklize.TypeFromContext and Merklizer.JSONLDType to get the JSON-LD datatype from context by path.
  • New functions merklize.HashValue and merklize.HashValueWithHasher to create a valid hash from a datatype and any value we can convert to that datatype.
  • New method Merklizer.Hasher to get the current hasher from Merklizer object.