Skip to content

Releases: gonebusy/gonebusy-ruby-client

v0.1.3

19 Jun 00:21
Compare
Choose a tag to compare

[0.1.3] - 2017-06-18

Added

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

Changed

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

v0.1.2

15 Jun 01:42
Compare
Choose a tag to compare

[0.1.2] - 2017-06-14

Changed

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

v0.1.1

26 May 01:18
Compare
Choose a tag to compare

[0.1.1] - 2017-05-25

Changed

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

Added

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

v0.1.0

09 May 22:59
Compare
Choose a tag to compare

[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

22 Mar 00:53
Compare
Choose a tag to compare

[0.0.9] - 2017-03-21

Added

v0.0.8

19 Mar 00:47
Compare
Choose a tag to compare

[0.0.8] - 2017-03-18

Fixed

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

v0.0.7

07 Mar 04:14
Compare
Choose a tag to compare

[0.0.7] - 2017-03-06

Added

  • update GET /schedules for query by resource_id, service_id

v0.0.6

14 Feb 04:46
Compare
Choose a tag to compare

[0.0.6] - 2017-02-13

Added

  • Pull #7 - update for HTTPS

v0.0.5

20 Jan 04:18
Compare
Choose a tag to compare

[0.0.5] - 2017-01-19

Removed

  • Unnecessary /user/pros endpoint

v0.0.4

20 Jan 03:40
Compare
Choose a tag to compare

Fixed

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