Skip to content

0.3.0

Compare
Choose a tag to compare
@domenic domenic released this 11 Jun 02:33
· 32 commits to master since this release

Added the "source transformer" framework, as a generalization of our existing CoffeeScript support. This allows custom source transformers (with the sourceTransformers option), and some built-in ones. (@searls, #26)

Added an istanbul source transformer, included by default. (@searls, #26)