File tree Expand file tree Collapse file tree 2 files changed +4815
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4815
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Options:
3737 -d, --dry Dry run (no changes are made to files)
3838 -p, --print Print transformed files to stdout
3939 --verbose Show more information about the transform process
40+ --silent Don't print anything to stdout
4041 -h, --help Display this help message.
4142```
4243
@@ -48,18 +49,34 @@ All the available codemods to update your express server:
4849
4950<!-- CODEMODS START -->
5051
51- ### magic redirect (5 .0.0)
52+ ### magic redirect (v5 .0.0)
5253
5354Transform the deprecated magic string "back"
5455
55- ### pluralized methods (5 .0.0)
56+ ### pluralized methods (v5 .0.0)
5657
5758Transform the methods to their pluralized versions
5859
59- ### v4 deprecated signatures (5 .0.0)
60+ ### v4 deprecated signatures (v5 .0.0)
6061
6162Transform the deprecated signatures in Express v4
6263
64+ ### redirect (v5.0.0)
65+
66+ Reverse param order for "redirect" method
67+
68+ ### req param (v5.0.0)
69+
70+ Change request.param() to dedicated methods
71+
72+ ### send file (v5.0.0)
73+
74+ Convert method name "sendfile" to "sendFile"
75+
76+ ### full name delete (v5.0.0)
77+
78+ Convert method name "del" to "delete"
79+
6380<!-- CODEMODS END -->
6481
6582## Contributing
You can’t perform that action at this time.
0 commit comments