Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

63 lines (33 loc) · 2.08 KB

Changelog

TBD

Fixed

  • Normalise path separators for Webpack paths on Windows #95

2.3.2 (2024-03-04)

Security

  • Add dependency resolution for semver to fix ReDoS vulnerability #92

2.3.1 (2022-02-04)

Fixed

  • handle the webpack 5 default devtoolModuleFilenameTemplate format #78

2.3.0 (2021-08-05)

  • 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

2.2.0 (2021-07-05)

Added

  • Support --overwrite and --no-overwrite everywhere #66

2.1.0 (2021-05-18)

Added

  • Add support for codeBundleId on node and browser uploads #61

Changed

  • Always use / as the path separator in the uploaded minifiedUrl for Node #60

Fixed

  • Strip the project root from source maps created on Windows #60

2.0.0 (2021-01-21)

Breaking

  • 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.

1.0.1 (2020-12-14)

Changed

  • Automatically set an appropriate path on the endpoint URL unless one is explicitly provided #48

1.0.0 (2020-12-10)

Initial release.