Skip to content

v0.3.15

Compare
Choose a tag to compare
@fkling fkling released this 15 Mar 16:31
· 357 commits to main since this release

New

@iamdustan added supported for passing URLs to -t to load transforms remotely ( #94, #95 )

jscodeshift -t http://path/to/script.js

Note: That script cannot have any external dependencies, it has to be entirely self-contained.

Fixes