Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.06 KB

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.

[0.3.0] - 2024-11-19

Fixed

  • Fixed issue where errors without a json method or with invalid JSON responses caused unhandled exceptions.
  • Properly apply custom fetch from ApiConfig #201

[0.2.0] - 2024-10-18

Added

  • Conversion of relevant strings to bigint alongside large numerical values.

  • Response types for the getChartRates operation.

  • Mechanism for free requests to tonapi through the client, providing this capability to dApps.

  • x-tonapi-client header for requests specifying the client version.

  • Simplified client initialization process using a single initializer.

  • Parsing of API errors to eliminate the need for boilerplate code.

[0.1.0] - 2024-08-16

Added

  • Initial release of the @ton-api/client with basic API interaction functions.

[Unreleased]

Added

  • Description of future changes.