packages feed

bluesky-tools-0.6.0.2: CHANGELOG.md

# Revision history for bluesky-tools

## 0.6.0.2 -- 2025-05-26

* Dependency version updates

## 0.6.0.0 -- 2024-01-11

* Support older versions of `http-api-data`.
* Add `ToJSON Did`, and both `FromJSON`, `ToJSON` for `Handle`.
* Implement DID syntax validating `makeHandle`, and enforce it by removing the
  export of the `Did` constructor.

## 0.4.0.0 -- 2024-01-06

* Stop exporting Document constructor so I can continue to change it.
* getPds retrieves the PDS URI from a DID document.
* Add Handle.verifyHandle.
* Tweak Handle.resolveVerify so that failing to fetch DID document is a verification failure.

## 0.2.2.0 -- 2024-01-05

* Fix build error.
* Export unintentionally-hidden BothFailed.

## 0.2.0.0 -- 2024-01-05

* Handle type, smart constructor, and tests.
* Resolving handles to DIDs via DNS and HTTP.
* Retrieving DID documents for did:plc: DIDs, and verifying handles against them.