Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

74 lines (56 loc) · 3.59 KB

Change Log

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

[0.1.3] - 2017-06-18

Added

  • #34 - Booking creation/update now accept optional :name and :description
  • #34 - Booking item response now contains :name, :description, :external_link, :collaborative_link

Changed

  • #34 - Booking :user_message has been replaced by separate :name and :description

[0.1.2] - 2017-06-14

Changed

  • #33 - Booking item response now includes :resource_id and :service_id corresponding to Resource providing the Booking and the Service being performed.

[0.1.1] - 2017-05-25

Changed

  • #32 - POST /bookings/new :user_id is now a required parameter.

Added

  • #32 - GET /bookings now supports optional :booker_id parameter to filter retrieved bookings to those made on behalf of :booker_id.

[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

[0.0.11] - 2017-03-21

Added

[0.0.10] - 2017-03-18

Fixed

  • #22 - Fix type of :gender to String; Add :primary_cal to ResourceResponse - @alexagranov

[0.0.9] - 2017-03-16

Fixed

  • #21 - Add back :max_duration on CreateServiceBody/UpdateServiceByIdBody - @alexagranov

[0.0.8] - 2017-03-06

Added

  • update GET /schedules for query by resource_id, service_id
  • update Service response bodies with max_duration

[0.0.7] - 2017-02-14

Added

  • update for latest APIMatic generated code

[0.0.6] - 2017-02-13

Added

  • update for HTTPS

[0.0.5] - 2017-01-19

Removed

  • Unnecessary /user/pros endpoint

[0.0.4] - 2017-01-19

Fixed

  • PR #4 - Correct 'pricing_model' (instead of plural) response root for GET/PUT /pricing_models/:id and POST /pricing_models/new

[0.0.3] - 2017-01-15

Added

  • Pull #2 - adding Service :max_duration support
  • CHANGELOG.md

[0.0.2] - 2016-10-14

  • Initial public version