Skip to content

v0.3.26

Compare
Choose a tag to compare
@fkling fkling released this 18 Jul 10:21
· 343 commits to main since this release

New

  • Return value of Runner.run includes elapsed time and stats collected via stats method ( #128, @iamdustan).
  • jscodeshift --version also prints the used recast version ( #131, @keyanzhang)

Fixes

  • renameTo ignores Identifiers that are not variable references ( #125, Robby Nevels)
  • Transformers / codemods can use experimental features ( >= stage 1) and flow type annotations again (28eb515). This was a regressions.