Skip to content

v1.1.0

Choose a tag to compare

@chharvey chharvey released this 05 Jan 18:37
· 30 commits to master since this release

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 extend CallableFunction (TypeScript v3.2+) by default, improving type inference with --strictBindCallApply

Fixes

  • upgrade to TypeScript v3.2
  • upgrade to Gulp v4
  • update documentation, comments, & dependencies