Skip to content

Releases: Creit-Tech/sorobandomains-sdk-js

v1.0.4

09 Jan 12:25

Choose a tag to compare

[1.0.4] (2026-01-09)

Fix

  • Remove unnecessary parameter in the method migrateFromV1

v1.0.3

06 Jan 22:52

Choose a tag to compare

[1.0.3] (2026-01-06)

Add

  • Parse the simulation errors of the new registry contract

v1.0.2

06 Jan 15:02

Choose a tag to compare

[1.0.2] (2026-01-06)

Add

  • Add parameter type to both the Domain and SubDomain to make it easy for developers consuming both from the library.

v1.0.1

03 Jan 01:45

Choose a tag to compare

[1.0.1] (2026-01-02)

Add

  • Add new fetchAllDomains method

Change

  • Add exp_date to the Domain
  • change snapshot type from string to number

v1.0.0

01 Jan 23:43

Choose a tag to compare

[1.0.0] (2026-01-01)

This is a full upgrade and it's not compatible with the Registry V1.

Change

  • Full migration of the SDK to work with the new Registry V2
  • The parseDomain method has been replaced by generateNode

v0.6.0

03 Sep 15:49

Choose a tag to compare

[0.6.0] (2025-09-03)

Change

  • Update the Stellar SDK for protocol 23

v0.5.0

05 May 16:26

Choose a tag to compare

[0.5.0] (2025-05-05)

Change

  • Remove the stellarSDK and the rpc instance so we start using the Stellar SDK directly now that recent versions
    don't fail like old ones with the "instance of" logic.
  • Make as many constructor params as optional as possible, if they are not provided just use default values
  • Avoid fetching the account in read only methods so calls are faster

v0.3.0

01 May 19:01

Choose a tag to compare

[0.3.0] (2025-05-01)

Add

  • Include new static method isValidDomain

v0.2.0

31 Mar 00:23

Choose a tag to compare

[0.2.0] (2025-03-30)

Change

  • Moving all the code to be fully Jsr and Deno compatible
  • Remove node dependencies, update the Stellar SDK and include dependencies from the Standard Library from the Deno team
  • Update tests to use new dependencies and remove tests relying on testnet TODO: create new tests that don't rely on
    network IE mock the results

v0.1.6

16 Jan 15:29

Choose a tag to compare

[0.1.6] (2024-01-16)

Change

  • Change all the SorobanRpc for rpc because the latest StellarSdk changed its variable name