Skip to content

Releases: ATProtoKit/ATCommonTools

v0.0.15

16 Nov 00:45

Choose a tag to compare

Version 0.0.15 includes the following changes:

  • Added SwiftCbor to the list of dependencies in ATCommonWeb.

Once again, thank you for your support. Please give feedback, bug reports, and contributions if you have time. Consider starring this project if you find it helpful, and feel free to donate an amount that reflects the value it has brought to you. Your support helps ensure the continued development and improvement of this project. You can also speak to me on Bluesky (@cjrriley.ca) for any questions.

v0.0.14

24 Aug 09:31

Choose a tag to compare

Version 0.0.14 includes the following changes:

  • Converted common/ipld-multi.ts.
  • Added DAGCBORValue.
  • Added DuplexStream and DuplexStreamEndpoint.
    • This is a bit of a work-in-progress so it might not work. Early tests are showing that they’re working as intended.

v0.0.13

24 Aug 09:30

Choose a tag to compare

Add forked version of swift-cbor.

The swift-cbor Swift package will eventually be tweaked to be more inline with the official implementation once the problems are resolved. In the worst case, a PR will be made (after the code is cleaned up a little bit) to suggest changes for the sake of making it
The changes will be inserted into a PR. Assuming no
further changes are being made, the changes will be
merged into the Swift package, while will then allow
for this library to revert back to using the original library.

v0.0.12

20 Jun 05:37

Choose a tag to compare

  • Created ipld.ts and added the conversion document for it.

v0.0.11

26 May 05:11

Choose a tag to compare

  • Add conversion documentation for dates.ts and env.ts.
  • Added “swift-cbor” as a dependency.

v0.0.10

25 May 01:40

Choose a tag to compare

  • Converted ipld.ts.
  • Added conversion documents for strings.ts.
  • Completed the conversion for async.ts.

v0.0.9

24 May 20:00

Choose a tag to compare

  • Added conversion documents for buffer.ts and fs.ts.
  • Marked the appropriate structs related to DID Documents as Sendable.

v0.0.8

24 May 19:59

Choose a tag to compare

Fixed an issue where VerificationMethod and Service couldn't be initialized properly.

v0.0.7

24 May 19:58

Choose a tag to compare

Removed getDID() (as the "id" property can be used instead) and moved the code inside getDID() to getHandle()`.

v0.0.6

24 May 19:58

Choose a tag to compare

  • Updated Swift package dependencies.
  • Converted Swift objects from types.ts.