Skip to content

Releases: MyTonSwap/sdk

1.0.12

23 Nov 08:14
9110a49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

1.0.11

21 Nov 06:54
db0c744
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.10...1.0.11

1.0.10

30 Oct 12:59
Compare
Choose a tag to compare

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.
  • 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.
  • 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, and convert.ts. This refactoring makes the codebase more accessible and maintainable.

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

27 Oct 06:22
Compare
Choose a tag to compare

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.

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

26 Oct 08:29
Compare
Choose a tag to compare

Changelog

Version 1.0.8 - 2024-10-26

Refactors:

  • Package Cleanup:
    • Removed unused dependencies in package.json to streamline the project and improve efficiency.

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

26 Oct 08:24
Compare
Choose a tag to compare

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

23 Oct 11:17
Compare
Choose a tag to compare

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

23 Oct 10:58
Compare
Choose a tag to compare

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

23 Oct 10:50
Compare
Choose a tag to compare

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

23 Oct 10:22
Compare
Choose a tag to compare

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