Releases: kentcdodds/babel-plugin-preval
Releases · kentcdodds/babel-plugin-preval
v5.1.0
v5.0.0
v4.0.0
v3.0.1
v3.0.0
3.0.0 (2018-06-27)
Features
BREAKING CHANGES
- Code that's being prevaled 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.
v2.0.1
v2.0.0
2.0.0 (2018-06-22)
Bug Fixes
BREAKING CHANGES
- We no longer run require('babel-register') so not all code will be transpiled with babel by preval. Some will, but it's advised to not write code that you want prevaled in a way that doesn't run in the version of node you're using