Changelog
[2.8.0]
downloadFile
and getSkylinkUrl
now accept a subdomain
option which makes them return the skylink in subdomain format.parseSkylink
now accepts a subdomain
option which parses the skylink as a base32 subdomain in a URL.Changelog
[2.7.0]
Note: this version contains breaking changes to deriveChildSeed
.
deriveChildSeed
bugs. It will now return hex-encoded strings. Note that it will now return different values than before these bugs were fixed.setJSON
function not using hex-encoded publickeys when making its request.setEntry
by default (was 5s previously).setJSON
with revision = 0
where setJSON
would fetch the latest revision anyway.Changelog
[2.5.0]
Note: this version contains breaking changes in the SkyDB and Registry APIs.
keyPairFromSeed
to genKeyPairFromSeed
and have it return keys in the form of hex strings.generateKeyPairAndSeed
to genKeyPairAndSeed
and have it return keys in the form of hex strings.getJSON
, setJSON
, getEntry
, and setEntry
.setEntry
no longer takes a datakey
argument as it is already in entry
.