Releases: MyTonSwap/sdk
1.0.12
What's Changed
- fix: added delay to retry to prevent ratelimit by @Ho3einWave in #3
- Update package version by @Ho3einWave in #4
Full Changelog: 1.0.11...1.0.12
1.0.11
What's Changed
- Added query_id to SwapResponse type by @Ho3einWave in #1
- Updated the version from
1.0.10
to1.0.11
. by @Ho3einWave in #2
New Contributors
- @Ho3einWave made their first contribution in #1
Full Changelog: 1.0.10...1.0.11
1.0.10
Changelog
Version 1.0.10 - 2024-10-30
Enhancements:
-
New Contributing Guide:
- Added a
CONTRIBUTING.md
file to provide clear guidelines for contributing to the MyTonSwap SDK project, making it easier for developers to collaborate effectively.
- Added a
-
Documentation and Usage Examples:
- Updated the
README.md
with usage examples and detailed information about the Assets service, offering a more comprehensive overview for new users of the MyTonSwap SDK.
- Updated the
-
Code Readability and Documentation Improvements:
- Enhanced readability and added documentation in key services, including
assets.service.ts
,router.service.ts
,swap.service.ts
,tonapi.service.ts
, andconvert.ts
. This refactoring makes the codebase more accessible and maintainable.
- Enhanced readability and added documentation in key services, including
Release Note
This release focuses on improving the MyTonSwap SDK's accessibility for contributors and users by adding a contributing guide, enhancing documentation, and refining code readability across core services.
Full Changelog: 1.0.9...1.0.10
1.0.9
Changelog
Version 1.0.9 - 2024-10-27
Bug Fixes:
- Improved Error Handling:
- Enhanced error handling in the
TonApi
service to ensure more robust and accurate error reporting and management.
- Enhanced error handling in the
Release Note
This update improves the reliability of error management within the TonApi
service, helping to prevent unexpected issues and providing clearer error feedback.
Full Changelog: 1.0.8...1.0.9
1.0.8
Changelog
Version 1.0.8 - 2024-10-26
Refactors:
- Package Cleanup:
- Removed unused dependencies in
package.json
to streamline the project and improve efficiency.
- Removed unused dependencies in
Release Note
This release focuses on cleaning up the package dependencies by removing unused ones, optimizing the SDK's build and performance.
Full Changelog: 1.0.7...1.0.8
1.0.7
Changelog
Version 1.0.7 - 2024-10-26
Refactors:
- Router Service Update:
- Refactored the router service to update the API endpoint used for fetching routes, improving route retrieval performance and accuracy.
Release Note
This release includes a significant refactor in the router service, enhancing the route-fetching API endpoint for smoother and more reliable transaction routing.
Full Changelog: 1.0.6...1.0.7
1.0.6
Changelog
Version 1.0.6 - 2024-10-23
Refactor:
- Updated Header Key in Swap Service: Refactored the swap service to use an updated header key, improving request handling and ensuring compatibility with backend updates.
Release Note
Refactor: Updated Header Key in Swap Service
In this version, the swap service has been refactored to use a new header key. This change ensures better request handling and compatibility with the latest backend infrastructure.
Full Changelog: 1.0.5...1.0.6
1.0.5
Changelog
Version 1.0.5 - 2024-10-23
Bug Fixes:
- Fixed various minor bugs to enhance the stability and performance of the SDK. These fixes improve the reliability of swap operations and general functionality.
Release Note
Bug Fixes
This release focuses on resolving minor bugs, improving the overall stability and reliability of the SDK. It ensures smoother performance during swaps and other interactions with the SDK.
Full Changelog: 1.0.4...1.0.5
1.0.4
Changelog
Version 1.0.4 - 2024-10-23
Bug Fixes and Improvements:
- Bug Fixes: Addressed minor bugs to improve stability and performance.
- General Improvements: Various optimizations to further enhance the overall user experience and reliability of the SDK.
Release Note
several bug fixes and general performance improvements for smoother integration.
Full Changelog: 1.0.3...1.0.4
1.0.3
Changelog
Version 1.0.3 - 2024-10-23
New Feature:
- Custom Headers in Client: Added support for custom headers in the client. This allows for more flexible integration, enabling developers to include additional headers for authentication, tracking, or other purposes when making requests.
Release Note
New Feature: Custom Headers in Client
In this release, we’ve introduced the ability to configure custom headers in the client. This feature enhances flexibility by allowing developers to include custom headers for API requests, such as authentication tokens, analytics, or other metadata, improving the integration options for different use cases.
Full Changelog: 1.0.2...1.0.3