Skip to content

Releases: ATProtoKit/ATCommonTools

v0.0.15

Choose a tag to compare

@MasterJ93 MasterJ93 released this 16 Nov 00:45

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

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 Aug 09:31

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

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 Aug 09:30

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

Choose a tag to compare

@MasterJ93 MasterJ93 released this 20 Jun 05:37
  • Created ipld.ts and added the conversion document for it.

v0.0.11

Choose a tag to compare

@MasterJ93 MasterJ93 released this 26 May 05:11
  • Add conversion documentation for dates.ts and env.ts.
  • Added “swift-cbor” as a dependency.

v0.0.10

Choose a tag to compare

@MasterJ93 MasterJ93 released this 25 May 01:40
  • Converted ipld.ts.
  • Added conversion documents for strings.ts.
  • Completed the conversion for async.ts.

v0.0.9

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 May 20:00
  • Added conversion documents for buffer.ts and fs.ts.
  • Marked the appropriate structs related to DID Documents as Sendable.

v0.0.8

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 May 19:59

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

v0.0.7

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 May 19:58

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

v0.0.6

Choose a tag to compare

@MasterJ93 MasterJ93 released this 24 May 19:58
  • Updated Swift package dependencies.
  • Converted Swift objects from types.ts.