Releases: gonebusy/gonebusy-php-client
Releases · gonebusy/gonebusy-php-client
v0.1.3
v0.1.2
v0.1.1
v0.1.0
[0.1.0] - 2017-05-09
NOTE - This version introduces breaking changes and additions listed below.
Changed
- #31 - CreateBookingBody
:date
attribute is now a DateTime rather than a String. - @alexagranov - #31 - TimeWindow attribute
:negation
has been renamed to:unavailable
. - @alexagranov
Added
- #31 - POST /bookings/new now takes parameters supporting the creation of a recurring Booking. - @alexagranov
- #31 - PUT /bookings/:id now takes parameters supporting the modification of a recurring Booking or instance of such. - @alexagranov
- #31 - DELETE /bookings/:id now takes parameters supporting the cancellation of a recurring Booking or instance of such. - @alexagranov
v0.0.11
v0.0.10
[0.0.10] - 2017-03-18
Fixed
- #22 - Fix type of :gender to String; Add :primary_cal to ResourceResponse - @alexagranov
v0.0.9
[0.0.9] - 2017-03-16
Fixed
- #21 - Add back :max_duration on CreateServiceBody/UpdateServiceByIdBody - @alexagranov
v0.0.8
[0.0.8] - 2017-03-06
Added
- update GET /schedules for query by resource_id, service_id
- update Service response bodies with max_duration
v0.0.7
[0.0.7] - 2017-02-14
Added
- update for latest APIMatic generated code
v0.0.6
[0.0.6] - 2017-02-13
Added
- update for HTTPS