v1.1.0
Features
- add asynchronous capability (see readme for docs)
- add new static methods
.process()and.processAsync()— equivalent to the instance methods, but helpful when you don’t have a<template>element -
ProcessingFunction{,Async}now extendCallableFunction(TypeScript v3.2+) by default, improving type inference with--strictBindCallApply
Fixes
- upgrade to TypeScript v3.2
- upgrade to Gulp v4
- update documentation, comments, & dependencies