This repository has been archived by the owner on May 28, 2024. It is now read-only.
Releases: actions-on-google/actions-on-google-nodejs
Releases · actions-on-google/actions-on-google-nodejs
Version 2.3.0
Features:
- Add support for static reprompts
- Add new DISCONNECT intent for Smart Home
Other Changes:
- Change express snippet to use multiple routes
- Fix deeplink Dialogflow snippet typo
- Add eofline rule to tslint
- Regenerate GoogleActionsV2OrdersReceipt
- Add @hidden to _middlewares
- Add typedoc.json to npm ignore
Version 2.2.0
- Add support for async middleware
- Add parameter to middleware to expose extra framework data
- Verify JWT is generated before sending report state
- Add headers parameter to smart home service handler
- Remove options check in API call methods
Version 2.1.3
- Add deprecation notice for conv.user.id
Version 2.1.2
- Add error handling for common.stringify
Version 2.1.1
- Fix to make v2 the default version if version is not specified
Version 2.1.0
- Various fixes and improvements for reference documentation
- Convert lambda header keys to lowercase
- Consolidate common conversation types
- Add intent array matching
- Add screen surface capability shortcut
- Add ability to send back headers
- Add clearer examples for GitHub readme
- Regenerate transaction types to support new transaction features
- Add ROUTINES to GoogleActionsV2TriggerContextTimeContextFrequency
- Add deprecated fields previously not generated
- Add support for profile retrieval
- Add support for Table card response type
- Add service for Smart Home
- Add clearer examples for GitHub readme
Version 1.11.0
Last feature release for v1.
- Add support for followup events
- Fix type annotation bugs
- Change No userStorage Found to debug message
- Remove en_* locale warning from askForSignIn
- Fix MEDIA_STATUS enum being incorrect
Version 2.0.1
- Exclude npm packed extracted contents from npm publish
Version 2.0.0
Changes from Major Version 1
- Rewrote to use TypeScript with main API intended for JavaScript
- Separate
app
instance to a cross conversationalapp
instance and a per conversationconv
instance - Redesign objects to use an API backbone from protobufs that define the Conversation API
- Redesign API to be overloaded and sent through
conv.ask
so that it can build the response for the developer incrementally - Redesign API to use more idiomatic JavaScript
- Create frameworks system to support different platforms seamlessly
- Create clear separations of services so APIs are distinctly separate
- Add new modular architecture that allows plugins to extend functionality
- Drop support for Actions SDK v1 and various legacy features
Changes from Alpha
- Remove plugins and utils from library repo
- Various bug fixes
- Add support for all features from v1 besides legacy features
- Clean up arguments and create separate status parsing out
- Add ability to send raw JSON
- Add fallback handler
- Add status and error customization for Dialogflow verification
- Add support for Dialogflow followup events
Version 1.10.0
- Adds support for Package Entitlements
- Add support for media response
- Adds WEB_BROWSER surface capability
- Add BrowseCarousel to the client library
- Issues a warning instead of an error in carousel and lists