Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 1.65 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.1] - 2024-12-04

🐛 Bug Fixes

  • (README) Typo mistake

⚙️ Miscellaneous Tasks

  • (project) Add workflow

[1.0.0] - 2024-12-04

🚀 Features

  • (client) Support options for url
  • (models) Add Host
  • (client) Implement getHost
  • (models) Add Balance
  • (host) Add getHostBalances method
  • (host) Add canBookEvening method
  • (host) Add getHostSiblings method
  • (utils) Add weekrange
  • (models) Add BookingDay
  • (models) Add Terminal
  • (models) Add Booking
  • (host) Add getBookings method
  • (client) Add put http method implementation
  • (host) Add bookMeal method
  • (models) Add HistoryEvent
  • (host) Add history methods
  • (models) Add Payment
  • (client) Add getLatestPayment method
  • (models) Add Establishment
  • (client) Add establishment-related methods
  • (client) Add getPayment method
  • (client) Add requestPasswordReset method
  • (client) Add editPassword method
  • (client) Add initPayment method
  • (lib) Export models

🐛 Bug Fixes

  • (client) Make opts a positionned argument
  • (client) Remove useless user agent
  • (client) Remove useless log
  • (pubspec) Remove useless dev_dependencies

🚜 Refactor

  • Move host methods to a new HostAPI class
  • Move api methods to the TurboselfClient class
  • Move basic http methods to another library
  • Format

📚 Documentation

  • (client) Add methods documentation

⚙️ Miscellaneous Tasks

  • (project) Init base
  • (project) Update README
  • (project) Add CHANGELOG