Skip to content

Files

Latest commit

1aff321 · Oct 4, 2021

History

History
193 lines (126 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

193 lines (126 loc) · 15.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.9.0 (2021-10-04)

Bug Fixes

  • updated debugAdapterPath to use pwa-node as node debug type (#147) (834c67b)
  • updated tsconfig and also removed eslint,tslint and added prettier config (#148) (3280dc0)

2.8.0 (2021-08-04)

Features

  • apl: Upgrade APL Suggester and Web Viewhost to support APL 1.7 (#140) (b717cb3)

2.7.0 (2021-07-23)

Features

  • set node.js 12 as default hosted skill node.js runtime version (#138) (cd374c5)

Bug Fixes

  • update package-lock.json to update trim-lines security patch (#137) (f31ece4)

2.6.0 (2021-06-01)

Features

  • upgrade APL 1.5 to 1.6 with APL Web Viewhost and APL Suggester. (#122) (e350c52)

Bug Fixes

  • consolidate deploy webviews messages in the constants file (#117) (4b97b79)
  • update webview forms to not redirect after submission (#127) (987eb1a), closes #123 #124

2.5.0 (2021-03-30)

Features

  • support apl touch events in simulator (#115) (55bb816)

Bug Fixes

  • 'resource not found' when cloning a skill (#101) (7fd5c4f)
  • add license and copyright in source files (#113) (f6daa74)
  • change Telemetry data global state key name (086acfe)
  • changed globalState data to be dictionary & add retry for git version (657fa9f)
  • load webview dynamic content when firing for first time (#105) (6b9ff2c)
  • make telemetryClient singleton & add metrics fields (9428158)

2.4.0 (2021-02-19)

Features

  • acdl syntax highlighter (#103) (2a7f755)
  • support APL ExecuteCommands directive in toolkit simulator (5358146)
  • upgrade apl-suggester and apl-viewhost-web to version 1.5 (#87) (870e0dc)

Bug Fixes

  • add persistence option for webview (0a090ee)
  • bugs of simulate APL preview (8baceac)
  • filter unused APL sample templates (#95) (1599725)
  • passing command line arguments to npm script in package.json (#88) (ef3ab18)
  • render apl response without speak tag in simulator. fixes #82 (#92) (e9190e0)
  • unit tests to match ext host error message (a2470be)
  • update PR template with sections & license (6ae7b7d)
  • use spread operator (274e598)

2.3.0 (2021-01-20)

Features

  • add default aws region for create hosted skill (#51) (5298da3)
  • add dynamic content to welcome screen (#63) (30dad54)
  • Add telemetry for hosted skills clone, open URLs, and SMAPI user agent (#34) (bd1f8d8)
  • setup test config (#32) (2734416)
  • support self-hosted skills creation, downloading and deployment & the skill-package folder structure validation (9042645)
  • update debug configuration snippet in package.json with a choice region input (#55) (feeac28)

Bug Fixes

  • add condition to apl renderer content for invalid parameter names (#71) (8688491)
  • Change manifest json validatio's s3 bucket to a new one which host the latest schema (d9a5f3c)
  • Change manifest json validation's s3 bucket (e5f074f)
  • Change permissions on credentials file, set run scripts correctly (#33) (516a207)
  • configure current working directory to skill code folder (#81) (4353639)
  • fix some contidition checker (65b052e)
  • fix some lint issues (a003424)
  • fix some lint issues (203004a)
  • fix testRunner script and revert some await usage (#35) (33bfe3b)
  • fix the activate extension unit test (0c6ef67)
  • fix the date of the release. (4448e28)
  • iconpath for quick input button for vscode 1.51.1, update package lock and tests for new version (a6d5f0a)
  • Portugese (BR) to Portuguese (BR) (#43) (cf3412a)
  • removed .DS_Store (88b5792)
  • render all parameters from apl doc (650d267)
  • Revert main class on package to fix extension run (99de11e)
  • simulateSkillHelper file into three smaller helper files (#44) (322573d)
  • the hard code path in the skill-package watcher unit tests (1d30a75)
  • unit tests timeout of 20000ms exceeded on windows (ad779fb)
  • upgrade yargs-parser version in package-lock.json (#48) (462cea4)
  • working dir not assigned issue in git helper (#56) (be467b2)

2.2.0 (2020-11-19)

Features

  • add default aws region for create hosted skill (#51) (5298da3)
  • add dynamic content to welcome screen (#63) (30dad54)
  • update debug configuration snippet in package.json with a choice region input (#55) (feeac28)

Bug Fixes

  • iconpath for quick input button for vscode 1.51.1, update package lock and tests for new version (a6d5f0a)
  • Portugese (BR) to Portuguese (BR) (#43) (cf3412a)
  • Revert main class on package to fix extension run (99de11e)
  • simulateSkillHelper file into three smaller helper files (#44) (322573d)
  • upgrade yargs-parser version in package-lock.json (#48) (462cea4)
  • working dir not assigned issue in git helper (#56) (be467b2)

2.1.0 - September 22, 2020

  • Adds local simulator features in the toolkit.
  • Adds "What's new" screen in the toolkit, shown to users when extension is updated.
  • Adds a "Contact Alexa" status bar option, to provide easier feedback options to toolkit users.
  • Updated resolution of readme gifs, for better visibility.
  • Fixed the workspace helper to add skills in current workspace, without deleting earlier folders. Fixes #21.
  • Fixes the iconpath on toolkit webviews.

2.0.2 - Sep 03, 2020

  • Revert extension main class on package.json file.

2.0.1 - Sep 02, 2020

  • Adds folder overwrite options for clone skill flow, if skill already exists locally.
  • Sets additional telemetry information on the URL links.
  • Fixes some linter issues.
  • Improves some log messages in the workflows.

2.0.0 - Jul 21, 2020

  • Adds 'ASK Toolkit' container in side bar, containing skill management, skill actions & documentation views.
  • Adds support for syncing interaction model, skill manifest, APL documents from developer console.
  • Adds local APL-Preview functionality in skill actions.
  • Adds local debugging configuration support for Node/Python based alexa skills.
  • Adds opt-out telemetry support in the extension.
  • Removed ask-cli dependency and wrapper functions from command palette.

1.0.3 - Apr 15, 2020

  • Updated Error message prompt and docs to mention explicit ASK CLI v1 version dependency.

1.0.2 - Sep 26, 2019

  • Deprecate opn module and change to open module.
  • Move the latest manifest json validation schema to new s3 bucket.

1.0.1 - Feb 10, 2019

  • Support one high level command: ask dialog.
  • Support some low level commands in beta-test and catalog category.
  • Add a new snippet for a new AMAZON built-in intent: SelectIntent.

1.0.0 - Nov 20, 2018

  • Added UI for runtime selection (Python / Node.js) when creating a new skill.
  • Added Python SDK Snippets suggestions.
  • ASK toolkit is now Generally Available.