Changelog
1.1.1
Changelog
1.0.0
visitors
option.process
function (wasn't documented).Changelog
0.17.0
Add --strip-types
option (command line) or stripTypes
option (JS API) to
strip type declarations from source code.
visitors
option. Custom visitors should be executed in a
separate browserify transform rather than in reactify.Changelog
0.16.0
target
parameter to specify target runtime. The only allowed value is
es5
at the moment.