express
express copied to clipboard
add deprecation warnings for redirect arguments undefined
:stop_sign: No Merge before #6404 has landed in v6
With this, those arguments are deprecated when they are undefined or different from their data type
Related #6404 Closes #6391
I added a warning message in the description to prevent early merges :+1:
I think it should be the other way around—this should be merged first before #6404, since it needs to be deprecated in v5 first for the effect to result in throwing errors in v6. Does that make sense?
@wesleytodd @UlisesGascon @expressjs/express-collaborators Any objections to releasing this in the next minor version of Express?