- Add support for configuring a proxy agent #53
- Prevent
webpack:///
paths from being treated as relative and resolving incorrectly #49
- Fix a bug with
--upload-sources
, and ensure it works in conjunction with directory mode #43
- Add
--directory
mode #40 - Transform relative paths in source map
sources[]
property #41 - Retry in more kinds of network failures #39
- Tolerate
ENOTEMPTY
when attempting to delete a directory #38
- Use a non-zero exit code when the CLI is unsuccessful (#32)
- Add standardjs linter (#35)
- Ensure
--api-key
CLI option is always parsed as a string (#33)
- Fix error handling logic for missing res param (#31)
- Don't set
appVersion=""
when it is not present inpackage.json
(#30, fixes #29)
- Retry failed requests up to 5 times (#26)
- Ensure correct values for
overwrite
are sent to API (#24) - Ensure OS tempdir is used for temporary files (rather than the current directory) (#22)
- Improve error messaging (#20)
- Ensure temporary directories are cleaned up (#20)
- Ensure
sourceMap
option is set (#19)
- Support older versions of node (4.8+)
- Improve wildcard support by being more flexible with bundle paths
- Add command-line interface
- Support uploading source maps for React Native