Skip to content

Commit b5dc69e

Browse files
github-actions[bot]Create or Update Pull Request Action
andauthored
docs: update readme (#10)
Co-authored-by: Create or Update Pull Request Action <[email protected]>
1 parent f60a6ab commit b5dc69e

File tree

2 files changed

+4815
-3
lines changed

2 files changed

+4815
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5354
Transform the deprecated magic string "back"
5455

55-
### pluralized methods (5.0.0)
56+
### pluralized methods (v5.0.0)
5657

5758
Transform the methods to their pluralized versions
5859

59-
### v4 deprecated signatures (5.0.0)
60+
### v4 deprecated signatures (v5.0.0)
6061

6162
Transform 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

0 commit comments

Comments
 (0)