- Normalise path separators for Webpack paths on Windows #95
- Add dependency resolution for
semver
to fix ReDoS vulnerability #92
- handle the webpack 5 default devtoolModuleFilenameTemplate format #78
- Add
--idle-timeout
flag to control the HTTP request timeout (see Node documentation) #74 - Increase the default HTTP request timeout to 10 minutes (from 5 minutes) #74
- Support
--overwrite
and--no-overwrite
everywhere #66
- Add support for
codeBundleId
on node and browser uploads #61
- Always use
/
as the path separator in the uploadedminifiedUrl
for Node #60
- Strip the project root from source maps created on Windows #60
- Default
overwrite=true
for React Native upload #50 - Remove
--overwrite
flag 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.