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

v0.4.0

Compare
Choose a tag to compare
@alexa-games-builder alexa-games-builder released this 30 Jan 00:35
· 94 commits to master since this release

0.4.0 (2020-01-30)

Highlights

The following is a list of significant features that are being introduced in Litexa v0.4.0.

  • DEPLOY Variables: added a new type of variable called DEPLOY, which allows for compile-time configuration for specific deployment targets. (docs)
  • Localization via String Replacement Map: added say/reprompt and utterance-only localization using a localization file. (docs)
  • Assets Root Path Override: added the ability to override deployment's assets root path. (docs)
  • @litexa/html Extension: added initial support for the Alexa Web API for Games. (docs)
  • AWS S3 Configuration: providing more control over a skill's AWS S3 configuration. (docs)
  • Multi-Intent Handlers: added new syntax shorthand that allows assigning multiple intents to the same handler. (docs)
  • DynamoDB TTL Configuration: added an optional configuration to set a TTL field for the skill’s DynamoDB table. (docs)

Bug Fixes

  • Addressed issues around localized DB type definitions. (#104) (51b83e1)
  • addressed potential dependency vulnerabilities (#91) (84d2ba7)
  • matching behavior in SMAPI for undefined custom slot type ids (#84) (e7c00dd)
  • mobile font and vscode (e675982)
  • remove inapplicable warning for not adding events to language model (#108) (c1f0cd8)
  • spaces are no longer added pre-punctuation while joining output speech (#92) (43133e8)
  • Switched a couple absolute import references to relative. (#120) (af06edb)
  • update globals.d.ts for dynamoDbConfiguration (c898187)
  • update litexa template depedencies (#115) (a6764b5)
  • Updated deprecated mocha.opts files to RC files. (#110) (4de018d)

Features

  • add compilation-time-defined variable type called DEPLOY (#80) (c4b37d2)
  • add configurable TTL field in Litexa config (#106) (6262123)
  • added '!' and 'not' negation operators (#85) (7b275af)
  • added ability to override deployment's assets root path (#94) (d9eb39b)
  • added optional raw data dump command to test CLI (#87) (c5390be)
  • added say-reprompt syntax (#86) (27abbab)
  • added string replacement map localization method that is detached from skill code (#100) (08c5057)
  • aws s3 configuration (#90) (8a1546d)
  • create html extension (#93) (e833b8f)
  • localized pronunciations (#82) (6ae79aa)
  • made it so that extension interfaces are auto-enabled (#105) (d9f83ad)
  • multi-intent handlers (#88) (ce855d1), closes #89