Releases: iden3/go-schema-processor
Releases · iden3/go-schema-processor
v1.3.0 - support for new JSON validator 2020-12
v1.2.2: Support IFPS schemas for ParseClaim
What's Changed
Full Changelog: v1.2.1...v1.2.2
v1.2.1 Support of IPFS links for merklization
What's Changed
Full Changelog: v1.2.0...v1.2.1
v1.2.0: DID Document structure update.
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
What's Changed
Full Changelog: v1.1.7...v1.1.8
v1.1.7
Full Changelog: v1.1.6...v1.1.7
v1.1.6
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
What's Changed
- Switch to Apache 2.0 / MIT licenses by @OBrezhniev in #60
Full Changelog: v1.1.4...v1.1.5
v1.1.4
use exponential from for boolean (#59)
v1.1.3
- New methods
merklize.TypeFromContext
andMerklizer.JSONLDType
to get the JSON-LD datatype from context by path. - New functions
merklize.HashValue
andmerklize.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 fromMerklizer
object.