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.
- Fixed issue where errors without a json method or with invalid JSON responses caused unhandled exceptions.
- Properly apply custom fetch from ApiConfig #201
-
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.
- Initial release of the
@ton-api/client
with basic API interaction functions.
- Description of future changes.