Skip to content

Releases: raphckrman/turboself-api

js@2.1.9

13 May 22:33
40b9d7f

Choose a tag to compare

What's Changed

  • fix: improve request queue management and error handling in RestManager by @raphckrman in #14

Full Changelog: https://github.com/raphckrman/turboself-api/compare/js@2.1.8...js@2.1.9

js@2.1.8

28 Feb 22:38
487768a

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/raphckrman/turboself-api/compare/js@2.1.7...js@2.1.8

js@2.1.7

24 Dec 12:01
99ee17c

Choose a tag to compare

What's Changed

  • fix(bookings): BookingDay list creation by @Skythrew in #12

New Contributors

Full Changelog: https://github.com/raphckrman/turboself-api/compare/js@2.1.6...js@2.1.7

js@2.1.6

03 Dec 19:27
28c9402

Choose a tag to compare

js@2.1.5

01 Dec 18:37
cad2d01

Choose a tag to compare

js@2.1.4

14 Nov 21:09
db4e5c4

Choose a tag to compare

js@2.1.3

14 Nov 01:53
21ed94c

Choose a tag to compare

js@2.1.2

11 Nov 17:04
5053495

Choose a tag to compare

js@2.0.2

12 Sep 22:00

Choose a tag to compare

Minor Changes

📋 Change Logs

  • Add the balance label: To help identify and categorize balance(s).

js - 2.0.1

07 Sep 23:17
06832df

Choose a tag to compare

🚀 What's New in v2.0

  • Complete Code Refactoring: Improved project structure for better maintainability and performance.
  • New Endpoints: Added new endpoints to provide more comprehensive coverage of TurboSelf API functionalities.
  • Bug Fixes: Corrected type errors that were due to missing documentation in version 1.0.
  • Performance Enhancements: Optimized code for faster response times and better overall performance.

📋 Change Logs

  • Support for accounts with multiple balances: Now supports accounts that have more than one balance.
  • Support for reservations with multiple terminals: Enhanced reservation system to work seamlessly across multiple terminals.
  • New method to change password: Added a new API method for users to update their passwords.
  • New method to retrieve a specific payment: Added a new API method to fetch details of a specific payment with his token.
  • Added method to retrieve a specific event from history: Implemented a new method to fetch a specific event from the host's history.
  • Removed all dependencies: The application no longer relies on external dependencies, making it lighter.