Skip to content

v0.1.0

Compare
Choose a tag to compare
@alexagranov alexagranov released this 10 May 23:41
· 6 commits to master since this release

[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