Releases: Creit-Tech/sorobandomains-sdk-js
Releases · Creit-Tech/sorobandomains-sdk-js
v1.0.4
v1.0.3
[1.0.3] (2026-01-06)
Add
- Parse the simulation errors of the new registry contract
v1.0.2
[1.0.2] (2026-01-06)
Add
- Add parameter
typeto both the Domain and SubDomain to make it easy for developers consuming both from the library.
v1.0.1
[1.0.1] (2026-01-02)
Add
- Add new
fetchAllDomainsmethod
Change
- Add
exp_dateto the Domain - change
snapshottype from string to number
v1.0.0
[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
parseDomainmethod has been replaced bygenerateNode
v0.6.0
[0.6.0] (2025-09-03)
Change
- Update the Stellar SDK for protocol 23
v0.5.0
[0.5.0] (2025-05-05)
Change
- Remove the
stellarSDKand therpcinstance 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
[0.3.0] (2025-05-01)
Add
- Include new static method
isValidDomain
v0.2.0
[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
[0.1.6] (2024-01-16)
Change
- Change all the
SorobanRpcforrpcbecause the latest StellarSdk changed its variable name