Skip to main content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Initial version of the Histori SDK for TypeScript.
  • Support for fetching token balances, allowances, and historical data.
  • Added ability to retrieve ETH to USDT prices from Uniswap V3.
  • Initial documentation for installation, usage, and configuration.

Changed

  • Updated error handling to provide detailed messages for failed requests.

Fixed

  • Resolved an issue with the retry mechanism on rate-limited requests.

1.0.0 - 2024-10-26

Added

  • Initial release of the Histori SDK for TypeScript.
  • Support for Ethereum Mainnet.
  • Methods for fetching tokens, balances, allowances, and transaction details.
  • Configuration options for network and API version.
  • Built-in retry mechanism for handling rate limits.