Skip to content

v1.1.0 - Async transformations

Choose a tag to compare

@mcmath mcmath released this 19 Oct 11:04
· 23 commits to master since this release

This commit adds support for asynchronous transformations.

Community Contributions

  • #2 by @zbigg. Adds asynchronous support.

Features

  • Asynchronous support by returning a promise

Maintenance

  • Adds es6-promise dependency for compatibility with Node 0.10 to 0.12
  • Update outdated dependencies
  • Update README.md with async documentation