Skip to content

v3.0.0

Choose a tag to compare

@kentcdodds kentcdodds released this 27 Jun 21:18
760c151

3.0.0 (2018-06-27)

Features

  • drop support for transpiling the code that is being codgened (#16) (760c151)

BREAKING CHANGES

  • Code that's being codegenned will no longer be transpiled. You should either transpile it ahead of time or only write the code in a version of JavaScript that runs natively in the version of node you're running.