Releases: ATProtoKit/ATCommonTools
Releases · ATProtoKit/ATCommonTools
v0.0.12
- Created
ipld.ts
and added the conversion document for it.
v0.0.11
- Add conversion documentation for dates.ts and env.ts.
- Added “swift-cbor” as a dependency.
v0.0.10
- Converted
ipld.ts
.
- Added conversion documents for
strings.ts
.
- Completed the conversion for
async.ts
.
v0.0.9
- Added conversion documents for buffer.ts and fs.ts.
- Marked the appropriate
struct
s related to DID Documents as Sendable
.
v0.0.8
Fixed an issue where VerificationMethod and Service couldn't be initialized properly.
v0.0.7
Removed getDID()
(as the "id" property can be used instead) and moved the code inside getDID() to
getHandle()`.
v0.0.6
- Updated Swift package dependencies.
- Converted Swift objects from types.ts.
v0.0.5
- Added structs related to DID documents.
- Added the conversion documentation for
did-doc.ts
.
v0.0.4
- Updated MultiformatsKit to the latest version.
- Lowered the macOS minimum requirement to macOS 12.
v0.0.3
- Added Package.swift specific for Swift 6.