Releases: gonebusy/gonebusy-ruby-client
Releases · gonebusy/gonebusy-ruby-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
- #11 - CreateBookingBody
:date
attribute is now a DateTime rather than a String. - @alexagranov - #11 - TimeWindow attribute
:negation
has been renamed to:unavailable
. - @alexagranov
Added
- #11 - POST /bookings/new now takes parameters supporting the creation of a recurring Booking. - @alexagranov
- #11 - PUT /bookings/:id now takes parameters supporting the modification of a recurring Booking or instance of such. - @alexagranov
- #11 - DELETE /bookings/:id now takes parameters supporting the cancellation of a recurring Booking or instance of such. - @alexagranov
v0.0.9
v0.0.8
[0.0.8] - 2017-03-18
Fixed
- #9 - Fix type of :gender to String; Add :primary_cal to ResourceResponse - @alexagranov
v0.0.7
[0.0.7] - 2017-03-06
Added
- update GET /schedules for query by resource_id, service_id
v0.0.6
v0.0.5
[0.0.5] - 2017-01-19
Removed
- Unnecessary /user/pros endpoint