Skip to content

Releases: Boulevard/book-sdk

v1.0.37

26 May 16:58
Compare
Choose a tag to compare

Commits

  • f08ecea: Fixes build process and bumps package version (nlukic-blvd)

v1.0.36

26 May 15:58
Compare
Choose a tag to compare

Commits

  • aeb9560: Fixes build process and bumps package version (nlukic-blvd)

v1.0.35

26 May 15:56
Compare
Choose a tag to compare

Commits

  • 324b96c: Fixes build process and bumps package version (nlukic-blvd)

v1.0.34

26 May 15:38
Compare
Choose a tag to compare

Commits

  • 14bc439: Changes publishing to npmjs (nlukic-blvd)
  • fb97301: Bumps package version (nlukic-blvd)

v1.0.33

26 May 15:33
Compare
Choose a tag to compare

Commits

  • 9d32836: Changes publishing to npmjs (nlukic-blvd)

v1.0.32

23 May 15:40
Compare
Choose a tag to compare

Commits

  • 1701494: Adds action for PR testing (nlukic-blvd)
  • 85309c9: Updates github workflows (nlukic-blvd)
  • 7c6e523: Updates current workflows and adds a new for npm publishing (nlukic-blvd)
  • e6df953: Fixes failing test due to tokenization endpoint update (nlukic-blvd)

v1.0.31

19 Mar 20:02
Compare
Choose a tag to compare

Commits

  • 578b6b3: Pin typescript version to 4.2.* (Oliver Searle-Barnes) #6
  • 0804c7b: Generate docs for cart ownership by sms/email (Oliver Searle-Barnes) #6
  • d155ef6: Tidies up the readme, adds documentation links and instructions to run the tests (nlukic-blvd)
  • 0e7e7ec: Extract SANDBOX_API_KEY into env var (Oliver Searle-Barnes) #7
  • c5decd4: Updates readme with badge information and adds license and contribution guidelines (nlukic-blvd)
  • b7cf062: Adds automatic release action (nlukic-blvd)

Claim ownership of cart by SMS or Email

04 Mar 10:20
Compare
Choose a tag to compare

Additions

Allow returning customers to claim ownership of a cart using a code sent by SMS or Email. See https://developers.joinblvd.com/2020-01/client-api/guides/booking-an-appointment (2. Take ownership of the cart via email or SMS) for a guide.

Multi-Location Carts

26 Aug 10:42
Compare
Choose a tag to compare

Version 1 of the SDK brings the ability to create carts before you set a location.

Breaking Changes

The following CartItem fields have changed from Scalars["Money"] to Maybe<Scalars["Money"]> to accommodate carts that don't yet have a location:

  • discountAmount
  • lineTotal
  • price
  • taxAmount

Additions

Staff Avatar

19 Aug 11:26
Compare
Choose a tag to compare