This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Releases: pyth-network/pyth-sdk-js
Releases · pyth-network/pyth-sdk-js
Pyth SDK JS v1.2.0
Pyth SDK JS v1.1.0
What's Changed
- Abehjati/add-receive-time-metadata by @ali-bahjati in #9
Full Changelog: v1.0.0...v1.1.1
Pyth SDK JS v1.0.0
What's Changed
- Update PriceFeed schema and methods + v1 release by @ali-bahjati in #8
Full Changelog: v0.3.0...v1.0.0
Pyth SDK JS v0.3.0
What's Changed
- add metadata to price feed by @cctdaniel in #6
- update node version in publish.yml by @cctdaniel in #7
New Contributors
- @cctdaniel made their first contribution in #6
Full Changelog: v0.2.0...v0.3.0
Pyth SDK JS v0.2.0
This release removes getPrevPriceUnchecked
method from PriceFeed and adds getLatestAvailablePriceUnchecked
and getLatestAvailablePriceWithinDuration
to replace its behavior.