Alexa Ts Versions Save

A lightweight framework for building Alexa skills.

v3.0.0

6 years ago
  • Upgrade to TypeScript 2.6.
  • Remove implicit 'any'.
  • Fix where generic types were being used as argument names.
  • Use strict checks between null and undefined.
  • Renamed Pipe and PromiseOrValue catch functions to catchErr to avoid clash with JS keyword.