Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 890 Bytes

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 890 Bytes

Change Log

[0.5.2] - 2024-07-04

  • add type-safe layer (TypedMoneyAddress etc).
  • add logging

[0.5.1] - 2024-06-26

  • Fix Dap.toString()

[0.5.0] - 2024-06-26

  • Change MoneyAddress to have protocol and pss fields
  • Rework RegistryDidResolver

[0.4.1] - 2024-06-25

  • (FIX) add support multiple MoneyAddress services
  • add validation of DAP handle length
  • add example using the API
  • add CHANGELOG.md

[0.4.0] - 2024-06-25

  • Update to match new DAP spec for CamelCase service types

[0.3.1] - 2024-06-24

  • implement DAP resolution

[0.3.0] - 2024-06-24

  • set up gh workflow to publish docs
  • refactoring to match TBD style
  • use Did Service from web5-kt

[0.2.0] - 2024-06-23

  • Add project url to pom.xml.
  • Use dokka plugin to create javadoc.

[0.1.0] - 2024-06-22

Initial release of the project.

Contains data classes for DAP, MoneyAddress and URN.