jscodeshift
Advanced tools
Changelog
[17.1.1] 2024-10-31
temp
dependency properly removed (#638, thanks @trivikr for reporting)Changelog
[17.1.0] 2024-10-30
pkg.pr.new
will now be used to build an npm pakage for each commit to the repo, allowing you to more easily test changes or use new features before an official release is cut. (#622, @Aslemammad)temp
library with tmp
(#633, @r4zendev)docs
command from package.json
since the new docs are in the website
folder, which has instructions in its README.Changelog
[17.0.0] 2024-08-06
We needed to go from v0.x to a major release, and it may as well happen now. jscodeshift has been around for nine years though, so going to v1.0.0 didn't feel quite right. I've instead promoted the minor version number to a major version number, similar to what React did when it went from 0.14 to 15.0.
importAttributes
(#585, @benasher44) and decoratorAutoAccessors
(#594, @syi0808) pluginsChangelog
[0.16.1] 2024-06-25
babel-core
dependency that was unused but caused security scanners to flag vulnerabilities.Changelog
[0.16.0] 2024-06-18
--gitignore
flag to avoid transforming any files listed in .gitignore
(#508, @ElonVolo)Changelog
[0.15.2] 2024-02-21
Changelog
[0.15.1] 2023-10-28
@babel/plugin-proposal-private-methods
in worker (#568, @sibelius)Changelog
[0.15.0] 2023-05-07
Changelog
[0.14.0] 2022-10-04
defineSnapshotTestFromFixture
test util (#471, @shriuken)renameTo
filters for Babel 6+ node types (#412 and #504, @elonvolo and @henryqdineen)childNodesOfType
to JSX traversal methods (#415, @j13huang)--help
to be listed in an order other than alphabetically, so they can instead be grouped thematically (#507, @elonvolo)j
shortcut in test utils (#515, @no23reason)