Skip to content

Releases: VoxaAI/voxa-cli

2.3.1

31 Mar 22:39
e4e87ce
Compare
Choose a tag to compare

[2.3.1] - 2020-03-31

Fixed

  • Fixed issue with missing .gitignore file when generating a new project

2.3.0

31 Mar 16:06
0b41152
Compare
Choose a tag to compare

[2.3.0] - 2020-03-27

Added

  • Added intent keys: parameterName and parameterValue
  • Added tests
  • Updated spreadsheet files
  • Added Google analytics to views

Fixed

  • Fixed true utterance to string

2.2.2

31 Mar 16:18
5a898d0
Compare
Choose a tag to compare

[2.2.2] - 2020-02-05

Added

  • Parse number values (height and width) in supportedViewports for Alexa Skill Manifest
  • Update nvmrc on Javascript project to v10
  • Added nvmrc to Typescript project with v10
  • Update packages, lint and refactor
  • Update documentation, fix broken links

Fixed

  • Fixed misspelled DynamoDB key on serverless yml file

[2.2.1] - 2019-09-17

17 Sep 22:10
dc8d3fe
Compare
Choose a tag to compare

Added

  • Added prompt to check if the project should be generated in the same folder or not.

Fixed

  • When building the alexa interaction model there was a bug where even when empty the Dialog property was still being included, that's fixed now

2.2.0

10 Jun 23:26
Compare
Choose a tag to compare

[2.2.0] - 2019-06-10

Added

  • Added support for per slot utterances in alexa (this is the beginning of dialog support)
  • Added feature to generate a full Voxa 3 project in Typescript or Javascript. Generate boilerplate code with linting, analytics, serverless, suppport for all available platforms, save/get user information from DynamoDB, account linking.
  • Added alexa dialog model implementation
  • Added new spreadsheets keys for specific platforms in the interaction.json (alexaSpreadsheets, dialogflowSpreadsheets)

Fixed

  • Now alexa spec is splitted into smaller units testing specific functionality
  • Fixed @sys. slots on dialogflow were converted into a different type
  • Fixed issue on path option on the interaction command
  • Fixed issue with platforms undefined
  • Fixed empty columns on excel

2.2.0-alpha2

04 Jun 23:47
311d650
Compare
Choose a tag to compare
2.2.0-alpha2 Pre-release
Pre-release

2.2.0-alpha2

Added

  • Added support for per slot utterances in alexa (this is the beginning of dialog support)
  • Added feature to generate a full Voxa 3 project in Typescript or Javascript. Generate boilerplate code with linting, analytics, serverless, suppport for all available platforms, save/get user information from DynamoDB, account linking.
  • Added alexa dialog model implementation
  • Added new spreadsheets keys for specific platforms in the interaction.json (alexaSpreadsheets, dialogflowSpreadsheets)

Fixed

  • Now alexa spec is splitted into smaller units testing specific functionality
  • Fixed @sys. slots on dialogflow were converted into a different type
  • Fixed issue on path option on the interaction command
  • Fixed issue with platforms undefined

2.2.0-alpha1

04 Jun 21:34
f025aa1
Compare
Choose a tag to compare
2.2.0-alpha1 Pre-release
Pre-release

2.2.0-alpha1

Added

  • Added support for per slot utterances in alexa (this is the beginning of dialog support)
  • Added feature to generate a full Voxa 3 project in Typescript or Javascript. Generate boilerplate code with linting, analytics, serverless, suppport for all available platforms, save/get user information from DynamoDB, account linking.
  • Added alexa dialog model implementation
  • Added new spreadsheets keys for specific platforms in the interaction.json (alexaSpreadsheets, dialogflowSpreadsheets)

Fixed

  • Now alexa spec is splitted into smaller units testing specific functionality
  • Fixed @sys. slots on dialogflow were converted into a different type

2.1.3-alpha2

16 May 22:14
Compare
Choose a tag to compare
2.1.3-alpha2 Pre-release
Pre-release

2.1.3-alpha2

Added

  • Added support for per slot utterances in alexa (this is the beginning of dialog support)
  • Added feature to generate a full Voxa 3 project in Typescript or Javascript. Generate boilerplate code with linting, analytics, serverless, suppport for all available platforms, save/get user information from DynamoDB.

Fixed

  • Now alexa spec is splitted into smaller units testing specific functionality
  • Fixed @sys. slots on dialogflow were converted into a different type

2.1.3-alpha1

16 May 17:53
0776647
Compare
Choose a tag to compare
2.1.3-alpha1 Pre-release
Pre-release

2.1.3-alpha1

Added

  • Added support for per slot utterances in alexa (this is the beginning of dialog support)

Fixed

  • Now alexa spec is splitted into smaller units testing specific functionality
  • Fixed @sys. slots on dialogflow were converted into a different type

2.1.2

08 May 22:07
Compare
Choose a tag to compare

[2.1.2] - 2019-05-08

Added

  • Added more locales to Alexa and Dialogflow
  • Added support for webhookForSlotFilling (dialogflow)
  • Added support for webhookUsed (dialogflow)
  • Added support for intent responses (dialogflow)
  • Added support for required slots

Fixed

  • Fixed views overwriting existing array
  • Fixed error on publishing information overwriting keys
  • Filter out empty rows when processing a local spreadsheet
  • Fixed empty suggestion chip on VUI
  • Fixed overlap on utterance and slots
  • Fixed views have an array path with object
  • Fixed issue with pt-br is not attached to its parent

Removed

  • Removed unused dependencies