All notable changes to this project will be documented in this file.
- (README) Typo mistake
- (project) Add workflow
- (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
- (client) Make
opts
a positionned argument - (client) Remove useless user agent
- (client) Remove useless log
- (pubspec) Remove useless dev_dependencies
- Move
host
methods to a newHostAPI
class - Move api methods to the
TurboselfClient
class - Move basic http methods to another library
- Format
- (client) Add methods documentation
- (project) Init base
- (project) Update README
- (project) Add CHANGELOG