This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
Releases: o2Labs/alexa-ts
Releases · o2Labs/alexa-ts
Use stricter TypeScript options
- 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 tocatchErr
to avoid clash with JS keyword.