Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History
92 lines (70 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

92 lines (70 loc) · 2.7 KB

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.

[3.8.1]

Added

  • Add missing home storage capability.

[3.8.0]

Added

  • Add continueTtsDuringTouch to Canvas, which is used to continue TTS output when a user interacts with a Canvas element.

[3.7.1]

Changed

  • Fixed linting errors

[3.7.0]

Added

  • Add enableFullScreen to Canvas, allowing the canvas application to occupy the full screen, and not have a header at the top.

Changed

  • Enhanced reference docs with detailed comments and examples

[3.6.0]

Added

  • Add timezone field to Device

[3.5.0]

Added

  • Add MediaContext index and Media prompt items
  • Add location field to Device

[3.4.0] - 2021-03-10

Added

  • Add playlist features to media prompt

[3.3.0] - 2021-02-01

Added

  • Add request verification

Changed

  • Update library Typedoc settings based on breaking changes

3.2.0 - 2020-10-09

Added

  • Support for Collection Browse.

Changed

  • Conversation to accept custom logger interface.
  • google-auth-library to new major version.

Fixed

  • PromptItem type errors.

3.1.0 - 2020-08-26

Added

  • Support for Canvas state.

Fixed

  • Options not existing for public interface.

3.0.1 - 2020-06-17

Fixed

  • Logs were incorrectly prefixed with "assistant-conversation-nodejs" instead of "assistant-conversation".

3.0.0 - 2020-06-17

Added

  • Support for Actions Builder and Actions SDK.
  • Support for new media features like media controls and media progress.
  • Support for home storage.

Changed

  • Simplify and align the names of the raw JSON API and fulfillment library.
  • Redesign API objects to be based directly on raw JSON objects.
  • Update type code generation to use published JSON schema.
  • Merge conv.ask and conv.close into conv.add to reflect conversation exits being defined by the Actions Builder console.

Removed

  • Support for Node <10.
  • Support for the legacy Actions SDK.
  • Support for Dialogflow.
  • Smart home support (continued support in actions-on-google).