- Normalise path separators for Webpack paths on Windows #95
- Add dependency resolution for
semverto fix ReDoS vulnerability #92
- handle the webpack 5 default devtoolModuleFilenameTemplate format #78
- Add
--idle-timeoutflag to control the HTTP request timeout (see Node documentation) #74 - Increase the default HTTP request timeout to 10 minutes (from 5 minutes) #74
- Support
--overwriteand--no-overwriteeverywhere #66
- Add support for
codeBundleIdon node and browser uploads #61
- Always use
/as the path separator in the uploadedminifiedUrlfor Node #60
- Strip the project root from source maps created on Windows #60
- Default
overwrite=truefor React Native upload #50 - Remove
--overwriteflag from React Native uploads command and add--no-overwrite#50
Note: using the --overwrite option with the upload-react-native command will now fail because the flag has been removed.
- Automatically set an appropriate path on the endpoint URL unless one is explicitly provided #48
Initial release.