Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 968 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • QuestionsSetForm and QuestionsSetFormState are now correctly exposed publicly.

[1.0.0-alpha03] - 2023-04-27

Fixed

  • Make sure new data is always fetched when recreating a Watcher.

Added

  • Handle a new type of message: "QuestionsSetForm". Those are sets of questions sent by a Provider to a Patient that the Patient can answer by going to a specific URL.

[1.0.0-alpha02] - 2023-04-06

Added

  • The SDK is now compatible with the conversation locking feature.
  • Added new lastMessage property on Conversation that gives access to the whole message and not just its preview.

[1.0.0-alpha01] - 2023-03-17

Added

  • First public version of the SDK